• Resolved Olv1do

    (@olv1do)


    Hi

    Great Plugin !

    I know this is several times reported issue but none of the solutions reported few years ago worked for me.

    We have quite a number of pictures sent through via email that need to be linked to the page.

    We have the lightBox2 plugin installed and it works for all the pictures apart from those pulled via postie plugin.

    I’ve changed the picture settings in POstie but it seems these settings have no effect on actual images.

    I got this <img src=”{THUMBNAIL}” alt=”{CAPTION}” title=”{CAPTION} class=”attachment” /> but none of this is appearing in the created post.

    We are using the Cronjob Scheduler plugin to pull the emails automatically.

    Please help

    https://ww.wp.xz.cn/plugins/postie/

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

    (@olv1do)

    `<a rel=”lightbox” href=”{FILELINK}”><img src=”{THUMBNAIL}” alt=”{CAPTION}” title=”{CAPTION} class=”attachment” /></a>’ this is the Img postie setting

    Plugin Author Wayne Allen

    (@wayneallen-1)

    You do not need to use Cronjob Scheduler, Postie hooks into the WordPress cron. Just set the “Check for mail every” setting.

    WP Lightbox 2 (the plugin I assume you are referencing) seems to work fine in my testing.

    Your template does have a missing quote on the title attribute, it should be:

    <a rel="lightbox" href="{FILELINK}"><img src="{THUMBNAIL}" alt="{CAPTION}" title="{CAPTION}" class="attachment" /></a>

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Lightbox’ is closed to new replies.