Entire text block takes on color of deleted link color

I have an odd bug that has an entire text block becoming hot-linked and all text displaying in blue, which is a color I had earlier used to change the default link color. I have since then:

  1. Replaced all the text of the text block after pasting it in a text editor to remove any hidden text characters.
  2. Deleted the text block and replaced with a brand-new one.
  3. Duplicated a working text block but then the original text block became blue.

The text block (Santa’s Enchanted…) can be seen here: https://grand-view.com/

I will provide a login so you can take a look.

Hi Michael,

Thanks for writing in.

This seems to be an issue of incorrectly paired HTML tags in the element contents of the page. Kindly go over the elements and make sure that the HTML tags are properly paired and closed.

Hope this helps.

Please show me the incorrectly paired color tag in this HTML:

<p><strong>Sunday, December 9</strong><br>Two Seatings: 9-11 am and 12-2 pm!</p>
<p>Call today to reserve your tickets. Adults: $39, Child 4-12: $19, Child 1-3: Free. (All Taxes and Fees included.)</p>
<p>Contact us at 508-422-1000 or [email protected]</p>
<p>Download <a href="https://grand-view.com/PDFs/Grand_View_Santa_Brunch_2018.pdf" rel="noopener" target="_blank">Santa’s Christmas Brunch Menu</a>.</p>

BTW, it previews correctly in the builder.
Pro 2.3.8
WordPress 4.9.8

Hey Michael,

The block of text does not have an error. But, I can see that there are several block of text with syntax errors. The potential broken HTML that is causing the issue is this:

You didn’t close the anchor tag. There are a couple more in your page so I’d recommend you check all HTML blocks in your page in https://htmlhint.io/ to see if there are errors. It would be best that you do this everytime you paste HTML anywhere.

The builder also has some auto-correction to prevent layout issues.

Thanks.

Where do you see that HTML? My builder shows the text I pasted above.

Could this have something to do with your new “Undo” system?

Hi Michael,

It turns out that the EventOn plugin is causing the issue, if you remove the eventon shortcode that is under the headline Event Calendar you’ll see that the coloring issue is fixed.

Regretfully, we cannot provide support for third-party plugins due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not native to X will need to be directed to the original developer.

Thanks,

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.