I have added the widget to my page but it’s not working. What can I do to get it fixed?
- You’d only need to configure the main DIV class as “data-scroll-container” and put all of the widgets inside of the same DIV.
- There’s a “template” folder inside of the plugin, you may need to use it as “main template”
- You may change the identifier at line 15 on wp-content/plugins/on-scroll-tiles/assets/js/on-scroll-tiles.js as below, it may help:
From:
- There’s a “template” folder inside of the plugin, you may need to use it as “main template”
- You may change the identifier at line 15 on wp-content/plugins/on-scroll-tiles/assets/js/on-scroll-tiles.js as below, it may help:
From:
document.querySelector('.data-scroll-container'),
To :
document.querySelector('body'),One of the suggestions should solve the problem. For screenshots, please, refer the documentation Section “ii. Basic Settings”