Do not display a menu item
3 months 2 weeks ago #73325
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Do not display a menu item
thanks for the access
finally I got it and here is the answer :
- the problem is not you, I have seen that the custom css in the accordeon menu styles are not applied (loaded but not applied, I don't know why)
- I have removed the custom css from the menu styles
- I have added the custom css in the template :
it fixes the issue with the "search2" item to hide and the active hover color
let me know if everything is ok now
finally I got it and here is the answer :
- the problem is not you, I have seen that the custom css in the accordeon menu styles are not applied (loaded but not applied, I don't know why)
- I have removed the custom css from the menu styles
- I have added the custom css in the template :
Code:
@media screen and (min-width: 800px) {
.accordeonck.nodesktopck { display: none !important; }
}
ul#accordeonck220 li.level1.active:hover > span {
background: #FFF;
}
ul#accordeonck220 li.level1.active > span:hover {
background: #4B8DCF;
}
ul#accordeonck220 li.level1.active:hover > span a {
color: #000000;
}
ul#accordeonck220 li.level1.active:hover > span:hover a {
color: #FFFFFF;
}
it fixes the issue with the "search2" item to hide and the active hover color
let me know if everything is ok now
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
- dude_in_ohio
- Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 47
- Thank you received: 0
3 months 2 weeks ago #73326
by dude_in_ohio
Replied by dude_in_ohio on topic Do not display a menu item
Thank you so much! Have a great week.
Please Log in or Create an account to join the conversation.
3 months 2 weeks ago #73327
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Do not display a menu item
thanks, have a nice week too !
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
- dude_in_ohio
- Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 47
- Thank you received: 0
3 months 2 weeks ago #73328
by dude_in_ohio
Replied by dude_in_ohio on topic Do not display a menu item
Me again 
You said: "I have added the custom css in the template"
Which file is that, exactly?
Also (this isn't that big of a deal) since this change, I noticed I have to clear the cache in the browser (not just refresh like before) to see any changes that I make with the CK menu.
It tried changing other modules and they don't require a clearing of cache (just refresh) to see changes.

You said: "I have added the custom css in the template"
Which file is that, exactly?
Also (this isn't that big of a deal) since this change, I noticed I have to clear the cache in the browser (not just refresh like before) to see any changes that I make with the CK menu.
It tried changing other modules and they don't require a clearing of cache (just refresh) to see changes.
Please Log in or Create an account to join the conversation.
3 months 2 weeks ago #73337
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Do not display a menu item
I did it in your Gantry template, where you see the particles I have added one called "accordeon menu ck" which is a custom css particle
The code is in it
for the cache, I think that this comes from your template
The code is in it
for the cache, I think that this comes from your template
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
- dude_in_ohio
- Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 47
- Thank you received: 0
3 months 2 weeks ago #73338
by dude_in_ohio
Replied by dude_in_ohio on topic Do not display a menu item
Très excellent! In an atom

Please Log in or Create an account to join the conversation.
Time to create page: 0.229 seconds