WPPA Album Widget
-
Hello !
I propose an improvement:
When Album name is more long than 12px line-height, there is a mix with the others widgets.
So, in file wp-photo-album-plus/wppa-album-widget.php, line 138, I change:
if ($name == 'yes') $widget_content .= "\n\t".'<span style="font-size:'.$wppa_opt['wppa_fontsize_widget_thumb'].'px; line-height:12px;">'.__(stripslashes($album['name'])).'</span>';
with:
if ($name == 'yes') $widget_content .= "\n\t".'<span style="font-size:'.$wppa_opt['wppa_fontsize_widget_thumb'].'px; min-height:100%;">'.__(stripslashes($album['name'])).'</span>';
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘WPPA Album Widget’ is closed to new replies.