Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #214761

    Hi,

    I’m having problems getting the header and breadcrumb to display for the main shop page in Woocommerce. I have the page configured to show the header but it won’t display. Other pages such as the single product page display it but the category pages don’t. Also the MyAccount page displays the header with the page title, but not the breadcrumb. Your help would be appreciated!

    Neil

    #214789

    Hey Neil M!

    Please create us an admin account – we’ll look into it.

    Regards,
    Peter

    #214799
    This reply has been marked as private.
    #215722

    Hi!

    You added some custom code to the css file ( wp-content/themes/enfold/config-woocommerce/woocommerce-mod.css ) – i.e.

    
    .template-shop .page-title {display:none;}
    
    .title_container .breadcrumb { display: none; }
    .woocommerce .title_container .breadcrumb { display: block; }
    

    which hides the breadcrumb. I added some css code to the quick css field to show the breadcrumb again. I couldn’t restore the title on your shop page but I think this issue is a side effect of customized theme code because by default the shop page looks like: http://kriesi.at/themes/enfold/shop/

    If you want to get the default layout please upload the original theme files with ftp ( https://vimeo.com/channels/aviathemes/67209750 ) and the shop page title should work as expected.

    Best regards,
    Peter

    #229186

    Thanks for investigating

    Neil

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Header and Breadcrumb not displaying in Woocommerce shop page’ is closed to new replies.