Update to Accordeon CK V2.1
8 years 1 month ago - 8 years 1 month ago #38349
by ced1870
Joomlack Webmaster and Developer
Update to Accordeon CK V2.1 was created by ced1870
Hi
I will give you few informations about the update of the module Accordeonc CK to the 2.1 version
The new version introduces a new layout to better render the menu. All efforts have been made to keep the compatibility with the previous version settings.
Despite this fact, a wrong method has been fixed that introduce a difference in some cases :
1/ +/- images
Scenario :
If you have set the option "use module styles" to NO and "target element" to IMAGE ONLY
- in the < 2.1 version, the images +/- are still loaded
- in the >= 2.1 version, the images +/- are no more loaded. This is the normal way, if you don't want the modules styles then the images are not used
How to fix :
Set the option "use module styles" to YES and disable the styles that you don't want to use in the other styles tabs
2/ CSS modification
Scenario :
You have written some custom CSS (in a theme or in your template, no matter) and they don't apply anymore.
How to fix :
Check your CSS if you have the rules like this
or
or anywhere you are targetting the link with ">"
you shall modify them like this
or
This is easy to do. If you don't find the styles or where to change that, don't hesitate to post here to ask for help
If you find any other compatibility issue, please report it here to find a solution
CEd
I will give you few informations about the update of the module Accordeonc CK to the 2.1 version
The new version introduces a new layout to better render the menu. All efforts have been made to keep the compatibility with the previous version settings.
Despite this fact, a wrong method has been fixed that introduce a difference in some cases :
1/ +/- images
Scenario :
If you have set the option "use module styles" to NO and "target element" to IMAGE ONLY
- in the < 2.1 version, the images +/- are still loaded
- in the >= 2.1 version, the images +/- are no more loaded. This is the normal way, if you don't want the modules styles then the images are not used
How to fix :
Set the option "use module styles" to YES and disable the styles that you don't want to use in the other styles tabs
2/ CSS modification
Scenario :
You have written some custom CSS (in a theme or in your template, no matter) and they don't apply anymore.
How to fix :
Check your CSS if you have the rules like this
Code:
.accordeonck li > a
Code:
.accordeonck .level1 > a
you shall modify them like this
Code:
.accordeonck li > .accordeonck_outer a
Code:
.accordeonck .level1 > .accordeonck_outer a
This is easy to do. If you don't find the styles or where to change that, don't hesitate to post here to ask for help
If you find any other compatibility issue, please report it here to find a solution
CEd
Joomlack Webmaster and Developer
Last edit: 8 years 1 month ago by ced1870.
Please Log in or Create an account to join the conversation.
- JamesMiller
- Offline
- New Member
Less
More
- Posts: 7
- Thank you received: 0
7 years 9 months ago #40475
by JamesMiller
Replied by JamesMiller on topic Update to Accordeon CK V2.1
Hello!
I updated Accordeon CK on our site a few days ago and since then the +/- buttons aren't showing at all. Now I looked up to find the CSS codes you mentioned here in the simple > mod_accordeonck_css file, but nothing. I mean, I dont really what should I update on there. :S
I updated Accordeon CK on our site a few days ago and since then the +/- buttons aren't showing at all. Now I looked up to find the CSS codes you mentioned here in the simple > mod_accordeonck_css file, but nothing. I mean, I dont really what should I update on there. :S
Please Log in or Create an account to join the conversation.
7 years 9 months ago #40476
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Update to Accordeon CK V2.1
there should be not compatibility problem with this version. Please give me your url to check this
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
- JamesMiller
- Offline
- New Member
Less
More
- Posts: 7
- Thank you received: 0
7 years 9 months ago #40477
by JamesMiller
Replied by JamesMiller on topic Update to Accordeon CK V2.1
It's a hungarian government website
but ignore this fact. : )
Please Log in or Create an account to join the conversation.
7 years 9 months ago #40478
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Update to Accordeon CK V2.1
check in your template if you have a "html" folder with a template override for the accordeonck module. If yes, try to disable it and tell me
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
- JamesMiller
- Offline
- New Member
Less
More
- Posts: 7
- Thank you received: 0
7 years 9 months ago #40479
by JamesMiller
Replied by JamesMiller on topic Update to Accordeon CK V2.1
There is a HTML folder with a mod_accordeonck folder in it but no CSS file around.
Please Log in or Create an account to join the conversation.
Time to create page: 0.221 seconds