New WP compatibility workaround
-
The plugin is outdated and does not work due to wordpress adding loading=”lazy” to images
To solve this problem, add the code below to the footer.php of your theme
<script> jQuery( function( $ ) { $( '.advps-slide-container img' ).attr( 'loading', 'auto' ); } ); </script>
- The topic ‘New WP compatibility workaround’ is closed to new replies.