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
This topic has 8 replies, 3 voices, and was last updated 4 years ago ago by Olga Barlow
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
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
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
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/
if you insert more than product at once INCLUDES is positioned wrongly please see scrennshot
https://prnt.sc/z7mywe
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
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
Hello,
Add also the below code in addition
.woocommerce-mini-cart.product_list_widget .variation dt {
display: block;
}
Regards
The issue related to '‘Off canvas cart panel problem in displaying’' has been successfully resolved, and the topic is now closed for further responses