Our EPIC theme install requires to scroll down before any content on pages is loaded otherwise it displays a blank page – We need to remove this feature but couldn’t find any setting through the wordpress settings
Every page other than homepage we need to trigger a scroll action to reveal the content
can you please help us to deactivate this feature as its not suitable for thin content pages – we want the content to load immediately without an scroll down action.
Unfortunately, there is no a built-in option to do that.
But you can go to /themes/epic-jellythemes/js/default.js:117 and comment $('.jt_row').bind(. Then add this at the end style.css or to Appearance > Customize > Additional CSS:
Ok so to confirm we need to comment out the entire row 117 in default.js or the entire statement ? If entire statement then please paste here th full statement to comment out.
Hi,
Our EPIC theme install requires to scroll down before any content on pages is loaded otherwise it displays a blank page – We need to remove this feature but couldn’t find any setting through the wordpress settings
Every page other than homepage we need to trigger a scroll action to reveal the content
can you please help us to deactivate this feature as its not suitable for thin content pages – we want the content to load immediately without an scroll down action.
Hello,
Unfortunately, there is no a built-in option to do that.
But you can go to /themes/epic-jellythemes/js/default.js:117 and comment $('.jt_row').bind(. Then add this at the end style.css or to Appearance > Customize > Additional CSS:
Best Regards,
Jelly Team
Ok so to confirm we need to comment out the entire row 117 in default.js or the entire statement ? If entire statement then please paste here th full statement to comment out.
And then add the following CSS ?
Comment this one:
Yes.
Best Regards,
Jelly Team
Hello,
Could you please provide wp-admin login/password as a private message?
Best Regards,
Jelly Team
I've made some changes. Please check.
Best Regards,
Jelly Team