Jump to content

How To: Disable/Enable BreadCrumb on Specific Pages?


Neej

Recommended Posts

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

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

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

  • 1 month later...

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...