• I’m creating a brand new page and I copied an HTML element from another part of the website and did some editing for a special promotion. Appearance-wise everything looks fine except the product image is not displaying. In the HTML under the product details image container, the span section keeps deleting the part where it fetches the image.

    Example: <span class=”product-details-image” style=”background-image: url(‘Insert URL’)”></span>

    After I update it with that line of HTML and publish the changes I go back and look at the code and everything after “product-details-image” is gone.

    I’ve gone into inspect element and added it just to make sure I’m getting everything right and it adds the product image.

    Any idea why this would be happening?

    • This topic was modified 4 years, 2 months ago by Jan Dembowski.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘WordPress deleting custom HTML?’ is closed to new replies.