Site icon Hip-Hop Website Design and Development

Elementor fails to avoid wasting drafts if textual content is underlined (it doesn’t use normal HTML tags)

I’ve lately come to note that Elementor underlines textual content not through the use of a typical <u> </u> tag, however relatively through the use of <span type="text-decoration: underline;"> </span>.

This has the impact of yielding a 403 (forbidden) error when making a put up with Elementor and trying to avoid wasting the draft.

The web site the place I am noticing this bug was saved from malware, the DB was cleaned up and the offending code was throughly faraway from the location; additionally, core WordPress upgrades overwrote each attainable WP file, and the location is operating easily ever since, besides for this annoying behaviour.

Within the meantime, I’ve suggested the savvy customers to edit the supply code for his or her posts and substitute <span type="text-decoration: underline;"> </span> with <u> </u>, which form of defeats Elementor’s intuitive drag & drop ingredient constructing type’s nature.

Has any of you skilled this case?