Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #408948

    Hi ,
    Editor avia not load I disabled all plugins, it originates from the theme editor, you have an idea of the problem?

    debug :

    Error: cannot call methods on sortable prior to initialization; attempted to call method ‘toArray’ jquery.js:2:1808
    TypeError: e is undefined wp-auth-check.min.js:1:1411
    TypeError: e is undefined wp-auth-check.min.js:1:1411
    TypeError: e is undefined

    thanks

    #409090

    Hey Alex!

    It looks like your using Enfold 3.0.5. Go ahead and update to the latest version, 3.0.8, and then deactivate all plugins to see if they are causing problems.

    See here for how to update via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.

    Best regards,
    Elliott

    #409708

    Thanks for your help Elliott

    I was able to fix the bug as :

    Go to this page(template-builder.class.php) located at : /themes/enfold/config-templatebuilder/avia-template-builder/php/template-builder.class.php goto line 187 or find script

    wp_enqueue_script(‘avia_element_js’ , $this->paths[‘assetsURL’].’js/avia-element-behavior.js’ , array(‘avia_builder_js’), $ver, TRUE );

    Comment this line
    //wp_enqueue_script(‘avia_element_js’ , $this->paths[‘assetsURL’].’js/avia-element-behavior.js’ , array(‘avia_builder_js’), $ver, TRUE );

    And go to wordpress browser refresh your page where you caught error(continues spinning) in dashboard editable page. after refreshing the page it will loads the page without spinning, and again uncomment script line(revert back what changes done) and refresh again then you will load editable page without continues page spinning.

    Alex

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Bug jquery/javascript edit avia’ is closed to new replies.