Home Forums WoodMart support forum html Popup Issue

html Popup Issue

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #526889

    developer2021
    Participant

    i am facing issue on popup that after opening the popup
    overlayered screen continues till page end .

    • This topic was modified 3 months, 3 weeks ago by developer2021.
    Attachments:
    You must be logged in to view attached files.
    #526941

    Luke Nielsen
    Keymaster

    Hello,

    Thank you for reaching out to us!

    Please, disable all plugins that are not related to our theme and provide us with your admin access. We will log in and check what is wrong there. You can leave only the following plugins that are required for our theme:
    WoodMart core
    WooCommerce
    Elementor/WPBakery page builder

    Thank you in advance

    Kind Regards

    #526958

    developer2021
    Participant

    Specially this issue is in mobile version while inspecting on chrome as mobile everything looks perfect but when I open in real mobile size grid popup having issue

    #527301

    Luke Nielsen
    Keymaster

    Hello,

    Please try to use the below code for help, define it in Theme Settings -> Custom CSS -> Global Custom CSS.

    @media (max-width: 1024px) {
    
    	.mfp-wrap.content-popup-wrapper {
    		position: fixed !important;
    		overflow-y: scroll;
    		max-height: 100vh !important;
    		top: 0 !important;
    		bottom: 0 !important;
    	}
    }

    Kind Regards

    #527326

    developer2021
    Participant

    Yes It works perfectly

    #527331

    developer2021
    Participant

    I have one question also that
    i want to use multiple different off-canvas-slider on single product page using Column role for “off-canvas layout” but when i add different off canvas slider buttons but only one slider is open only from all the buttons
    so please tell me how can i differentiate all off canvas sliders.

    #527851

    Luke Nielsen
    Keymaster

    Hello,

    The thing is that 1 page can have 1 content for the “off-canvas sidebar”, this option does not provide multiple “off-canvas” sidebars on the page, unfortunately.

    Kind Regards

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