• pattonmcginley

    (@pattonmcginley)


    I can’t get the plugin to update things like number of posts or which template to use. The only thing I’ve been able to update is the widget’s title.

    Also, it is STILL reverting template and image size to a default and won’t change these from the control panel.

    Is anyone else having this issue in 4.5.2?

    https://ww.wp.xz.cn/plugins/ultimate-posts-widget/

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m experiencing the same issues, but for me the only problem is the image size, with every change it reverts to thumbnail while it should be full.

    Would love to see an update of this useful plugin.

    I had to fix the image problem with some custom CSS. You have to target the images in the Ultimate Post Widget’s feed, and set them to have a width that is 100% and a height that is auto.

    Here is what my CSS looks like, yours may be a bit different:

    .upw-posts.hfeed .entry-image img.attachment-thumbnail.size-thumbnail.wp-post-image {
    width:100%;
    height:auto;
    }

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Won't update changes in widget control panel.’ is closed to new replies.