Viewing 25 posts - 1 through 25 (of 25 total)
  • Author
    Posts
  • #313858

    Did the update on a new project, can not update ‘Enfold’ section now, get ‘TypeError: e is undefined’ if clicking ‘Upload’ for logo etc., ‘Save all’ remains gray.

    Will there be an update? Or did I miss something?

    Edit: Ok, my fault. Working fine with latest theme version. Sorry!

    Thank you
    Dom

    • This topic was modified 10 years, 2 months ago by digiswiss.
    #313860

    Updated to 4.0 and have the same problem.

    Also the advanced editor isn’t loading the content.
    I can’t edit the front page.
    http://spcapv.com/

    Puppies need your help! :)

    #313863

    WP 4.0
    does not load the editor =(
    can not edit even created pages(

    roll back to the WP 3? (((

    Thank you

    #313865

    Also, thx for making such badass themes!!!
    I have bought over 30 in the past 3 years.
    I explore and try and tinker and really only use Enfold in the end.
    Mad respect. You make my life better.

    #313891

    I guess Kriesi is still in work with that problem.
    my advice is to get rid of the autoupdate function of WordPress by adding this to wp-config.php:

    define( 'AUTOMATIC_UPDATER_DISABLED', true );

    i was lucky to test WP4 first to a Testenvironment and recognized the errors there first.

    #313899

    Same thing here. Avia is not loading (Enfold 3.9.2).

    #313905

    J’ai le même problème depuis la mise à jour WP 4.0, l’éditeur AVIA ne se charge pas.

    #313911

    Same here, but I found the cause:
    There is an earlier jQuery syntax error for the expression a[rel=] which causes the e undefined error later on.
    Apparently the jQuery version in 3.9.2 didn’t throw a fatal error for this.

    wp-content/themes/enfold/framework/js/avia_colorpicker.js line 948:

    /**
     *
     * layout.js
     *
     */
    (function($){
        var initLayout = function() {
            var hash = window.location.hash.replace('#', '');
            var currentTab = $('ul.navigationTabs a')
                                .bind('click', showTab)
                               .filter('a[rel=' + hash + ']');           // line 948, source of the bug
            if (currentTab.size() == 0) {
                currentTab = $('ul.navigationTabs a:first');
            }
    

    Change the bold line to:
    .filter('a[rel="' + hash + '"]');
    That is, add the double quotes around the hash value.

    • This reply was modified 10 years, 2 months ago by alengio.
    #313913

    Je crois qu’on va être nombreux à avoir ce problème… Je viens de me rendre contre que le titre du thread n’était pas très adapté.

    I think we’ll be a lot to deal with the problem. The thread title is not very accurate … ;)

    #313932

    dear alengio – thanks this solves for me the problem that the enfold options can not be seen in total:

    but with your code the toggle button on top (show all) works now!
    and Sitecreation and Frontsite Changings work for me.

    But the bold (strong does not work in code mode) so it is a bit confusing:

    so change on line 948 of wp-content/themes/enfold/framework/js/avia_colorpicker.js the inner quotes to double quotes:
    from:
    .filter('a[rel=' + hash + ']');
    to:
    .filter('a[rel="' + hash + '"]');

    • This reply was modified 10 years, 2 months ago by Guenni007.
    #313945

    Edit: i’m a fool – for my customer i updated to 2.92 (WP4.0 compatible) but my test environment on my server is 2.91 so forget everything.
    Enfold works on 4.0 WP

    #313946

    My fault ! I was with Enfold 291 (sure it was 292, but …) Avia Layout Builder works fine for me with 2.9.2 and WP 4

    #313953

    Update it via FTP . All worked fine!

    Thanks
    David

    • This reply was modified 10 years, 2 months ago by d1h.
    #313966

    Hi!

    Thank you all for the update! As stated on Enfold’s ThemeForest page, version 2.9.2 works fine with WordPress 4 :)

    Best regards,
    Yigit

    #314193

    Hi, just to be clear: the final string as presented to jQuery should be a[rel="SOMETHING"],
    so, the code
    .filter('a[rel=' + hash + ']');
    must become
    .filter('a[rel="' + hash + '"]');

    (i.e. .filter('a[rel=X' + hash + 'X]'); where X = double quote; original single quotes must be left intact!)

    i know, it’s hard to see ;-)

    #314198

    it would be useful to know which files to upgrade to which folder on a Friday evening rather than trying to mess around trying to make your theme work Yigit… :-(

    Des

    #314464

    Hey!

    You need to update the entire framework folder (enfold/framework) including all sub-folders and files in it. The best solution would be to use ftp and to simply overwrite all files.

    Best regards,
    Peter

    #314600

    Yigit, the ThemeForest page here
    http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990
    says the last update of Enfold was on August 27 and the latest WP version supported is 3.9.

    #314780

    Hey!

    The theme page actually mentions in that update for 2.9.2 that it was updated to work with WordPress 4.0.

    Kriesi left for vacation before 4.0 was released so the theme page listing didn’t have 4.0 compatibility as an option I believe.

    Regards,
    Devin

    #314782

    HELP!
    I use Woocommerce 2.1.12 with the DE translation. Enfold is up-to date, 2.9.2

    Follow pages are NOT displayed!
    – order received
    – view order
    – lost Password
    – edit adress
    – logout
    ordering and order- confirmation e-mail are correctely generated.
    The Woocommerce Suppotr mean this is a theme problem…
    Any Ideas? is a upgrade in the pipeline to solve this problems.
    Thanks
    Francesco

    #314786

    Hi @Diomaututa,

    There has been nothing related to WooCommerce reported as of right now. Can you create a new topic outlining your issue with a link to the site showing whats going on?

    Since there are so many other replies in this one I’d like to keep it from getting to confusing and making it harder for us to answer everyones questions/issues.

    Best regards,
    Devin

    #316745

    Hi guys,

    i have the same pb updating wp 4.0, concerning the “enfold theme options” and the avia layout builder (still in load).

    I have read all the forum today and i’m lost : please i need an advice !

    Should i roll back to wp 3.9 or update my enfold theme (actually Version 2.8.1 that worked nice before the wp update) ?

    Don’t have a child theme… what would it be easier ?!

    Thanks for answers !!!

    Cilou (french lost geekette in the wp ocean^^)

    #316753

    Hey!

    You just need to update the Enfold theme to version 2.9.2. I recommend to use ftp to update the theme: http://vimeo.com/channels/aviathemes/67209750

    Regards,
    Peter

    #316786

    Thanks for answering Dude, i will do that and come back here to give news.

    #316854

    Well done, that works perfectly ! Thanks !

Viewing 25 posts - 1 through 25 (of 25 total)
  • The topic ‘WordPress 4.0’ is closed to new replies.