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 7 years ago by
Rafik.
Thanks Rafik,
where should I place this js?
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
Hi,
I’ve added JS as above however the problem of scroll bar is still not returning after close, page will not scroll.
http://lifecoachingbydesign.com.au/services/
Any help would be much appreciated – I cannot get technical support for this.
Many thanks
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 7 years 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