Off canvas cart panel problem in displaying

This topic has 8 replies, 3 voices, and was last updated 4 years, 7 months ago ago by Olga Barlow

  • Avatar: Valeria
    Valeria
    Participant
    February 11, 2021 at 12:06

    hi in off canvas cart panel the list of products is a bit messy – (
    is not considered ) – included the translation .. any help please https://prnt.sc/z30xkk
    tnx

    7 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Participant
    February 11, 2021 at 18:33

    Hello,

    I have added the mentioned product to the cart and don’t see the issue https://prnt.sc/z4a9hf
    Could you, please, explain how to reproduce it?

    Regards

    Avatar: Valeria
    Valeria
    Participant
    February 11, 2021 at 20:21

    https://prnt.sc/z4lb70
    the problem is the way the 2 products are displayed (all in one line) – it seems that the tag /br is not taken in consideration .. if you add a further /br tag – as in screenshot – the products are listed properly (one line – one product) – regarding translation you can see that BARREL and FUSTO are not translated – box don’t need to be translated because BOX is used in both italian and in english – if you need to see BARREL and FUSTO translation issue you ahev to log as B2B client – i attached the login usr and password to enter as B2B client

    Please contact administrator
    for this information.
    Avatar: Robert Hall
    Robert Hall
    Participant
    February 12, 2021 at 08:18

    Hi

    Kindly add the following mentioned CSS rule by going to Dashboard > Appearance > Customization > Additional CSS

    .product_list_widget .variation br {
        display: block;
    }

    As for translation issue is concerned kindly read the following documentation .
    https://www.8theme.com/documentation/xstore/theme-translation/translation-files-update/

    Avatar: Valeria
    Valeria
    Participant
    February 12, 2021 at 12:40

    if you insert more than product at once INCLUDES is positioned wrongly please see scrennshot
    https://prnt.sc/z7mywe

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    February 12, 2021 at 17:39

    Hello,

    I think you need to contact the translation plugin author about this. Because I see the shortcodes even with the default Storefront theme in the mini cart https://prnt.sc/z8k5kn
    If it does not work even with the default theme we can do nothing.

    Regards

    Avatar: Valeria
    Valeria
    Participant
    February 12, 2021 at 18:38

    but here i am talking about positioning of “INCLUDES” word not translation…. the word – since i put your CSS :
    .product_list_widget .variation br { display: block;} (i added !important as wasn’t working just the way you give me)
    is not inline with the first product in the list
    https://prnt.sc/z7mywe
    tnx
    https://prnt.sc/z7mywe

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    February 12, 2021 at 20:46

    Hello,

    Add also the below code in addition

    .woocommerce-mini-cart.product_list_widget .variation dt {
        display: block;
    }

    Regards

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

The issue related to '‘Off canvas cart panel problem in displaying’' has been successfully resolved, and the topic is now closed for further responses

Helpful Topics

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