I'm trying out WP EasyCart as an alternative to Woo, and I've run across an issue that makes absolutely zero sense.
I entered a few paragraphs of text in the "long description" section, with some very basic HTML markup, such as:
...and so on.
However, each time I click the "Update Product" button, WP EasyCart adds a spurious
BETWEEN the paragraphs, which adds unwanted space between the chunks of text.
In addition, in the places where I have added a [shortcode] in the description, WP EasyCart is automatically adding a
after the [shortcode] – EACH TIME that I update the product!
So, if I update five times, my HTML reads
... if I update six times, I get six "breaks," and six added blank lines of unwanted space.
I'm not new at this, and this doesn't happen on pages, posts or products on any of the 2,300 other WordPress websites that our team works on. Any idea why it's happening with WP EasyCart?
Thanks for your help!
DJ
I entered a few paragraphs of text in the "long description" section, with some very basic HTML markup, such as:
Code:
<p> <b> <br />
However, each time I click the "Update Product" button, WP EasyCart adds a spurious
Code:
<p> </p>
In addition, in the places where I have added a [shortcode] in the description, WP EasyCart is automatically adding a
Code:
<br />
So, if I update five times, my HTML reads
Code:
<br /><br /><br /><br /><br />
I'm not new at this, and this doesn't happen on pages, posts or products on any of the 2,300 other WordPress websites that our team works on. Any idea why it's happening with WP EasyCart?
Thanks for your help!
DJ
Comment