Tagged: Text block
-
AuthorPosts
-
September 6, 2016 at 8:45 pm #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 FTPStill not working.
September 7, 2016 at 6:53 pm #683300Am I gonna get any help here?
September 8, 2016 at 12:59 pm #683673Hi,
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,
RikardSeptember 8, 2016 at 3:05 pm #683735That has now broken the site!!!
September 8, 2016 at 3:06 pm #683737This is the error!
September 8, 2016 at 3:11 pm #683739I’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 8 years, 2 months ago by kevbikemad.
September 9, 2016 at 9:36 am #684082Hi,
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,
RikardSeptember 9, 2016 at 3:05 pm #684193I 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.
September 10, 2016 at 4:54 am #684405Found the solution elsewhere. I added this to the very start of the wp-config file.
define(‘CONCATENATE_SCRIPTS’, false);
September 11, 2016 at 9:02 am #684693Hi,
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,
RikardSeptember 14, 2016 at 12:18 pm #686301I 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.
September 16, 2016 at 5:40 am #687220Hi @adelphik,
Please open a new thread and include admin login details in private so that we can have a closer look.
Best regards,
RikardFebruary 27, 2019 at 11:49 pm #1072433Hi, 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
February 28, 2019 at 12:00 am #1072434Hi again
This is an image to exemplify the problemMarch 2, 2019 at 7:04 am #1073530Hi 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 -
AuthorPosts
- You must be logged in to reply to this topic.