• Resolved evlink2006

    (@evlink2006)


    I am loving the new LastTen widget. Couple questions.

    I looked in the settings and couldn’t find anything to address these issues.

    1. I would like to be able to remove the text below the thumbnails, i.e. 1 week, 1 month.
    2. Is there a setting that would allow the thumbnails to link to the full size image. Right now they don’t function as links.

    This may be implemented already and I just can’t find the settings for it. If not can they be added to the wish list please.

    Amazing work on this project by the way.

    http://wordpress.org/extend/plugins/wp-photo-album-plus/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jacob N. Breetvelt

    (@opajaap)

    1.: No, if you want to see the most recent uploads, i suppose you want also to see how fresh they are.

    in wppa-lasten-widget.php around line 85 you will find:

    $widget_content .= "\n\t".'<span style="font-size:9px;">'.wppa_get_time_since($image['timestamp']);
    
    $widget_content .= '</span>'."\n".'</div>';

    You may remove these two lines or put // in front

    2.: Configure Table VI line 10

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Sorry, the above is incorrect.

    you shoould change it into:

    //$widget_content .= "\n\t".'<span style="font-size:9px;">'.wppa_get_time_since($image['timestamp']);
    
    $widget_content .= "\n".'</div>';
    Thread Starter evlink2006

    (@evlink2006)

    Thank you for the quick reply.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WP Photo Album Plus] LastTen Widget’ is closed to new replies.