Before you ask please READ THIS

exif

edited July 2013 in Hypershot Posts: 24


hi.
how can i show the exif of my pics?

i found this plugin which is really good : http://wordpress.org/plugins/thesography/

i must ad a shortcode to show the exif. Where should i write the shortcode?

ty

Comments

  • AirAir
    Posts: 10,970
    Hello pote:-)

    I believe that shortcodes should be inserted in Main Editor, as every shortcode:-)

    Have you tried it yet?:-)

    With regards.
  • Posts: 24
    Hello air/ thanks for your answer

    yes i inserted the shortcode ([exif id="54"] ) in the main editor and it shows the shortcode and not the exifs.

    i'll try to put it inline if you wish.



    ty

  • Posts: 24
    maybe this could help

    on justify image galelry i had the same pb :
    The exif plugin formats is using ul li tags which as stripped from the thumbnails.

    i changed this
    from
    $d['description'] = esc_attr(stripslashes($attachment->post_content));
    to
    $d['description'] = esc_attr(do_shortcode(stripslashes($attachment->post_content)));


    ty

    ced
  • AirAir
    Posts: 10,970
    But main editor of individual post does every shortcode. Maybe you insert it in other place then main editor. Please send link or screen shot so I could see where you do it:-)

    With regards.
  • Posts: 24
    hi
    sorry for my late answer

    i created a test page :
    http://e-bullition.com/site/album/test/

    1) In the first pic i wrote the shortcode in the description field of the edit album.
    It shows the shortcode (and not the exif)

    2) In the second page i wrote the shortcode in the description of the media page (add media, drop file, and ad descrpition). And there ie no description.

    Maybe you should try exyphografy. It's a free plugin

    ty

    ced
  • AirAir
    edited July 2013 Posts: 10,970
    This fields does not support shortcodes. As I wrote before you can use short codes in main editor.
    You can also TRY to make it work in album description by such change:

    go to advance\cpt_album.php line ~231 and change this:
    'desc'              => $desc,
    to
    'desc'              => do_shortcode($desc),
    Tell me does it work for you.

    With regards.
    Post edited by Air on
  • Posts: 24
    i love your support:)

    i don't understand what you mean by "main editor"

    but the shortcode works perfectly;)

    ty very very much. i'm working on a solution with exif and nothing was working perfectly. and now eveything is perfect;)
  • AirAir
    Posts: 10,970
    pote said: i love your support:)
    Thanks ;-)
    pote said:
    i don't understand what you mean by "main editor"
    Sorry I forgot there is not main editor for albums in Hypershot theme. My bad:-)

    With regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion