-
AuthorPosts
-
March 2, 2017 at 7:41 am #754112
Hi, I am unable to edit any of my text in my website as my text boxes won’t allow me to edit or save. If I do manage to edit something and I press save I get a blank screen, my text is still there as if I mouse over it I can see it. It then locks up and I have to restart the whole page. I have upgraded to the latest theme update and I have disabled all plugins but the problem is still there.
March 2, 2017 at 11:33 am #754288Hey biancajolly,
We would need username and password for your wordpress admin area. the username and password you provided are for the ftp server I assume? (Since they did not work for the admin area)
Best regards,
KriesiMarch 2, 2017 at 11:50 am #754297I have put details in private thanks
- This reply was modified 7 years, 8 months ago by biancajolly.
March 3, 2017 at 4:35 am #754780Hi did you manage to get into my site to have a look? I really need to change my site but I am unable to change anything.
March 4, 2017 at 5:21 am #755466Hi,
Your login screen is displaying errors unfortunately, please see private. Could you try renaming the plugin folder via FTP in order to disable all plugins?
Best regards,
RikardMarch 4, 2017 at 5:34 am #755470I just managed to log in OK, I have now disabled all plugins is it possible to look asap so I can enable them again?
Thanks
March 6, 2017 at 2:54 am #756099is it possible to look at this asap, now I have all my plugins disabled google can’t crawl me so I need to get my plugins back up asap and also need to be able to edit my website.
March 6, 2017 at 6:03 am #756149Hi,
It looks like your initial problem is solved? If so then your can reactivate plugins one by one to see which one is causing the problems.
Best regards,
RikardMarch 6, 2017 at 6:22 am #756166Hi Rikard,
No it is not solved, I have only reactivated Yoast as Google wouldn’t crawl my site. I am still having the same issues with no plugins activated, can you please have a look asap I really need to be able to edit my site.
Thanks
March 6, 2017 at 7:48 am #756195There is two ways it again starts to work. Change the PHP version to 7.0.x from 7.1.x ..then again change it back to 7.1.x.
Another option is to make a new user or make another of your users as admin and login to that account, open the page from that account and text box starts to work again.. Very strange!!!!!March 6, 2017 at 10:06 am #756272Hi Chowdhury, thank you for your solutions, the PHP didn’t work but I did create a new user and it worked for the first page and now won’t work again, same problem with no builder and then when I save the text it won’t save so I try and edit it again but the text is not there and the page locks up and I have to shut it down.
March 6, 2017 at 3:45 pm #756462Did you clear your browser cache? Making a new user, or making an user admin, then clearing browser cache and login with that user also work for me.
March 6, 2017 at 10:46 pm #756614Hi Chowdhury, yes I have been clearing the browser cache every time I do something new. Just can’t get it to work. I have noticed a few people on this forum are having the same problem.
March 7, 2017 at 5:17 am #756729I found the solution :D. This also explains why a new user able to save text box.
This is related with wordpress visual editor. Just go to your edit profile, and under Personal Options>Visual Editor… deselect Disable the visual editor when writing. If selected, text box does not allow you to save. By default all new users profiles have the feature of using the wordpress visual editor. Kriesi has to release an update to address this issue. Until then …. :DMarch 7, 2017 at 5:25 am #756734Hi Chowdhury, thank you so much for getting back to me so quickly!! My Visual Editor box isn’t checked though.
March 7, 2017 at 5:28 am #756737What also works for me is – select it, save, and then deselect and save it again.
- This reply was modified 7 years, 8 months ago by Anderson C.
March 7, 2017 at 5:30 am #756740I thought the same thing, so I tried it but still didn’t work.
March 7, 2017 at 5:31 am #756741Have you ever used any plugin like “User Role Editor” and modified the role of your admin or editor?
March 7, 2017 at 5:33 am #756743Also ever since I have started having this problem, google has also been having problems crawling my site. They can index my post and category sitemaps but not my page sitemaps. Not sure if these two are linked it is just a coincidence they started happening at the same time.
March 7, 2017 at 5:36 am #756744What are the list of plugins that you use?
March 7, 2017 at 5:39 am #756748No never used a plugin like that, only plugins that were new when this started happening was Optimisation plugins and found that not one of them worked for this site for some reason. I have them on other sites and they make a difference but not on this site. I have since disabled all these plugins as I thought they might be the culprit but still not working.
March 7, 2017 at 5:41 am #756750At the moment I only have Yoast SEO but I had disabled this to test it and it still didn’t work. I did have Use Google Libraries, Async JavaScript, Easy Theme and Plugin Upgrades, Google Tag Installer and One-Click Child Theme also but these are all now disabled.
March 7, 2017 at 5:53 am #756755Async JavaScript might cause a problem, but as you said its disable, so there is no question of that.
From version 4, css minification does not work, always giving a hard time, specially if you use premium pluging like wp-rocket. Why would I use something else when I already paid for wp-rocket. Wp-rocket not address this issue of minification as it’s not the problem of their plugin, its a problem of enfold version 4. For now, all my css are not minified. So please so check if anywhere minification in enable or not, some servers have server side minification enabled.
March 8, 2017 at 4:47 am #757460Chowdhury I found it!!! After going through every file I could think of I found this in my child themes function.php file:
add_filter(‘clean_url’,’async_js’,11);
function async_js($url) {
if ( false !== strpos( $url, ‘jquery.js’ ) || false === strpos( $url, ‘.js’ )) {
return $url;
}
return “$url’ defer=’defer”;
}Thank you so much for your help, I wouldn’t have found it if you didn’t mention the Async, I really appreciate it.
March 8, 2017 at 4:36 pm #757900You are most welcome. :)
March 9, 2017 at 4:28 am #758139My mistake, there was a folder of child theme with some old files, whcih I didn’t notice. I might have put them back in 2014, and forget about it. The minification works perfect now as well as the text box and others.
March 10, 2017 at 4:59 pm #759019Hi,
glad you could help each other!
Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.Best regards,
Andy -
AuthorPosts
- The topic ‘Enfold text block not working even after updating’ is closed to new replies.