Do not display a menu item
2 days 19 hours ago #73296
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Do not display a menu item
please try to add this custom css in your page and tell me
you can adjust the 800px value
the problem is that you are showing me a menu with "Search Test" and "Search results" and when I go on your website I see "Search 2". For me they are different items
now I have checked again the code and I see the css class to hide it on desktop, so I assume that you tried to do it also with "Test 2". Next time please keep the same names in your screenshots and website so that I can know what to check
let me know if the css works, because this would mean that I have to check why the accordeon menu does not load it
Code:
@media screen and (min-width: 800px) {
accordeonck.nodesktopck { display: none !important; }
}
the problem is that you are showing me a menu with "Search Test" and "Search results" and when I go on your website I see "Search 2". For me they are different items
now I have checked again the code and I see the css class to hide it on desktop, so I assume that you tried to do it also with "Test 2". Next time please keep the same names in your screenshots and website so that I can know what to check
let me know if the css works, because this would mean that I have to check why the accordeon menu does not load it
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
- dude_in_ohio
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 22
- Thank you received: 0
2 days 18 hours ago #73300
by dude_in_ohio
Replied by dude_in_ohio on topic Do not display a menu item
I still can not get Search 2 to hide on the Acc. menu desktop.
riskollc.com/DRAF_2/products/pleated-air-filters.html
riskollc.com/DRAF_2/products/pleated-air-filters.html
Please Log in or Create an account to join the conversation.
- dude_in_ohio
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 22
- Thank you received: 0
1 day 7 hours ago - 1 day 7 hours ago #73319
by dude_in_ohio
Replied by dude_in_ohio on topic Do not display a menu item
I does not seem to matter what the main menu items is (Products, Contact Us or Search 2), I still can not get them to hide using the menu edition editor.
riskollc.com/DRAF_2/products/pleated-air-filters.html
riskollc.com/DRAF_2/products/pleated-air-filters.html
Last edit: 1 day 7 hours ago by dude_in_ohio.
Please Log in or Create an account to join the conversation.
17 hours 24 minutes ago #73321
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Do not display a menu item
please tell me in which file you have added the custom css because I don't see it in the page
I'm also checking this custom css and the code it not there
riskollc.com/DRAF_2/templates/reliable/c...mpiled/custom_58.css
I'm also checking this custom css and the code it not there
riskollc.com/DRAF_2/templates/reliable/c...mpiled/custom_58.css
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
- dude_in_ohio
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 22
- Thank you received: 0
9 hours 16 minutes ago #73322
by dude_in_ohio
Replied by dude_in_ohio on topic Do not display a menu item
I've been putting all of the custom css (except for the @media (max-width: 980px) in the custom css tab of the CK accordeon extension menu tab.
I tried putting this:
@media screen and (min-width: 800px) {
accordeonck.nodesktopck { display: none !important; }
}
in the sites custom scss file but that didn't work either.
+++++++++++++++++++++++++++++++
Right now all I have in the CK custom menu tab is:
#accordeonck220 li.level1.active:hover > span {
background: #4B8DCF;
}
#accordeonck220 li.level1.active:hover > span a {
color: #FFFFFF;
}
Sorry to be a such a pain.
Thanks
I tried putting this:
@media screen and (min-width: 800px) {
accordeonck.nodesktopck { display: none !important; }
}
in the sites custom scss file but that didn't work either.
+++++++++++++++++++++++++++++++
Right now all I have in the CK custom menu tab is:
#accordeonck220 li.level1.active:hover > span {
background: #4B8DCF;
}
#accordeonck220 li.level1.active:hover > span a {
color: #FFFFFF;
}
Sorry to be a such a pain.
Thanks
Please Log in or Create an account to join the conversation.
Time to create page: 0.216 seconds