Image Shortcode Not Working

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1514
    tthenne
    Member

    The image shortcodes for my Enigmatic theme are not working. They’re stripping the src code from the image tag in the html. For example:
    [image link=”#” type=”photo_frame rounded-img” width=”300″ height=”300″ title=”Lorem ipsum dolor sit amet” align=”center” src=”https://www.livemeshthemes.com/enigmatic/wp-content/uploads/2012/05/team13-300×300.jpg”%5D

    Is rendering this:
    <img class="photo_frame rounded-img" src="" alt="Lorem ipsum dolor sit amet">

    So it’s stripping the src attribute from the img tag.

    #1520
    livemesh
    Keymaster

    Due to security reasons, shortcode does not work on external images, i.e., images that reside on server external to the current one (portfoliotheme.org above for example since the code is executing in a different domain).

    Pls retry by specifying an image which resides in the media library of your wordpress installation. If you still have trouble, let me know. Thanks.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Enigmatic Theme Support’ is closed to new topics and replies.