• Resolved umar904

    (@umar904)


    Hi i install this plugin but js console display an error in this plugin in file
    wps-ext-cst.js

    var $ =jQuery.noConflict();
    $(document).ready(function() {
    show_hide_cndtn()
    });

    function show_hide_cndtn(){
    $(“.cndtn_mode”).hide();
    var id = $(‘#ext_cst_apply_cndtn’).val();
    $(“#”+id).show();
    }

Viewing 1 replies (of 1 total)
  • Plugin Contributor WPSuperiors

    (@wpsuperiors)

    Hi @umar904,
    This issue has been fixed on the updated version of this plugin.
    Please use the updated version.
    In case if you need any more help, let me know.

Viewing 1 replies (of 1 total)
  • The topic ‘JS Consol Show an Error’ is closed to new replies.