• Hello. There is a bug that i fixed changing the following ( i think its just a silly mistake!):

    In file wpgis.front.js (plugins folder)

    at line 213 replace :
    $(“.btn-prev, .btn-next”).css(“color”,object_name.wpgis_arrowcolor);
    by
    jQuery(“.btn-prev, .btn-next”).css(“color”,object_name.wpgis_arrowcolor);

    at line 221 replace:
    $(“.btn-prev, .btn-next”).css(“background”,object_name.wpgis_arrowbgcolor);
    by
    jQuery(“.btn-prev, .btn-next”).css(“background”,object_name.wpgis_arrowbgcolor);

    Hope this helps anyone.

  • The topic ‘JS CONSOLE FIX’ is closed to new replies.