Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #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.

    http://dev2.electrixinternational.com/products/electrical-enclosures/terminal-and-control-enclosures/

    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 */
    #538346

    Hi 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,
    Elliott

    #538396

    Hi

    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

    #538488

    Hi!

    Add this to your custom CSS.

    #main > .title_container {
        display: none;
    }

    Regards,
    Elliott

    #538931

    Hi 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

    #538938

    Sorry – it does work

    #539408

    Hi,

    Great, glad you got it working. Please let us know if you should have any further problems.

    Regards,
    Rikard

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