-
AuthorPosts
-
October 12, 2014 at 7:59 am #123761This reply has been marked as private.October 13, 2014 at 4:30 am #124066
Hi there,
Please add the following CSS code under Customize -> Custom -> CSS to remove breadcrumb from product pages.:
.single-product .x-landmark-breadcrumbs-wrap { display: none; }
Thank you.
October 13, 2014 at 6:37 pm #124653Thanks!
October 14, 2014 at 8:09 am #124884You’re welcome Jai. 🙂
October 17, 2014 at 7:50 am #127062Hey guys,
I can’t understand the phrase “Then with selected post/page while editing, add new custom field named disable_breadcrumb with value of yes”. What means “with selected post while editing”? Where should I add this, any specific field for this or where?
I put the code you provided in the file, chose the template “No container | Header, footer”, but breadcrumbs section didn’t disappear, and the page content became fullwidth: http://monosnap.com/image/XzjobpSvpY6mAj0rlukWF0tJGP3kGS.
Also, I can’t use Blank – No Container | Header, Footer template under my Page attribute section, because I want to remove breadcrumbs particularly on the portfolio index page. What should I do then?
The url is http://wolk.mcdir.ru/.
Thanks
October 17, 2014 at 11:54 am #127210Hi there,
Thank you for writing in!
At the bottom of your edit page, there is a section for Custom Fields, just click on Enter new and add disable_breadcrumb under “Name” field and yes under “Value” field (see: http://prntscr.com/4x21wo).
If you can’t find custom fields section, simply enable it from Screen Options > Custom Fields (see: http://prntscr.com/4wppfb) at the top of the page.
Hope this helps. 🙂
Thank you.
October 20, 2014 at 5:13 am #128376Hi,
The code removed breadcrumb, but didn’t remove the space it was placed in http://monosnap.com/image/6jKk9KYfuQfMmp4jBlL5nrty0IVhGj.
I tried
.page-template-template-blank-4-php .x-breadcrumb-wrap { display: none; }
but it didn’t help. Looks like I should use another class for a portfolio index page, right?
October 20, 2014 at 7:53 am #128464Hi there,
Please use this code instead of yours:
.page-template-template-layout-portfolio-php .x-breadcrumb-wrap { display: none; }
October 20, 2014 at 3:01 pm #128737Thanks a lot!
October 20, 2014 at 4:02 pm #128788Glad we were able to help. 🙂 Have a nice day.
-
AuthorPosts