Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #622147

    Having problems problems with the avia layout builder of enfold theme freezing when i drag a new element or drag around. Enfold theme up to date version 5.3, wordpress 4.5, followed all the steps here and still have the issue

    https://kriesi.at/support/topic/having-problems-after-updating-to-wordpress-4-5-please-read-this-first/

    please assist

    #622158

    Hi Ruditrip!

    Please try adding following code to Functions.php file in Appearance > Editor and check if that helps

    function modify_jquery() {
    if (!is_admin()) {
    	wp_deregister_script('jquery');
    	wp_register_script('jquery', 'https://code.jquery.com/jquery-1.11.3.min.js');
    	wp_enqueue_script('jquery');
    }
    }
    add_action('init', 'modify_jquery');

    Best regards,
    Yigit

    #622170

    hi Yigit
    tried that already but did not help…. any other ideas?

    also gettjng this error so cant auto update theme and have to do manually which is irriating but page builder issue far more pressing

    ketplace.envato.com’
    Warning: Invalid argument supplied for foreach() in /home/masterms/public_html/wp-content/themes/enfold/framework/php/auto-updates/class-pixelentity-theme-update.php on line 49

    created a login for you to see issue… detials in private message

    please just be carefull on site as this is a live site of a high profile client…. thanks

    #622176

    Hi!

    That is weird. Can you please try re-updating the theme via FTP and overwrite all files – http://kriesi.at/documentation/enfold/updating-your-theme-files/?

    Regards,
    Yigit

    #622195

    hi Yiygit

    Overwrote all theme files via ftp still experiencing the issue….:(

    #623596

    any feedback on this? possible conflict with plugin?

    #623724

    Hi!

    Have you tried de-activating all active plugins and check if that helps?
    Also, Enfold 3.5.4 and WordPress 4.5.1 are available.

    Cheers!
    Yigit

    #647359

    hi Yigit

    found the issue at long last….. conflicting with yoast SEO plugin! just thought i would share as this is a popular plugin and other as probably having the same issue,…. please test enfold with yoast seo pluign and see if you have same issue

    thanks

    #647368

    Hey!

    Can you please firstly update Enfold to the latest version 3.6.1 – http://kriesi.at/documentation/enfold/updating-your-theme-files/? You can check out new features here – http://kriesi.at/archives/enfold-3-6-a-healthy-update-fitness-gym-app-and-health-coach-demo and refer to this post – https://kriesi.at/support/topic/having-problems-after-updating-to-enfold-3-6-please-read-this-first/ if you have any issues.

    Regards,
    Yigit

    #647373

    This is on the latest version of enfold dude. Version 3.6.1…. and latest version of yoast seo….. i am assuming the above is just an auto post of something, as does not relate at all to my comment…..

    #647375

    Hey!

    I am able to drag and drop elements while Yoast is active. Are you still not able to drag and drop them? Also, are you using any browser addons?

    Best regards,
    Yigit

    #647410

    Same problem in firefox with addons (firebug, measure it, last pass) and chrome (no addons) , microsoft edge (no addons)…………. Drop and drag only works if i deactivate yoast wordpress seo plugin…..

    #647808

    Hi,

    Could you try deactivating all other plugins except for Yoast to see if there is a conflict? You are getting some JavaScript errors on the edit page and I think it’s due to one of your other plugins.

    Best regards,
    Rikard

    #680281

    I already tested adding the recommended code to functions.php but it doesn’t help me.
    I think I have different problem.

    My original post was moved to new thread:

    Jiri

    • This reply was modified 8 years, 2 months ago by norbou. Reason: Status change
    #681129

    Hi Jiri,

    Thanks, we’ll help you out in your other thread.

    Thanks,
    Rikard

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Avia layout builder issues – wordpress 4.5, latest version of enfold theme’ is closed to new replies.