Tagged: After Update, breadcrumbs, stopped working
-
AuthorPosts
-
November 18, 2015 at 1:52 pm #538071
Hi
I have just upgraded to the latest version of Enfold.
On the previous version my Breadcrumbs were working perfectly.
Now however, I have two breadcrumbs.
One at the top (which shouldnt be there) and one under the slider (which should be there).
a) Why have the ones at the top suddenly appeared?
b) How can I hide the ones at the top?In my pages, I have a text box in a full width with [bread_crumb] in it and have applied a css of bread-crumb to it. This is where the correct breadcrumbs are displaying.
I am also using these manual breadcrumbs on individucal product pages (code goes in my functions.php) – they have also stopped displaying …
/* CT START Manual Breadcrumbs */ add_action( 'woocommerce_before_single_product_summary', 'enfold_customization_woocommerce_extra_text', 1); function enfold_customization_woocommerce_extra_text() { ob_start(); wp_title(''); $title = ob_get_clean(); echo '<p id="breadcrumbs" style="padding-top:0px; padding-bottom:20px;">You are here: <a href="/">Home</a> / <a href="/products">Products</a> / '.$title.'</p>'; } /* CT END Manual Breadcrumbs */
November 18, 2015 at 5:22 pm #538346Hi richardelectrix!
Edit the page and on the right side of the screen you’ll see the page layout options where you can hide the breadcrumbs.
Best regards,
ElliottNovember 18, 2015 at 5:57 pm #538396Hi
I have tried that, but when I hide the breadcrumbs in there it hides ALL of the breadcrumbs.
I dont want to hide the ones below my slider I only want to hide them Above the slider.
Thanks
November 18, 2015 at 7:11 pm #538488Hi!
Add this to your custom CSS.
#main > .title_container { display: none; }
Regards,
ElliottNovember 19, 2015 at 1:08 pm #538931Hi Elliott,
I’m afraid that doesn’y fix it. I’m still seeing the green breadcrumbs at the top (which shouldn’t be there).
Any more ideas?
Many thanks,
R
November 19, 2015 at 1:31 pm #538938Sorry – it does work
November 20, 2015 at 10:48 am #539408 -
AuthorPosts
- You must be logged in to reply to this topic.