Recommended fix on your plugin
-
Hey , i have noticed a jquery error when using this plugin with elementor (?)
i have installed it and it worked but it got a conflict with my elementor widgets and plugins .so there is a simple fix , i guess you maybe forgot to change it or you didnt notice .
you put some “$” signs instead of “jquery” , i changed it myself and it fixed the problem .
if(object_name.wpgis_arrowcolor!=”)
{
/*fixed here */ jQuery(“.btn-prev, .btn-next”).css(“color”,object_name.wpgis_arrowcolor);
}
if(object_name.wpgis_arrowbgcolor!=”)
{
/*fixed here */ jQuery(“.btn-prev, .btn-next”).css(“background”,object_name.wpgis_arrowbgcolor);
}these 2 lines .
in the file wpgis.front.js
would appreciate you fix it so when i update it wont delete the change ??
thank you .
- The topic ‘Recommended fix on your plugin’ is closed to new replies.