Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #123761

    Jai S
    Participant
    This reply has been marked as private.
    #124066

    Christopher
    Moderator

    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.

    #124653

    Jai S
    Participant

    Thanks!

    #124884

    Paul R
    Moderator

    You’re welcome Jai. 🙂

    #127062

    reserge
    Participant

    Hey 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

    #127210

    Zeshan
    Member

    Hi 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.

    #128376

    reserge
    Participant

    Hi,

    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?

    #128464

    Christopher
    Moderator

    Hi there,

    Please use this code instead of yours:

    .page-template-template-layout-portfolio-php .x-breadcrumb-wrap {
    display: none;
    }
    #128737

    reserge
    Participant

    Thanks a lot!

    #128788

    Cousett
    Member

    Glad we were able to help. 🙂 Have a nice day.