Tagged: x
-
AuthorPosts
-
May 10, 2016 at 1:12 am #983593
OortcloudatlasParticipantIs it possible to disable the main menu on certain pages (in Renew)? It is the norm for sales pages to have no menus in order to make them more focused.
May 10, 2016 at 2:35 am #983642
RupokMemberHi there,
Thanks for writing in! If you use One Page Navigation then you can assign different menus for specific pages. However you can hide the entire navbar for specific page. Let us know the exact page URL so that we could provide some tailored code to remove menu from that page.
Cheers!
May 10, 2016 at 11:19 pm #985290
OortcloudatlasParticipantThanks! This is the only publicly accessible page:
http://themindfulgeek.com/met/
The child pages of this page are behind a Memberpress subscription.May 11, 2016 at 2:48 am #985461
ChristopherModeratorHi there,
You can select ‘Blank-Container|No header-Footer’ or ‘Blank-No Container|No header-Footer’ page template under cornerstone settings tab/general.
See the attachment.
Hope it helps.
May 11, 2016 at 4:47 pm #986617
OortcloudatlasParticipantThat works great for sales pages. Thanks!
What if I would like to do it on other pages that have a content-left, sidebar-right structure? Is that possible?
May 11, 2016 at 10:33 pm #987091
LelyModeratorYou’re welcome!
We can use custom CSS to those pages with sidebar to hide the menus. To help you better, please share the specific URL so we can give you more tailored solution.
Always,
XMay 13, 2016 at 9:34 am #989753
OortcloudatlasParticipantMay 13, 2016 at 12:46 pm #990034
RahulModeratorHi,
Please add the following custom css :
.parent-pageid-888 .masthead-inline .desktop .x-nav { display: none; }Please change the value of pageid-888 to your actual page id. This will hide the menu from the parent and all the child pages.
I hope this helps.
Thanks
May 15, 2016 at 1:17 pm #992492
OortcloudatlasParticipantI can’t get that to work for some reason.
The page id is 1248.
I put the code with the correct pageid into the Custom CSS field in Cornerstone. But nothing happens.
I’ve removed it for now.
What am I doing wrong?.parent-pageid-1248 .masthead-inline .desktop .x-nav {
display: none;
}May 15, 2016 at 7:54 pm #992842
RadModeratorHi there,
What if we do it like this , add this CSS just once.
.no-navigation .masthead-inline .desktop .x-nav { display: none !important; }Then edit your target pages and go to Page settings section and find Body Class(es) and add no-navigation. You don’t need to add CSS for every page, you’ll just re-use that CSS and only apply it to selected pages.
Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-983593 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
