• Hello,

    I have been trying to figure this out all day…

    I want to have the EXIF data appear on a rollover on the homepage. For some reason, instead of having each piece of data on a separate line, they are separated by /. Is there a way to fix that? Also, I created a class for the data, but it doesn’t seem to be working (i’m still new to css). Finally, I wanted to know if I could format the EXIF data on the rollover differently than it appears in each post. For example, can I remove the labels in the rollover, but keep them in the post? Can I change the separator (keeping — in the post, but using : in the rollover)?

    Thanks.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Josh

    (@joshmbuck)

    Hello, I was just checking to see if anyone had any thoughts.

    Thanks.

    Plugin Author kristarella

    (@kristarella)

    Hey @joshmbuck,

    You can add EXIF to the title field of an image so it shows on hover. For that you need to remove most of the HTML from it like this:

    settings screenshot

    Then you put the shortcode in the image HTML for the title field like:
    <img title="[exif id='123'] src="..."

    Alternatively you can put the shortcode as an image caption and use CSS to make a rollover effect.

    At this stage it would require PHP filters to do what you are talking about in showing the EXIF different ways in different places.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘EXIF on rollover’ is closed to new replies.