Support » Plugin: WordPress Popular Posts » Changing Thumbnail Size and No Bullets

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

    (@hcabrera)

    Hi Rene,

    Why are you setting thumbnail size via CSS? The plugin has methods to do that. Are you using the plugin as a widget?

    About the bullets, try adding this to your theme’s stylesheet:

    .wpp-list li { list-style:none; }

    Hello,

    We are using the widget but cannot seem to get the thumbnail to change from its current default of 15×15. Tried adding the following to functions.php:

    set_post_thumbnail_size(199,147)

    NOTE: add_theme_support( ‘post-thumbnails’ ); was already in function.php so did not add it again

    Then tried emptying the WPP cache, but thumbnails are still displaying at 15×15.

    Is there any way to adjust the thumbnail width & height from within the widget code itself? Do we need to create a custom thumbnail size & adjust the plugin code per the info you provided at: http://wordpress.org/support/topic/plugin-wordpress-popular-posts-all-time-average-daily-views-problem?replies=11#post-2364397?

    Thank you,
    Daniel

    [RESOLVED] Following up. Stupid oversight on our part. The issue was the thumbnail settings size within the widget itself. We hadn’t realized that option existed & that it’s set to 15×15 by default. Once we updated the thumbnail dimensions in the specific widget, everything worked great.

    Posting here in case anyone else makes the same dumb mistake.

    Happy WP-ing all,
    Daniel

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing Thumbnail Size and No Bullets’ is closed to new replies.