SlidesToShow Issue
-
@UnikInfotech @Saiyad Samir @Jatin Bhatti
I’ve encountered an issue with the “SlidesToShow” setting in the Advanced WooCommerce Product Gallery Slider plugin. Specifically, when I tried to change theSlidesToShowvalue from 4 to 5 in the backend, the change did not take effect on the frontend.After checking the code in
wpgis.front.js(located atadvanced-woocommerce-product-gallery-slider\assets\js\wpgis.front.js), I noticed that theslidestoshowvariable was declared but not properly assigned in the relevant section of the code. I’ve attached screenshots highlighting the issue.I resolved the issue by correctly assigning the
slidestoshowvariable in the code. After making this change, the plugin started reflecting the updatedSlidesToShowvalue correctly.I recommend updating the plugin to include this fix to ensure that changes made to the
SlidesToShowsetting are applied as expected.
Screenshot : https://prnt.sc/qAvyxo58FAZC
The topic ‘SlidesToShow Issue’ is closed to new replies.