Home Forums WoodMart support forum Woodmart slider image disappears when deferring JS Reply To: Woodmart slider image disappears when deferring JS

#209865

Hello,

Please find this file: woodmart\inc\shortcodes\slider.php

Then find this line:

<div id="<?php echo esc_attr( $slide_id ); ?>" class="woodmart-slide<?php echo woodmart_get_slide_class( $slide->ID ); ?>">

replace it with this line:

<div id="<?php echo esc_attr( $slide_id ); ?>" class="woodmart-slide woodmart-loaded<?php echo woodmart_get_slide_class( $slide->ID ); ?>">

Best Regards