Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1404660

    HI guys,

    I disabled the breadcrumb in the main settings of enfold. After that I wanted to activate on the shop page the breadcrum. But it does not work. It works the other way around.I can activate the breadcrumb in the enfold settings and deactivate ob all pages exept the shop page.

    Bug or feature?

    #1404877

    Hey donillo,
    Thank you for your patience, in my test when the Header Title and Breadcrumbs option is used to hide the title or breadcrumbs for the site, all pages, posts, & products can independently be set to show the tile or breadcrumbs, overriding the theme option, except the Shop page.
    I believe this is because the page options are disabled when you see the red warning at the top of the Shop page:

    This page is set as the default WooCommerce Shop Overview and therefore does not support the Enfold advanced layout editor

    But I have asked the Dev Team to review and will write back when I hear from them, Thank you for your patience.

    Best regards,
    Mike

    #1404960

    Many thanks. At the moment I deactivated the breadcrum on all of the other sites.

    #1404961

    And one second question: Is it possible to hide the startingpoint of the productcategories in the breadcrumbs? Cause this node is useless.

    #1404967

    Hi,
    The Dev Team has adjusted the Shop page title and breadcrumb behavior and it will work on the Shop page in the next update, if you are interested in a temp fix for now, edit your functions-enfold.php file on about line 1291 look for if( $post_id && is_singular() ) and change to if( $post_id && ( is_singular() || is_shop() ) )
    As for your second question do you mean the “You are here:” text?
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top.archive .breadcrumb-title {
    	display: none;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1405060

    Hi Mike,
    the fix does not work for me. I changed it in the enfold theme not in the enfold-child themen.
    And the CSS down not work too.
    Any ideas?

    #1405069

    Hi,
    Thanks for the feedback, I tested the temp fix on my test site before I posted it and it worked for me, did copy the code from the forum and not an email notification so the symbols were not converted?
    If so please include an admin login & FTP access in the Private Content area so we can check.
    As for your second question do you mean the “You are here:” text at the start of the breadcrumbs only on archive pages??

    Best regards,
    Mike

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.