• Resolved legrenierludique

    (@legrenierludique)


    Hello, I have exactly the same problem than Matterialise (a few post before) on my website (www.legrenierludique.fr). When I click on “contact” in the top menu. The page go to the top, the pop up opens, and after it’s not scrollable anymore.

    Can you help me solve those two problems ? I added the same code as you said before but since it was made for another website, it’s not working on mine. thanks you.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello @legrenierludique,

    Thanks for contacting us 🙂

    Have you added any custom js code in your theme?

    Thread Starter legrenierludique

    (@legrenierludique)

    Not that I know, but I’m not sure

    Hello,

    Actully your theme JS causing the issue you can use this JS to fix issue

    jQuery(document).on('click', '.paoc-popup-close,body', function(event) {
    jQuery('html').removeClass('custombox-perspective');
    });

    Also there is one more issue with your theme header, where header z-index is around : z-index: 99999; style.css L928

    Please update this css:

    header.global-header {
        z-index: 999;
        width: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
    } 

    If you do not want to custom javascript solution then try 2nd option:

    Use the bellow Effects (http://prntscr.com/o6gh6d) and check. Kinldy do not try that are marked with – Do not use

    Fadein
    Slide
    Fall (Do not use)
    Flip (Do not use)
    Blur
    Rotate
    Sign (Do not use)
    Super scaled
    Slit (Do not use)
    Corner
    Push
    Slip (Do not use)
    scale
    Content Scale
    Slide Together

    I think there is some js conflict in your theme where on cancel the popup, custombox-perspective is not removing from html tag.

    Please try above solution and send us your feedback.

    Thread Starter legrenierludique

    (@legrenierludique)

    I added the custom Js and also css. It’s working fine now, but the page always go top when i open the po up, and then, when i close it, it goes back to where i was on the site, do you know a way to correct that ?
    It’s working like a charm expet that, thanks you

    Hello @legrenierludique

    As there is some js conflict in your theme, please use do not use following popup animations :

    Fall (Do not use)
    Flip (Do not use)
    Sign (Do not use)
    Slit (Do not use)
    Slip (Do not use)

    Please use the following popup animations :

    Fadein
    Slide
    Blur
    Rotate
    Super scaled
    Corner
    Push
    scale
    Content Scale
    Slide Together

    Thread Starter legrenierludique

    (@legrenierludique)

    Thanks, it’s perfect now. Have a good day

    Hello @legrenierludique

    Please share your Rating and Review if you like our plugin and support 🙂

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

The topic ‘Page not scrollable after pop up’ is closed to new replies.