• 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.

Viewing 1 replies (of 1 total)
  • Plugin Author Niloy

    (@im_niloy)

    Hi, are you using a custom theme for your site?
    i check it on default wp themes but not found the issue you mention.

Viewing 1 replies (of 1 total)
  • The topic ‘Unindentified identifier in woo-product-galler-slider.php’ is closed to new replies.