function hide_breadcrumbs_on_certain_page( $input ) {
if( is_shop() ) {
return false;
}
return $input;
}
add_filter( 'neve_show_breadcrumbs', 'hide_breadcrumbs_on_certain_page', 10, 1 );
Added it to my childtheme’s functions, but it has no effect. Also, I dont want to remove the breadcrumbs from specific pages but from all pages.
What am I doing wrong?
]]>Thanks for great theme.
I have some issues which bugs me though:
1. In the theme demo the page automatically scrolls down to content when you click on a menu option in the top main menu. Is this a pro-feature? If not, I don’t seem to understand how to activate this in the free version
2. Another tiny thing which I think would improve the general layout is to hide the breadcrumbs which are visible between the main top menu and the content by default (and also move the content closer to the top menu, to thighten the gap a little). Is it possible to delete/hide it easily? I have no experience what so ever with CSS-code etc., so please provide foolproof instructions x)
/Max
]]>however i do not want it to show on the FrontEnd of our website at all
is there a css fix i can add to my custom css to hide it all front the frontend?
]]>i’ve been trying to remove the nav bar from my wordpress site.
It shows on every page and is very annoying.
If more information is needed i am glad to provide.
Regards,
Radoslav
It would be very much appreciated if somebody could help me figure out how to remove breadcrumbs from my website.
Please see : https://spartan-sounds.com/product/mainstage-charts-future-house-for-spire-vol-1/
I am using the theme : Mix Store.
Where the breadcrumbs are located on my website it is showing :
<span class=”fa fa-home”></span> Home / Spire Presets / Commercial House
Instead of :
Home / Spire Presets / Commercial House
How to remove : <span class=”fa fa-home”></span> and stop it from showing up on the website.
Thanks!
]]>I also have breadcrumbs on the News Page (Page ID 28) which I don’t want and I tried removing it using the code:
.page-id-28 .breadcrumbs, { display: none; }
but this has no effect.
I wouldn’t have to remove the title but it sits right on top of my of my first blog entry title and I can’t work out how to add space between them.
When I use Firebug Inspect Element it tells me that the news heading is <h1 class="entry-title format-icon tc-hide-icon">News</h1>
but I’m not sure what to do with that information.
This is the link to my website which I am hoping to launch this week.
Any suggestions?
Many thanks,
Dave
]]>The style css is set to display none but since updating to 3.9.1, the breadcrumbs have been showing.
How can I hide/remove them?
thanks.
]]>