• Resolved Matterialise

    (@matterialise)


    When the image pop is opened and closed the scroll bar is not returning to tha main page and the page itself will not scroll

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Rafik

    (@rafikwp)

    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('.gr__lifecoachingbydesign_com_au').removeClass('custombox-perspective');
    });

    Thanks

    • This reply was modified 5 years, 11 months ago by Rafik.
    Thread Starter Matterialise

    (@matterialise)

    Thanks Rafik,

    where should I place this js?

    Plugin Support Rafik

    (@rafikwp)

    Hello,

    You can add this JS in custom JS option if your theme provides
    If need any help you can join our site live chat our technical team will guide you.

    Thanks

    Thread Starter Matterialise

    (@matterialise)

    Hi,

    I’ve added JS as above however the problem of scroll bar is still not returning after close, page will not scroll.

    https://lifecoachingbydesign.com.au/services/

    Any help would be much appreciated – I cannot get technical support for this.

    Many thanks

    Plugin Support Rafik

    (@rafikwp)

    Hello,

    I have check JS which you have added https://nimb.ws/VjZrfG
    you have half JS added please add full code which I had given you.

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

    Thanks

    • This reply was modified 5 years, 10 months ago by Rafik.

    Hello, I have exactly the same problem on my website (www.legrenierludique.com). When I click on “contact” in the to menu. The page go to the top, 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 for another website, it’s not working on mine. thanks you

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Scroll bar not working’ is closed to new replies.