Viewing 11 replies - 1 through 11 (of 11 total)
  • quicoto,

    There seems to be an error that your site isn’t picking up the new pop-up box.

    This is how the pop-up box should work: https://www.youtube.com/watch?v=b5-ViKb4hfY&fmt=22

    I wonder if it’s due to the “minified” colorbox script. I sent you an e-mail and the next thing I’ll try is to send you an uncompressed colorbox script. We’ll see if that works and go from there.

    quicoto,

    This looks like a theme problem rather than a plugin problem.

    Your theme is loading two different versions of jQuery.

    It’s always important to load scripts using the wp_enqueue_script function so multiple versions of scripts aren’t run.

    Thread Starter Ricard Torres

    (@quicoto)

    ronalfy,

    Like I said you in the e-mail is working.

    Thank you for help and your time.

    i have the same problem. how can i fix this?

    As stated above, you need to ensure your theme isn’t loading two versions of jQuery. Use the wp_enqueue_script method to load all of your scripts and you shouldn’t have a problem.

    OK, my theme – which does seem to be the problem, since it works with other themes, does make any specific JQuery calls.

    Is there some further insight you could provide?

    Please leave a link to your blog and a post where I can leave a test comment.

    https://technogearophilia.jonolan.net/ or https://blog.jonolan.net – both use essentially identical themes and plugins. Both work correctly with the Default theme but not with the custom one. Neither has anything in themes that affects how JQuery is used / called.

    Try taking out these lines and see if it works:

    <div class="textwidget"><script language="javascript">
    	zoneIdentifier="19303B67507A9288";
    	var varCheckURL = (("https:" == document.location.protocol) ? "https://" : "https://");
    	document.write(unescape("%3Cscript src='" + varCheckURL + "adcode.adengage.com/bootstrap/ae.js' type='text/javascript'%3E%3C/script%3E"));
    </script></div>

    Sadly,no effect whatsoever.

    At this point, I would suggest de-activating your plugins one by one to see if there is a possible plugin conflict.

    If that doesn’t work, it’s definitely a theme issue.

    If that is the case, please point me a link to the theme, or if it’s a custom, send me a zip at ronalfy [at] gmail.com

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘[Plugin: WP Ajax Edit Comments] Not PopUp please’ is closed to new replies.