Size Guide Problem after updating to 7.5
-
when i click at size guide and go back to product page there’s a blank space showing this is the video showing the problem:
another problem im using default checkout page also after updating in desktop mode its showing mobile checkout page as you can see the checkout summary is showing on the bottom of the screen on desktop .. it should be on the left side .. please let me know how to solve this issue
Hello,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
html .mfp-bg {
transition: all .3s ease;
}
html .wd-popup-slide-from-left .wd-popup {
transition:transform .3s ease, opacity .3s ease;
}
form.woocommerce-checkout wc-order-attribution-inputs {
order: 3;
}
Kind Regards
Worked fine thanks alot another question
ADDED: Layout “Hidden sidebar” for “Product tabs” in layouts. (Video)
From where i can activate this ?
Hello,
This option is available in the custom layout. You need to use the product tabs widget in the single product layout and choose the layout Hidden Sidebar.
https://ibb.co/4RStFbP
Layout “Hidden sidebar” for “Product tabs” in layouts
https://monosnap.com/file/gPz1t94S6YPEDxi5FPTu7FrbFCTxor
Best Regards.