• Resolved antox2010

    (@antox2010)


    I have this plugin in two of my websites.

    I have the latest version and the add button doesn’t open the form

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Zorem

    (@zorem)

    Hi @antox2010,

    We can’t replicate this issue. Please deactivate all other plugins temporally, keep the AST and WC active, see if the issue is resolved, then activate all the other plugins one-by-one and try again after each time you activate a plugin until you find the plugin that creates the conflict.

    Thanks,

    Thread Starter antox2010

    (@antox2010)

    Already did it. Still have the same error

    Plugin Author Zorem

    (@zorem)

    Inspect the page and check the JS console for errors. It might be a JS conflict.

    Thread Starter antox2010

    (@antox2010)

    I have this error

    TypeError: jQuery(…).live is not a function
    at HTMLDocument.<anonymous>

    // Media Image Gallery
    jQuery(‘.nnfy-remove’).live( “click”, function(e) {
    e.preventDefault();
    var id = jQuery(this).attr(“id”)
    var btn = id.split(“-“);
    var img_id = btn[1];
    jQuery(“#row-“+img_id ).remove();
    });

    Plugin Author Zorem

    (@zorem)

    This is not related to our plugin. Fix this jQuery error and try again.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Not working with template 99fy’ is closed to new replies.