Okay
  Public Ticket #3401691
Woocommerce Shop not showing!!
Closed

Comments

  •  16
    Soluforyou started the conversation

    Hi there, my shop is suddenly not showing!

    > My site is multilanguage-based, the Dutch version shows perfectly.
    > The English was working fine until yesterday, but now it's gone!
    > Also the slug of products is weird, it says in Dutch  "Home » Winkel » Eye cream"

    But we're viewing the site in English. So it should be
    Home > Shop > Eye cream



    Please help me. Below all the CSS, maybe that's the cause?


    /* TOP BAR */
    body .easy-notification-bar-container {
        box-sizing: border-box; /* Add this line */
        background-color: #fcfbfa;
        border-bottom: 1px solid #D6D6D6;
        padding: 6px 0;
        position: fixed;
        width: 100%;
        left: 0px !important;
        top: 0;
        z-index: 9999;
        opacity: 0; /* Added for fade-in effect */
        animation: fadeIn 2s forwards; /* Added for fade-in effect */
    }

    /* SECOND BAR */
    .wpml-ls-item ul.sub-menu.tracked-pos {
        border-radius: 10px !important;
        border-top: 0px !important;
    }

    /* Fade-in effect animation */
    @keyframes fadeIn {
        from { opacity: 0; }
        to { opacity: 1; }
    }

    @media (max-width: 768px) {
        .easy-notification-bar-container {
            display: none; /* This hides the top bar on mobile devices */
        }
    }

    /* NAV PUSHED DOWN FOR TOP BAR */
    header {
        padding-top: 38px !important; /* For Desktop */
    }

    @media screen and (max-width: 768px) {
        header {
            padding-top: 12px !important; /* For Mobile */
        }
    }

    /* NAV NO SHADOW */
    #header-outer {
        box-shadow: none !important;
    }

    /* HOME intro intro header */
    .intro {
        text-transform: uppercase !important;
        font-family: "Sweet-Sans-Pro", sans-serif !important;
        font-weight: 700 !important;
        font-size: 14px !important;
    }

    /* BUTTON font */
    .button-sweet {
        text-transform: uppercase !important;
        font-family: "Sweet-Sans-Pro", sans-serif !important;
    }

    /* HOME H1 closer to intro header - Desktop */
    @media screen and (min-width: 992px) {
        h1 {
            margin-top: -11px !important;
        }
    }

    /* HOME H1 closer to intro header - Mobile */
    @media screen and (max-width: 991px) {
        h1 {
            margin-top: -5px !important;
        }
    }

    /* HOME Header pop-up Woocommerce */
    .single-product div.product h1.product_title {
      font-family: 'juana' !important;
      font-size: 22px !important;
    }

    .nectar-quick-view-box .product_title {
      font-family: 'juana' !important;
      font-size: 40px !important;
    }

    /* FAQ Header */
    .FAQ-juana h3 {
        font-family: 'juana'!important;
        font-weight: normal !important;
    }

    /* SHOP subheaders filter styling */
    #sidebar .wc-blocks-filter-wrapper h3.wp-block-heading {
        font-size: 14px;
    }

    /* SHOP filter by price fileld circles */
    div.wc-block-price-filter__range-input-wrapper.wc-block-components-price-slider__range-input-wrapper input[type="range"]::-webkit-slider-thumb {
      background: black;
    }
    div.wc-block-price-filter__range-input-wrapper.wc-block-components-price-slider__range-input-wrapper input[type="range"]::-moz-range-thumb {
      background: black;
    }

    /* SHOP Price filter more elegant */
    .wc-block-components-price-slider__range-input-wrapper:before{
        background:transparent !important;
    }
    .wc-block-components-price-slider__range-input-progress{
        height:2px !important;
        top:-50% !important;
    }
    div.wc-block-price-filter__range-input-wrapper.wc-block-components-price-slider__range-input-wrapper input[type="range"]::-webkit-slider-thumb {
        height:4px;
        width:4px;
    }

  •  2,958
    Andrew replied

    Hi there,

    Thanks for reaching out.

    You seem to be using WPML plugin for translating your site.
    We would recommend you reach out to their support regarding the issue.

    Let us know how that goes and we can take it from there.
    Noah.

  •  16
    Soluforyou replied

    Update: it was a CACHE glitch! All good now

  •  16
    Soluforyou replied

    One question CHatGPT 4 does not seem to be able to solve.

    I see the slug is suddenly (!) incorrect. Check out the page
    https://soluforyou.com/shop/

    As you can see the breadcrumb is :Home » Winkel
    But that is Dutch. How can I change this to english? I have looks for hours in WoomCommerce, WPML and more. It's driving me nuts.

    (PS this breadcrump  is correct https://soluforyou.com/nl/winkelen/)

  •  2,958
    Andrew replied

    Hi there,

    Those breadcrumbs do not seem to be something standard from the theme.
    You can see that the demo site here https://themenectar.com/salient/ecommerce-robust/shop/ only provides the top ones under Shop on the top left.

    If you are using a plugin for those breadcrumbs please try and see if you can translate them from that plugin. Also check with WPML support to see if they can assist.

    Regards.
    Noah.

  •  16
    Soluforyou replied

    Thanks for the heads up. Yes I see there are TWO breadcrumbs in there: one on  the left, and on in the middle

    You can see it live here: https://soluforyou.com/shop/

    The one on the left is probably Salient, and works great when translated. However, the other one??
    I've tried contacting WPML, but it seems a mystery for hem as well

    Attached files:  Screenshot 2023-06-28 at 20.13.55.jpg

  •  1,877
    Judith replied

    Hi there,

    How about you try other plugins such as loco translate and Say what plugin that helps in translating string particularly.

    Please refer to this guide : https://themenectar.com/docs/salient/translations/,

    Thanks.

  •  16
    Soluforyou replied

    I already paid a lot of money for WPML and is according to my SEO team the only effective SEO plugin. 

  •   Soluforyou replied privately
  •  1,877
    Judith replied

    Hi there,

    Breadcrumbs are not a result of Salient but it is added from the Yoast plugin. Once you deactivate the Yoast plugin you will see the breadcrumbs not showing, please check it out.

    Thanks.

  •  16
    Soluforyou replied

    Thank you Judith! That was indeed the solution


    Yoast SEO > Settings > Advanced > Breadcrumb > switch them off