Home Forums WoodMart support forum Size Guide Problem after updating to 7.5

Size Guide Problem after updating to 7.5

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #558662

    samer zayer
    Participant

    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

    #558846

    Artem Temos
    Keymaster

    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

    #558884

    samer zayer
    Participant

    Worked fine thanks alot another question

    ADDED: Layout “Hidden sidebar” for “Product tabs” in layouts. (Video)

    From where i can activate this ?

    #559054

    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.

Viewing 4 posts - 1 through 4 (of 4 total)