Tagged: woocommerce, wordpress 4
-
AuthorPosts
-
September 5, 2014 at 9:01 am #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.
September 5, 2014 at 9:10 am #313860Updated 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! :)
September 5, 2014 at 9:12 am #313863WP 4.0
does not load the editor =(
can not edit even created pages(roll back to the WP 3? (((
Thank you
September 5, 2014 at 9:17 am #313865Also, 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.September 5, 2014 at 10:20 am #313891I 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.
September 5, 2014 at 10:37 am #313899Same thing here. Avia is not loading (Enfold 3.9.2).
September 5, 2014 at 10:48 am #313905J’ai le même problème depuis la mise à jour WP 4.0, l’éditeur AVIA ne se charge pas.
September 5, 2014 at 10:56 am #313911Same here, but I found the cause:
There is an earlier jQuery syntax error for the expressiona[rel=]
which causes thee 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.
September 5, 2014 at 10:56 am #313913Je 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 … ;)
September 5, 2014 at 11:12 am #313932dear 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.
September 5, 2014 at 11:29 am #313945Edit: 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 WPSeptember 5, 2014 at 11:32 am #313946My 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
September 5, 2014 at 11:46 am #313953Update it via FTP . All worked fine!
Thanks
David- This reply was modified 10 years, 2 months ago by d1h.
September 5, 2014 at 12:18 pm #313966Hi!
Thank you all for the update! As stated on Enfold’s ThemeForest page, version 2.9.2 works fine with WordPress 4 :)
Best regards,
YigitSeptember 5, 2014 at 8:55 pm #314193Hi, 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 ;-)
September 5, 2014 at 9:09 pm #314198it 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
September 6, 2014 at 11:59 am #314464Hey!
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,
PeterSeptember 6, 2014 at 10:08 pm #314600Yigit, 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.September 7, 2014 at 11:55 pm #314780Hey!
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,
DevinSeptember 8, 2014 at 12:08 am #314782HELP!
I use Woocommerce 2.1.12 with the DE translation. Enfold is up-to date, 2.9.2Follow 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
FrancescoSeptember 8, 2014 at 12:24 am #314786Hi @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,
DevinSeptember 10, 2014 at 4:56 pm #316745Hi 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^^)
September 10, 2014 at 5:05 pm #316753Hey!
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,
PeterSeptember 10, 2014 at 5:23 pm #316786Thanks for answering Dude, i will do that and come back here to give news.
September 10, 2014 at 6:58 pm #316854Well done, that works perfectly ! Thanks !
-
AuthorPosts
- The topic ‘WordPress 4.0’ is closed to new replies.