Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter sdugoten

    (@sdugoten)

    One more thing, in full screen lightbox, anyway to show exif too? Thanks.

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Please read this documentation page on how to use exif data in the photo description field. Thiis way you can fully customize what EXIF data you want to get displayed.

    Thread Starter sdugoten

    (@sdugoten)

    I think you mis-understand my question.

    I already got the EXIF working. The problem is, the EXIF data will not be display UNTIL you click on the “Show EXIF data” link just like the page here https://wppa.opajaap.nl/iptc-and-exif-data/?wppa-album=60&wppa-cover=0&wppa-occur=1&wppa-photo=2176

    What i want is, I want the EXIF data to be shown by default without clicking on the “Show EXIF Data” link.

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    I understand your question, but that is not possible at the moment.
    I suggested a work around. If you really need it, i can provide a setting for it in a future version.

    Thread Starter sdugoten

    (@sdugoten)

    Ok, after messing with the Photo Description field, I manage to make it to show the EXIF now using the following HTML code in Table IX-B4.

    <table style="margin:0; border:none;" >
    <tr ><td class="wppa-label" >Date Time</td><td>????</td><td class="wppa-value" >E#0132</td></tr>
    <tr><td class="wppa-label" >Camera</td><td>????</td><td class="wppa-value" >E#0110</td></tr>
    <tr><td class="wppa-label" >Lens</td><td>????</td><td class="wppa-value" >E#0095</td></tr>
    <tr><td class="wppa-label" >Focal length</td><td>????</td><td class="wppa-value" >E#920A</td></tr>
    <tr><td class="wppa-label" >Shutter Speed</td><td>????</td><td class="wppa-value" >E#829A</td></tr>
    <tr><td class="wppa-label" >F-Stop</td><td>????</td><td class="wppa-value" >E#829D</td></tr>
    <tr><td class="wppa-label" >ISO Speed Rating</td><td>????</td><td class="wppa-value" >E#8827</td></tr>
    <tr><td class="wppa-label" >Exposure bias</td><td>????</td><td class="wppa-value" >E#9204</td></tr>
    </table>

    If the future version allow you to have an option to show the EXIF by default on slideshow as well as lightbox, that would be nice.

    Thread Starter sdugoten

    (@sdugoten)

    One minor issue, when I mouse over the space right outside of the picture, the HTML code will shown as a pop up like the picture below. I am wondering if there is anyway to disable the mouse over pop up?

    See the picture here

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Yes, the description is the ‘title’ i.e. the tooltip text of the image surrounding <a> tag. This is the case when the slide links to lightbox, as the title attribute is used there to transfer the lightbox subtitle. That is how all lightbox implementations work and i do not want to deviate from that.

    It is no problem to implement the exif switch as suggested earlier, just ask me.

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Implemented in 5.1.0

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Show EXIF on default?’ is closed to new replies.