Announcement

Collapse
No announcement yet.

ReadyTheme Image Captions

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    ReadyTheme Image Captions

    I suspect this will need to go over to the Wishlist thread, but on the off chance I might have missed something, is there any way to include a caption with an image that is configured in the ReadyTheme Images? For example the "promo" images. I see each image has the ability to include alt text (but no title text). It would be really nice to be able to include a short caption with the image.

    Leslie
    Leslie Kirk
    Miva Certified Developer
    Miva Merchant Specialist since 1997
    Previously of Webs Your Way
    (aka Leslie Nord leslienord)

    Email me: [email protected]
    www.lesliekirk.com

    Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

    #2
    Re: ReadyTheme Image Captions

    This should do it?

    HTML Code:
    <mvt:item name="readytheme" param="Load_Image('promo_1',g.promo)" />
    &mvt:global:promo:image_alt;
    Now I just need to figure out how to draw in just the image path by itself without the whole <img /> tag.
    Last edited by aarcmedia; 08-03-15, 09:36 AM.
    Ted Hust
    AarcMediaGroup.com

    Celebrating 13 Years of Outstanding Service & Support
    Miva Merchant Design

    Comment


      #3
      Re: ReadyTheme Image Captions

      Ah, so if you want to include the path to the image, just use....

      HTML Code:
      &mvt:global:promo:image;
      It's not in the documentation, but I suspected it would work and it does. Only included this as a side note because it's why I was in the forum when I stumbled up on your question.
      Ted Hust
      AarcMediaGroup.com

      Celebrating 13 Years of Outstanding Service & Support
      Miva Merchant Design

      Comment

      Working...
      X