• Resolved TiCar

    (@ticar)


    Hi janisto,

    thank you for the great plugin. I use it for my new hobby fotography πŸ˜‰

    I try to add an option to display the picture description text of the picture at the “Image text settings” but i’m not as good as you to change your php or js code.

    Can you give some hints to solve that or can you put these option in for the next update to your great plugin?

    regards,
    Lars

    http://wordpress.org/extend/plugins/polaroid-gallery/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author janisto

    (@janisto)

    Hi TiCar,
    displaying the image description text is not currently an option. You should add your text to “Title” or modify the plugin.

    Cheers,
    janisto

    Plugin Author janisto

    (@janisto)

    You could try and change the code in line number 292.

    Change:
    $title = wptexturize(trim($attachment->post_title));
    To:
    $title = wptexturize(trim($attachment->post_content));

    And see if it helps.

    Cheers,
    janisto

    Thread Starter TiCar

    (@ticar)

    Work fine – thank you πŸ™‚

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Polaroid Gallery] New option possible?’ is closed to new replies.