• Resolved isobelperl

    (@isobelperl)


    hey

    the ‘out of stock’ badge is appearing as plain text above the product for 2 items (saturday feature and Thursday feature) but is appearing the right way for the other two (wednesday feature and sunday feature)

    any ideas why?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello @isobelperl,

    Thank you for contacting us,

    It seems that issue is related to the cache issue or plugin conflicts; for troubleshooting, please do the following steps and let me the results:

    1- Head over to WP Dashboard > Plugin.
    2- Deactivate all plugins.
    3- Then, first activate the Ocean Extra plugin.
    4- Check your issue.
    5- Then, activate your plugins one by one
    6- After activation of any plugins, check your issue

    Note: if you have a cache plugin or server cache. You need to clear its cache contents or disable them.

    If the above steps didn’t help you, please put the CSS below in Customizing > Custom CSS/JS > CSS Code:

    .woocommerce ul.products li.product .outofstock-badge {
        position: absolute;
        top: 20px;
        left: 20px;
        min-height: 0;
        min-width: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        background-color: rgba(63,195,135,0.8);
        color: #fff;
        padding: 8px 12px;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 1;
        font-weight: 300;
        z-index: 9;
        background-color: rgba(0,0,0,0.8);
    }

    Please keep us posted.

    Best Regards

    Thread Starter isobelperl

    (@isobelperl)

    Amazing thank you – the CSS code worked ??

    Thread Starter isobelperl

    (@isobelperl)

    Whilst we’re here, how do I hide this

    ‘Products
    This is where you can add new products to your store.’

    on the shop page?

    Thread Starter isobelperl

    (@isobelperl)

    not to worry i figured it out ??

    Hello @isobelperl,

    Sorry for the late reply,
    And you’re most welcome; I’m glad it is resolved.

    Best Regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘out of stock badge appears as plain text for some products’ is closed to new replies.