• I’ve seen a similar issue mentioned – not sure if/how it was resolved.

    I’m testing the plugin and have added an image (along with some test text) to a category description. Text is displaying fine. Image is not displaying and the tag isn’t even showing up in the markup.

    I’m working on a custom child theme on the Genesis framework which has a feature that enables (on a taxonomy by taxonomy basis) display of text – there may be a conflict?

    Here’s my markup as entered:

    <img class="alignleft size-full wp-image-263" title="Image Or Icon To Represent This Category" src="https://www.somesite.com/wp-content/uploads/2011/12/category-image.jpg" alt="Image Representing This Category" width="160" height="120" />
    
    <p>
    This is the category description text. It will provide a short description of the category and it will have keywords and keyword phrases that will help support the SEO objectives of the category. It may also contain <a title="A Null Internal Link" href="#">internal site links</a> for pushing visitors to certain pages or sections.
    </p>

    Here’s my markup as displayed on the site:

    <p>
    This is the category description text. It will provide a short description of the category and it will have keywords and keyword phrases that will help support the SEO objectives of the category. It may also contain
    <a?href="#"?title="A Null Internal Link">internal site links</a>
    for pushing visitors to certain pages or sections.
    </p>

    The paragraph and href tags are being parsed but the img tag is being stripped.??

    https://www.ads-software.com/extend/plugins/allow-html-in-category-descriptions/

  • The topic ‘[Plugin: Allow HTML in Category Descriptions] Images Not Visible In Markup – Genesis Custom Child Th’ is closed to new replies.