Home › Forums › WoodMart support forum › Woodmart slider image disappears when deferring JS › Reply To: Woodmart slider image disappears when deferring JS
July 10, 2020 at 7:08 am
#209865
Elise Noromit
Member
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