• 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>
    • This topic was modified 3 years, 9 months ago by AMIB.
  • The topic ‘New WP compatibility workaround’ is closed to new replies.