Tagged: , ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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??

    #1419224

    Hey 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,
    Ismael

    #1419281

    https://www.screencast.com/t/b1xObmU6Ptxt example. not on all pages, but several

    #1419358

    Hi,
    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,
    Mike

    #1419359

    Where do I put the code?
    Dave

    #1419360

    Hi,
    Enfold_Support_3294.jpeg
    Enfold_Support_3296.jpeg
    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.

    Best regards,
    Mike

    #1419605

    After doing this I get a gray area above all my pages
    2023-09-19_11-26-43

    #1419612

    Hi,
    This was an error because you added the snippet as a “HTML Snippet”:
    Enfold_Support_3373.jpeg
    I changed it to a “PHP Snippet” for you
    Enfold_Support_3375.jpeg
    please clear your browser cache and check.

    Best regards,
    Mike

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