Hello
I have a problem with one of the pages .. when i click on one of the accordion toggles (Top 10 Questions”, the page scrolls up to top
I hope you can help me fix this issue
PS: other similar pages do not have this issue
Thank you
Hey Mohamad,
Thank you for your patience, can you please check the toggle “WHAT ARE THE 3 VOUCHERS GRANTED WITH THE COURSE?” as the content is not showing, perhaps there is a nested div error causing the issue.
Also can you include an admin login I would like to disable this script temporarily:
jQuery(window).load(function(){
jQuery('.open-popup-link').addClass('no-scroll');
jQuery('.open-popup-link').magnificPopup({
type:'inline',
midClick: true,
callbacks: {
beforeOpen: function () {
jQuery('body').css("overflow-y", "hidden");
},
close: function() {
jQuery('body').css("overflow-y", "auto");
},
},
});
});
Can you also link to a couple of similar pages where this is not happening, on those pages are the toggles at the top of the page?
Best regards,
Mike
Hello Mike
Thank you so much for helping me out .. i fixed it . you were right there was a div issue
I cant find words to describe how professional the Kriesi support is !!! keep it up guys salute to all of you
Problem solved ! Thanks
Hi,
Glad we were able to help and thanks for the kind words, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike