-
AuthorPosts
-
September 14, 2023 at 11:11 pm #1419205
I go to edit a page. Get red wavy marks on content
Figured I had incorrect code
Went to text – Crazy code there!What is the problem??
September 15, 2023 at 3:27 am #1419224Hey daves1997,
Thank you for the inquiry.
Would you mind providing a screenshot of the issue or provide the login details? You can use platforms like Savvyify, Imgur or Dropbox to upload and share the screenshot. Here are the steps to follow:
1.) Visit the website of your chosen platform, such as Savvyify, Imgur or Dropbox.
2.) Locate the option to upload a file or an image.
3.) Select the screenshot file from your computer or device and upload it to the platform.
4.) After the upload is complete, you will be provided with a shareable link or an embed code.
5.) Copy the link or code and include it in your message or response to provide us with the screenshot.Thank you for taking the time to share the screenshot. It will help us better understand the issue you’re facing and provide appropriate assistance.
Best regards,
IsmaelSeptember 15, 2023 at 1:29 pm #1419281https://www.screencast.com/t/b1xObmU6Ptxt example. not on all pages, but several
September 16, 2023 at 10:41 pm #1419358Hi,
The text color is white I’m not sure why, I think it’s from a plugin, you seem to also have HTML code in your text fields, this may have happened if you copied text from somewhere else and pasted it, this could have added unclosed HTML tags into your page, I believe in a older thread you were having problems with broken HTML code like this.
To change the text to black so you can see it try creating a new WP Code snippet with this code:function correct_admin_textbox(){ ?> <style>.wp-admin.js .tmce-active .wp-editor-area {color: #000;} </style> <?php } add_action('admin_head', 'correct_admin_textbox', 1);
Your WordFence plugin would not let me add it, I think it will help.
Best regards,
MikeSeptember 16, 2023 at 10:44 pm #1419359Where do I put the code?
DaveSeptember 16, 2023 at 10:49 pm #1419360September 19, 2023 at 5:28 pm #1419605September 19, 2023 at 6:25 pm #1419612 -
AuthorPosts
- You must be logged in to reply to this topic.