• Hi,

    When I add an image with a link to the media file (to a post or a page) it will not display unless the src is the last attribute in the img tag.
    I’m using the Kallyas theme – I have posted on the developer’s support forum and he tells me that I’m the only one running into this problem.

    For example:
    This works:
    <a href="path"><img alt="" width="300" height="168" class="alignleft size-medium wp-image-7698" src="path" /></a>

    But this does not:
    <a href="path"><img src="path" alt="" width="300" height="168" class="alignleft size-medium wp-image-7698" /></a>

    Any ideas?

Viewing 1 replies (of 1 total)
  • does this also happen if you deactivate all plugins and temporarily switch to one of the default themes, for instance Twenty Thirteen?

    if not, please keep contacting the theme’s developer for support with the problem; commercial themes are not supported by this forum; http://codex.wordpress.org/Forum_Welcome#Commercial_Products

    if deactivating the plugins helps, then reactivate one plugin at a time to locate the interfering one.

Viewing 1 replies (of 1 total)
  • The topic ‘Images Not Displaying’ is closed to new replies.