Tagged: 

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #682842

    Can’t see the text in the text editor. I have read other threads and tried the following.

    Tried all the following.
    Latest WP and Theme are installed
    Tried 2 computers
    Cleared cache on Firefox and Safari
    Deactivated all Plugins
    Deleted all Plugins
    Reloaded all Plugins
    Reinstalled theme with fresh download via FTP

    Still not working.

    #683300

    Am I gonna get any help here?

    #683673

    Hi,

    Please try the following at the bottom of your functions.php file under Appearance–>Editor:

    function ava_change_editor_text_colour() { 
    ?>
    <style>
    .js .tmce-active .wp-editor-area {
        color: #000 !important;
    }
    </style>
    <?php 
    }
    add_action('init', 'ava_change_editor_text_colour');

    Best regards,
    Rikard

    #683735

    That has now broken the site!!!

    #683737

    This is the error!

    #683739

    I’ve gone info the functions.php file and removed it manually.

    So, that didn’t work because I had it right at the bottom.

    I added it again, above the following (in Private) & it no longer broke the site, BUT, it did mess up the layout of the web site by adding a HUGE amount of white space under the header and before the main page content. And in the Avia Layout Builder I could see the text in black to make edits, but see no tools on the Avia Layout Builder – can’t switch from Visual to HTML, basically stuck in HTML edit mode.

    So, still not working.

    • This reply was modified 7 years, 6 months ago by kevbikemad.
    #684082

    Hi,

    I’m not sure what you did but I added the code I gave you to the bottom of your functions.php file and the text in your text editor is now black.

    Thanks,
    Rikard

    #684193

    I was able to add it as well, but if you actually look at the site, it has added a HUGE amount of white space under the header and before the main page content – so messing up the layout on ALL PAGES. The site layout does not look like that without this added code!

    Take a look please. So this fix does not work.

    And, if you go to Edit a page and open the Text Block to edit, it does not allow you to choose between HTML or Visual. The tool bar for Visual do NOT show up.

    I will leave your code it there so you can go review it, but PLEASE review the ASAP and then remove the code so the site at least looks like it should as it affecting all pages.

    #684405

    Found the solution elsewhere. I added this to the very start of the wp-config file.

    define(‘CONCATENATE_SCRIPTS’, false);

    #684693

    Hi,

    Great, glad you found a solution and thanks for sharing :-)

    Please let us know if you should need any further help on the topic.

    Regards,
    Rikard

    #686301

    I am experiencing this same problem, and none of the above solutions work. Any time I add a Text Block and try to edit it, I am not able to see any of the text in either the visual or text editor. In fact, the first time I try to edit, I can’t even select any of the text. I have to save it and then open it again. Then I can at least select the text so that I can see it. Please advise.

    #687220

    Hi @adelphik,

    Please open a new thread and include admin login details in private so that we can have a closer look.

    Best regards,
    Rikard

    #1072433

    Hi, I am experiencing the same problem. I added the script in functions.php and now I can see the text in color black, but only in the html version, I mean the visual version is not available inside of the avia text block and the element preview is not available too.
    What can I do to fix this issue?

    Regards,

    Eduardo

    #1072434

    Hi again
    null
    This is an image to exemplify the problem

    #1073530

    Hi EduardoGzz,

    Please open a new thread and include admin login details in private so that we can have a closer look at your site.

    Best regards,
    Rikard

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.