Tagged: wordpress 4.1
-
AuthorPosts
-
December 18, 2014 at 9:29 pm #370219
Hi,
have you done any test on WordPress 4.1? (i know has been released now, but maybe.. :) )Can you let me (us) know if is safe to update?
Many thanks
December 18, 2014 at 9:46 pm #370232Hi,
I did a little test: contact form is still invisible
teste.intermagazin.roI try to reinstall
December 18, 2014 at 9:57 pm #370238Hey!
@alessioandreani I have made a quick test and could not see any issues yet. To be on the safe side, please wait a bit longer till we can test all features :)
@shrinker31 Please update Enfold to the latest version 3.0.4 – kriesi.at/documentation/enfold/updating-your-theme-files/Regards,
YigitDecember 18, 2014 at 11:38 pm #370293Hey Yigit,
Pls update us when test have been made, so to safely upgrade to 4.1
Thank you :)
December 19, 2014 at 1:11 am #370343Seeing a lot of issues myself after accidentally updating to 4.1 (thought it was 4.01). Page and post builders break, and the console throws these errors:
Uncaught TypeError: Cannot read property 'hasClass' of undefinedload-scripts.php:847 (anonymous function)load-scripts.php:3 m.event.dispatchload-scripts.php:3 r.handleload-scripts.php:3 m.event.triggerload-scripts.php:8 e.event.triggerload-scripts.php:3 (anonymous function)load-scripts.php:2 m.extend.eachload-scripts.php:2 m.fn.m.eachload-scripts.php:3 m.fn.extend.triggerload-scripts.php:344 (anonymous function)load-scripts.php:2 jload-scripts.php:2 k.fireWithload-scripts.php:4 xload-scripts.php:4 b load-scripts.php:847 Uncaught TypeError: Cannot read property 'hasClass' of undefined
Suspect it may have something to do with a conflict with the new distraction free writing editor in 4.1?
December 19, 2014 at 1:19 am #370348Hi!
@asteratos Sure :)
@patrickmcvicker Do you mind creating a temporary admin login and posting it here privately?Regards,
YigitDecember 19, 2014 at 1:25 am #370353This reply has been marked as private.December 19, 2014 at 1:26 am #370355Hey!
Login credentials are not working for me. Can you please check them once again?
Regards,
YigitDecember 19, 2014 at 1:29 am #370357This reply has been marked as private.December 19, 2014 at 1:35 am #370359Hi!
You are currently using an older version of Enfold, which is not compatible with WordPress 4.0+. Please update Enfold to the latest version 3.0.4 – kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
YigitDecember 19, 2014 at 1:46 am #370364Hi,
I have updated to 4.1 and I have noticed that the entire front end (all pages) appear as though they are sitting in an iframe, ie there are 2 vertical scroll bars on the right of the browser. Using latest version of Chrome – Issue appeared after upgrade to 4.1
December 19, 2014 at 1:50 am #370367Hey!
@electriclatte Can you post the link to your website please? Have you tried flushing browser cache and refreshing your page a few times?Cheers!
YigitDecember 19, 2014 at 1:56 am #370369This reply has been marked as private.December 19, 2014 at 2:00 am #370374Hey!
Which browser and OS are you using? I could not reproduce the issue neither on Safari, Firefox nor Chrome.
Best regards,
YigitDecember 19, 2014 at 2:02 am #370376My apologies, it appears that the issues I was seeing were because Enfold was out of date. Kept FTP’ing the wrong, earlier version rather than the most recent version. Things appear fine now, so far as I can tell.
December 19, 2014 at 2:05 am #370379– Chrome, Version 39.0.2171.95 m
– Client is Win7 Untimate (fully patched)
– Server Win2012 / IIS8December 19, 2014 at 2:05 am #370380Hey!
@patrickmcvicker Glad it is working fine now :) Please feel free to start a new thread if you have any other questions or issues.EDIT: @electriclatte I have asked my teammates to check your website ( https://kriesi.at/support/topic/wordpress-4-1/#post-370369 ). Please kindly wait to hear from them. In the meantime, if you have a chance, can you please check your website on another computer?
Best regards,
Yigit- This reply was modified 9 years, 11 months ago by Yigit.
December 19, 2014 at 2:10 am #370383This reply has been marked as private.December 19, 2014 at 6:31 am #370448Hi Yigit, I have managed to rectify the issue. In base.css around 48, you have:
html.responsive, .responsive body{ overflow-x: hidden; }
I added overflow-y: hidden; to the custom css area in enfold and that has rectified the issue.
Disregard – that created other problems!
Best Regards.
- This reply was modified 9 years, 11 months ago by electriclatte.
December 19, 2014 at 6:59 am #370458Ok, I removed overflow-x:hidden from (base.css):
html.responsive, .responsive body{ overflow-x: hidden; }
and that does seem to work – confused as to why but my site does now appear to be normal.
December 19, 2014 at 12:50 pm #370525Had the same problem on any browser (chrome, FF, Safari, IE10), thus I have not again updated WP to 4.1 (got 4.01 still).. Dunno why it suddenly happen just yesterday; Anyway Thanks Electriclatte for your workaround, it works like a charm!
Best Regards.December 19, 2014 at 1:12 pm #370538Hey!
@electriclatte Glad you figured it out and thank you for sharing your solution :)Best regards,
YigitDecember 19, 2014 at 4:42 pm #370622could this be a better solution than overflow-y ?
html { margin-left: calc(100vw - 100%); margin-right: 0; }
scrollbars are visible if needed – scrollbars are not visible if not – but !
- This reply was modified 9 years, 11 months ago by Guenni007.
December 21, 2014 at 1:26 am #371110HI, no probs. The plot thickens however – I had originally thought it was because of my upgrade to 4.1, however like a good sysadmin I rolled it back to 4.01 and same problem. I also use Enfold on my personal site which I didn’t upgrade at all – and lo and behold as MDPC observed, the issue is there. I can only assume that this must be something to do a windows server patch (or windows platform issue in some way), a few of which I applied around that time – I’m saying this as I get the feeling that not many people are seeing this problem? And I guess most people are running Linux Platforms? Just to clarify to Guenni007, I quickly identified overflow-y was not the way forward, rather just removing the overflow-x and having what is effectively an empty class resolved the problem.
Unfortunately, the custom CSS section in Enfold appears to have no bearing on base.css as trying to override that class in the custom css doesn’t work – you have to physically edit the base.css file which is a bit of nuisance. Anyway, happy XMAS to you all.
December 21, 2014 at 10:27 pm #371344I have just updated to WordPress 4.1.
No problem for now, contact forms, slider, galleries and portfolio are working.
December 22, 2014 at 6:46 am #371448Hey!
@alessioandreani: Thanks for the confirmation. :)
@electriclatte: Try adding the !important value when it doesn’t work.Regards,
IsmaelDecember 22, 2014 at 9:03 am #371485Is there any official word that it’s safe to upgrade to WP 4.1 ?
Thanx!
December 22, 2014 at 7:02 pm #371656Hi!
We haven’t seen any issues so far. As always make sure to create a backup before updating WordPress.
Cheers!
Elliott -
AuthorPosts
- You must be logged in to reply to this topic.