Neej Posted March 17, 2016 Share Posted March 17, 2016 Hi, Just wondering if anyone knows how I can disable the Breadcrumb from appearing on specific pages, or another way to only enable it for specific pages. Ideally I would only want the BreadCrumbs showing up on my Forums and Calendar, but I could live with it being on all pages except for my Home page. I found the below code to add to custom.css which disables the top breadcrumb entirely from my site, but I'm not sure users would appreciate having only a bottom breadcrumb. /* Hide breadcrumbs*/ .ipsfocus_breadcrumbWrap{ display: none; } .ipsSubNavigation{ display: none !important; } /* Overwrite inline style tag */ Anyone have some suggestions on how I can go about setting this up? Thanks. Link to comment Share on other sites More sharing options...
steve00 Posted March 17, 2016 Share Posted March 17, 2016 Am assuming you mean home page created with IP.Pages ? If so then if you only have the home page created using Pages then yes it can be done but if you have other pages also created with Pages then it will also remove from those pages as well other than creating new template page and remove the 'breadcrumb' from the template and use that only as the home page (hope that makes sense) Link to comment Share on other sites More sharing options...
Nathan Explosion Posted March 17, 2016 Share Posted March 17, 2016 Again - assuming home page is created with Pages..... Within the pages templates, create a css file that contains that css code. Then, on the page(s) you want to affect, include that css file via the 'Page Includes' setting of the page. Link to comment Share on other sites More sharing options...
Neej Posted March 17, 2016 Author Share Posted March 17, 2016 1 hour ago, Nathan Explosion said: Again - assuming home page is created with Pages..... Within the pages templates, create a css file that contains that css code. Then, on the page(s) you want to affect, include that css file via the 'Page Includes' setting of the page. Wow thank you! This is a very powerful feature. Link to comment Share on other sites More sharing options...
Joey_M Posted May 13, 2016 Share Posted May 13, 2016 @Nathan Explosion: Would you happen to know how to remove article titles from the breadcrumb? Link to comment Share on other sites More sharing options...
Nathan Explosion Posted May 13, 2016 Share Posted May 13, 2016 Nope. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.