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 theSlidesToShow
value 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 theslidestoshow
variable 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
slidestoshow
variable in the code. After making this change, the plugin started reflecting the updatedSlidesToShow
value correctly.I recommend updating the plugin to include this fix to ensure that changes made to the
SlidesToShow
setting are applied as expected.
Screenshot : https://prnt.sc/qAvyxo58FAZC
- You must be logged in to reply to this topic.