• Resolved capitalsecurity

    (@capitalsecurity)


    Hello,

    We have the Recent Posts With Thumbnails plugin widget on our blog and page sidebars. On the page sidebar, we are able to scale the thumbnail to a custom width and height. However, on the blog sidebar, the widget thumbnail does not scale to the custom width and height that I set in the widget settings. In some instances, it doesn’t even show the widget. Also, the same settings are applied in each widget. Please help, if we can’t get this fixed then we will have to find another plugin. Please let me know if there is anything I can do to help fix this problem

    Here are some photos:
    widget working
    widget not working

    Please Advise,

    Thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Kybernetik Services

    (@kybernetikservices)

    Thank you @capitalsecurity for reaching out.
    Your issue is related to your CSS.
    The widget on the blog page shows the image with a width and hight of 75px. This is because your file wordpress.org-minify-header-e76eee6d2.min.css provides this rule

    #rpwwt-recent-posts-widget-with-thumbnails-2 img {
        width: 75px;
        height: 75px;
    }

    Because this style is not available on the main page the image has the full image with of 235px.
    You should check where the rule comes from and remove it.
    Hope that helps.

Viewing 1 replies (of 1 total)

The topic ‘thumbnail not displaying properly’ is closed to new replies.