Tagged: menu, theme update
-
AuthorPosts
-
February 7, 2014 at 4:15 pm #220897
Hi,
I previously used this code to hide the main menu on single portfolio entries. It’s working on mobile, but no longer works on desktop.
.single-portfolio #menu-home li{
display: none;
}
.single-portfolio #menu-home li#menu-item-983{
display: block;
}.single-portfolio #mobile-advanced li { display: none; }
.single-portfolio #mobile-advanced li#menu-item-983 { display: block; border-top: solid 1px #ddd; }February 7, 2014 at 5:58 pm #220976Hi altr!
Please add following code to Quick CSS
.single-portfolio .main_menu { display: none; }
If that does not work, please post the link to your website ( password needed if this is the website on your profile )
Cheers!
YigitFebruary 7, 2014 at 6:24 pm #220994Great. That hid the regular menu, but how to do get the home button / alt menu to show up?
I tried changing this code:
.single-portfolio #menu-home li#menu-item-983{ display: block; }To this:
.single-portfolio .menu_home li.menu_item_983 { display: block; }But it didn’t work. Also, my site’s password is: so
C
February 7, 2014 at 6:26 pm #220996Actually, here’s all my quickcode just in case:
#top.home .hide-home {display: none;}
#top.blog .hide-blog {display: none;}.single-portfolio .main_menu { display: none; }
.single-portfolio .menu_home li.menu_item_983 { display: block; }.single-portfolio #mobile-advanced li { display: none; }
.single-portfolio #mobile-advanced li#menu-item-983 { display: block; border-top: solid 1px #ddd; }February 8, 2014 at 3:52 am #221090Hey!
Please post the login details here as a private reply. We would like to inspect the website.
Cheers!
IsmaelFebruary 8, 2014 at 4:09 am #221097This reply has been marked as private.February 9, 2014 at 8:13 pm #221390Did you guys get that private message ok? Just checking.
February 10, 2014 at 3:32 am #221488Hi!
Please add this at the very bottom of custom.css or Quick CSS:
.single .main_menu .menu li, .single-portfolio .main_menu .menu li{ display: none; } .single .main_menu .menu li#menu-item-983, .single-portfolio .main_menu .menu li#menu-item-983 { display: block; } #menu-item-search { display: block; }
This will remove all menu items except the Home menu on blog posts and portfolio items.
Cheers!
IsmaelFebruary 10, 2014 at 3:56 am #221505Thanks. But this removes the main menu, but doesn’t leave the Home link. You can see the update posted.
February 10, 2014 at 1:26 pm #221661Hey!
Please remove following codes
.single-portfolio .main_menu { display: none; } .single .main_menu .menu li, .single-portfolio .main_menu .menu li { display: none; }
and add following instead
.single-portfolio #menu-item-340, .single-portfolio #menu-item-565, .single-portfolio #menu-item-342, .single-portfolio #menu-item-341, .single-portfolio #menu-item-343, .single-portfolio #menu-item-556, .single-portfolio #menu-item-search { display: none; }
If that does not work, please create a temporary admin login and post it here privately
Best regards,
YigitFebruary 10, 2014 at 4:30 pm #221723This reply has been marked as private.February 10, 2014 at 4:44 pm #221727Hey!
Please review your website now. I have just made small fixes on the existing custom CSS codes. Only “Home” menu item is visible on Blog page, single blog pages and single portfolio pages on both desktop and mobile.
Regards,
YigitFebruary 10, 2014 at 5:06 pm #221737Fantastic! Just one last problem. The category links in the footer that also bring you to the blog still have the old problem, can we fix that too?. YOU ROCK!
February 10, 2014 at 5:15 pm #221744February 10, 2014 at 5:18 pm #221748You are the best! THANK YOU SO MUCH. Is there a place I can go to give this theme and the support services the highest recommendation?
February 10, 2014 at 5:25 pm #221753 -
AuthorPosts
- The topic ‘hide menu no longer working with theme update’ is closed to new replies.