- This topic has 6 replies, 2 voices, and was last updated 8 years ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Photo Perfect Pro › Navigation question
Tagged: Breadcrumbs, navigation
Is it possible to turn off the navigation/breadcrumbs on certain pages but have them active on the rest of the site? How would I do that?
Hello,
Please provide us with your Site URL and the list of pages where you would want to disable the breadcrumb so that we can provide you with specific code to fix your problem.
Best regards.
My site is themagicinpixels.com. I would like to disable the navigation for everything under the bbpress plug-in, which should be in the/forums subdirectory. The breadcrumbs are fine pretty much anywhere else.
Hello @timned88,
We have inspected your website and it looks like the breadcrumb option is currently disabled in your website including your forum pages.
To disable the breadcrumb display only in the forum pages, please paste in the following custom CSS in your Admin Dashboard > Appearance > Customize > Theme Options > Advanced Options > Custom CSS Field :
body.bbpress #crumbs {
display: none;
}
This will remove the breadcrumb navigation only from pages used by bbpress forum plugin and will be displayed on all other pages.
Hope this Helps,
Best Regards !!
Thanks! That seemed to work for the interior forum pages but not the forum index page (themagicinpixels.com/forums). Any ideas?
Hello,
As the index page does not contain the bbpress class in its body, we will need to target the CSS to the page specifically using its id.
Please add the following custom CSS to disable the breadcrumb display in the forum index page also :
body.page-id-106792 #crumbs {
display: none;
}
Best Regards.
that did it. thank you very much.
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |