Unindentified identifier in woo-product-galler-slider.php
-
Hi there,
I just installed the plugin and noticed the slider was not working because of a JS error saying Unindentified identifier that broke the javascript. After some searching I noticed in woo-product-gallery-sider.php on like 155 you’ve got the var $wpgs_sliderJs with the jQuery in it for slick slider. The problem is at nextArrow option.
Your code:
nextArrow:'<i class=\”flaticon-right-arrow\”></i>’,prevArrow:'<i class=\”flaticon-back\”></i>’,Replace code:
nextArrow:'<i class=\\\”flaticon-right-arrow\\\”></i>’,prevArrow:'<i class=\\\”flaticon-back\\\”></i>’,This solved my issue to being able to use the “” the correct way.
- The topic ‘Unindentified identifier in woo-product-galler-slider.php’ is closed to new replies.