Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #764850

    Hi Team Kriesi,

    Both the Advanced and Default page editors have stopped working on my website when various plugins are enabled. It works when all plugins are disabled, but there seems to be a conflict with Gravity Forms and also Yoast SEO. When either of those plugins are enabled, the editor stops working:

    Advanced editor – just shows the loading wheel/icon
    Default editor – content window is blank/white
    Clicking the “Advanced Layout Editor” button just adds a # to the url rather than toggling the editor.

    Both plugins are critical to my site and have worked with the Enfold theme without any problems for a long time. Any ideas what the conflict could be?

    All wordpress, theme and plugin files are up-to-date.

    Thanks
    Duncan

    • This topic was modified 7 years ago by Dunc R.
    #766478

    Hey Dunc,

    I think the conflict is between Gravity Forms and Enfold. Have tested latest version of Yoast SEO with Enfold and it works just fine. Can you give us temporary admin access so we can look if there are js errors on your end? just place the details in Private Content when you reply :)

    Best regards,
    Nikko

    #766678

    I have exactly the same problem. Yoast is in conflict with “Advanced Layout Editor”. I don’t have any other plugins.
    When trying to edit the Homepage, everything goes grey. If I disable Yoast, the page works and the Advanced Layout Editor appears.

    #766705

    Hi,
    Thank you for pointing out the conflict Yoast is having, hopefully Yoast will correct this on their next update.
    Best regards,
    Mike

    #767309

    Hi Nikko,
    Details attached. From looking at the Javascipt console, it appears to be an issue with JQuery?

    Thanks for your help
    Duncan

    #768451

    Hi,

    Yes, it appears that it is an issue with jQuery, just curious because checking upon the page source your site loads an external jquery which uses an old version of the js code:

    <script type='text/javascript' src='//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js?ver=1.8.3'></script>

    And load-scripts.php doesn’t load jquery-core and jquery-migrate, which is loading on my end. Can you try to remove the modification?

    Best regards,
    Nikko

    #768763

    Hi Nikko,

    Thanks for taking a look. I’ve managed to fix the issue. The old jQuery version that you mentioned is actually loaded by the Layer Slider as part of Enfold theme files:

    enfold / config-layerslider / LayerSlider / wp / scripts.php (Lines 24 and 121)

    	// Use Gogole CDN version of jQuery
    	if(get_option('ls_use_custom_jquery', false)) {
    		wp_deregister_script('jquery');
    		wp_enqueue_script('jquery', '//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js', array(), '1.8.3');
    	}

    I’ve turned off the “Use Google CDN version of jQuery” setting in Layer Slider which has solved the conflict with the other plugins.

    Perhaps Enfold should be updated to use a newer CDN version of jQuery in the Layer Slider config files?

    Thanks for your help
    Duncan

    • This reply was modified 7 years ago by Dunc R.
Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.