Support » Plugin: WP Photo Album Plus » Change Font Size to Photo Tag Cloud

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

    (@opajaap)

    Edit file wppa-tagcloud-widget.php, line 38 reads:

    echo '<div class="wppa-tagcloud-widget" >'.wppa_get_tagcloud_html(implode(',', $instance['tags'])).'</div>';

    change to:

    echo '<div class="wppa-tagcloud-widget" >'.wppa_get_tagcloud_html(implode(',', $instance['tags']), '10', '30').'</div>';

    for minimum fontsize 10 pixels and maximum fontsize 30 pixels.
    The defaults are 8 and 24.

    I will make it configurable in a later version.

    Thread Starter AmyKelsch

    (@amykelsch)

    Hello Jacob:
    It worked great!
    Thank you,
    Amy

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    See settings in version 5.4.3: Table I-F13 and 14

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change Font Size to Photo Tag Cloud’ is closed to new replies.