Support » Plugin: CDN Enabler » wordpress jquesry

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author KeyCDN

    (@keycdn)

    CDN Enabler should not affect this as it just relinks your assets.

    Thread Starter frenchmedia

    (@frenchmedia)

    I promise it does when the cdn is enable i get a part of my screen white

    Hey,

    Have you tried disabling other plugins as well? And is this a custom theme? I know we chatted already about this a little bit. I tried to replicate and haven’t been able to. I have CDN enabler running on 15+ sites all running latest version of WP. Also we haven’t heard about this from anyone else.

    I do know about the href=# syntax error update with the latest version of jquery, as a bunch of themes and plugins had issues. Avada was a very large theme that had to be patched for that very reason as it broke the video libraries. Also Divi broke.

    Example of issue where there was no quotes:
    $( ‘a[href*=#]:not([href=#])’ ).click( function() {
    To this:
    $( ‘a[href*=”#”]:not([href=”#”])’ ).click( function() {

    CDN Enabler though doesn’t use Javascript. Also make sure to purge your CDN cache.

    Thread Starter frenchmedia

    (@frenchmedia)

    We currently use AVADA and my dev disable all the plugin
    I will ask him and report to you

    thanks

    Thread Starter frenchmedia

    (@frenchmedia)

    yes correct was the cache plugin

    i do apologize

    Great, glad you got it resolved.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘wordpress jquesry’ is closed to new replies.