Single product page change - by Lapidus - on WordPress WooCommerce support

This topic has 5 replies, 4 voices, and was last updated 9 years, 2 months ago ago by Stan Russell

  • Avatar: Lapidus
    Lapidus
    Participant
    February 15, 2015 at 01:19

    Good night.

    I want to ask you how to solve a problem that I’ve with the Single Product Page.

    Each time that I’ve tried to hide the breadcrumbs in the shop, I dont’ know what happen but the template of the single product page changes and appears as it was a post of the blog. It has the same structure and shows the same sidebar. (I attach you an image).

    Last week I had the same problem but I fixed it uploading the Woocommerce Pluggin. But now I don’t know if it’s secure to upload it because there’s a warning that say this:

    “2.3.0 is a major update so it is important that you make backups, test extensions and your theme prior to updating, and ensure extensions are 2.3 compatible. Developers should catch up with develop.woothemes.com to see what has been happening in core.”

    Then, I prefer to ask you how to solve my problem instead to upload the pluggin, to avoid more problems with the theme.

    Once I repair the Single Product Page, can you told me how can I hide ALL the breadcrumbs? I turn off the option in the Theme Options, but them still appear in the shop.

    Thank you.

    Best regards.
    Damián.

    Please, contact administrator
    for this information.
    4 Answers
    Avatar: Lapidus
    Lapidus
    Participant
    February 15, 2015 at 12:04

    Hi, misteriously this morning the Single Product Page works correctly. Then… can you tell me how can I hide the breadcrumbs in all the website??

    Avatar: Eva
    Eva Kemp
    Support staff
    February 16, 2015 at 12:47

    Hello,

    You need add this code in custom.css file:

    .woocommerce-breadcrumb, #breadcrumb {
        display: none;
    }

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Ron
    Ron
    Participant
    February 18, 2015 at 07:24

    Hi,

    Is this code for ALL website pages, posts and products?
    I like to get rid of them all!

    thx

    Ron

    Avatar: stan
    Stan Russell
    Participant
    February 18, 2015 at 10:15

    Hello Ron,

    you are right. This code will hide breadcrumbs on all pages:

    .woocommerce-breadcrumb, #breadcrumb {
        display: none;
    }

    Regards,
    Stan Russell.

  • Viewing 5 results - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.