Viewing 21 posts - 1 through 21 (of 21 total)
  • Author
    Posts
  • #619467

    HELP!

    I’ve just updated a bunch of sites to WordPress 4.5 and enfold to 3.5.3

    Now when opening up a text block to edit content (using Advanced Layout Builder), the editing buttons are all gone and the content although it appears to be gone is actually there… I have to highlight it to see it.

    I have disabled all plugins and the problem still persists.

    I have lots of clients using enfold so hopefully this gets address quickly.

    Thanks!

    #619987

    Hi splashmediagroup!

    Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
    If that does not help, Can you please create a temporary admin login and post it here privately?

    Best regards,
    Yigit

    #620003

    Hi Yigit
    Hard-refresh didn’t work. Login has been provided privately.

    If you go into edit a page, click on a text block. When it pops up you will see that there are no editor tools and the content area is empty… although if you highlight the empty area with your mouse, you will see content.

    #620030

    Hi!

    Can we de-activate all active plugins for testing purposes?

    Cheers!
    Yigit

    #620034

    Yes

    #620057

    Hey!

    Can you please try re-updating Enfold via FTP and overwrite all files – http://kriesi.at/documentation/enfold/updating-your-theme-files/?

    Best regards,
    Yigit

    #620063

    Can do. I’ll keep you posted

    #620073

    I have re-updated enfold via FTP. All files have been overwritten.

    #620081

    I have to leave the office now for about an hour. I won’t be able to assist until I get back.

    #620091

    I’m back in the office. Any news?

    #620101

    Hi Yigit.
    I just logged to see if anything has been fixed and now that I’ve updated enfold again, when I try to edit the homepage, the Avia Layout Builder just sits and spins and doesn’t load any of the areas for editing. It wasn’t doing that before.

    #620152

    Hey!

    We are working on your ticket please wait while we update the results here soon.

    Regards,
    Vinay

    #620153

    Thanks Vinay!
    Appreciate it.

    I’m just heading out for a little bit and will be back soon.

    #620201

    Hi Vinay.
    I have discovered what the issue was.

    I have added a few additional .htaccess files in specific folders with a bit of special added security. I implemented them only after doing a bunch of research on keeping WordPress secure.

    I found that if I rename the .htaccess file that I placed in the root of my wp-includes folder (to temporarily disable it from functioning), the text editor is back to normal.

    The .htaccess files that I implemented had no effect on the functioning of the site up until this point.

    If anyone else is having other types of strange issues after the update, please check to see if any additional security measures, such as what I mention about .htaccess files are in place.

    Thank you very much for your time and Yigit’s on this matter. I hope the discovery will help shed light on other people’s issues.

    #620203

    Hi!

    This is more of a wordpress issue. Please check this post for solution https://kriesi.at/support/topic/i-dont-see-what-im-writing-in-the-text-boxes-on-my-enfold-theme-wp/#post-597683

    Alternatively you could try this in functions.php

    add_action('wp_enqueue_scripts', 'tinyMCE');
    function tinyMCE() {
      wp_enqueue_script('tinymce', '//tinymce.moxiecode.com/js/tinymce/jscripts/tiny_mce/jquery.tinymce.js', array(), '3', true);
      wp_enqueue_script('tiny_mce', '//tinymce.moxiecode.com/js/tinymce/jscripts/tiny_mce/tiny_mce.js', array(), '3', true);
    }
    

    Regards,
    Vinay

    • This reply was modified 8 years, 7 months ago by Vinay.
    #620204

    Hi Vinay.
    See my previous reply as I have determined what the issue was.

    #620207

    Hi!

    Thanks for bringing this to our notice.

    Try adding the code i provided in previous message in functions.php it should fix the issue else you can do the changes in .htaccess :)

    Best regards,
    Vinay

    #620209

    I will try out the code you provided.

    Great themes are made better by their great service/support. Thanks Vinay!

    #620225

    Hey!

    Thank you for the kind words :)

    We will keep this ticket open so you can reply and let us know once you try the code in functions.php it should fix the js errors caused by wordpress and tinyMCE should work again.

    Regards,
    Vinay

    #620317

    Hi Vinay
    I re-implemented my .htaccess file in wp-includes so that it would once again function as normal. I then tested the Text Editor and it was broken as I suspected it would.

    I then implemented the code you provided into my functions.php and uploaded it.

    Unfortunately the Text Editor remained broken. I did some hard-refreshes without success.

    So, I renamed my .htaccess file to disable it. The Text Editor began working again.

    #620336

    Hey!

    Great you found a workaround! thanks for keeping us posted on this. Should you have any issues please feel free to get in touch with us :)
    FYI we have put together some useful info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/

    Best regards,
    Vinay

Viewing 21 posts - 1 through 21 (of 21 total)
  • The topic ‘Text Block – Editor missing all button/tools and text not visible’ is closed to new replies.