• Resolved jfantasybooks

    (@jfantasybooks)


    Hello!

    So, although I like your plugin, there are some issues concerning me today.

    I tried to widget, but unfortunately,

    1. The title on the widget is too large. It seems to be linked to the typography of the site, but the ratio is wide. So, if I fix it where it looks nice in the widget, the other widgets would be unreadable. I would like to manually change the font of the widget itself.

    Also,

    2. The image shoes up blank (as in just the insert image/mountain pops up)

    And yes, I have provided an image for the widget to use. I do not know why this is happening.

    3. There are no stars.

    https://ww.wp.xz.cn/plugins/wp-review/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author MyThemeShop

    (@mythemeshop)

    Hi,

    Could you please share your site URL so we can take a look at the issues?

    Thank you. Looking forward to help.

    I have the same issue on my website. The text on the widget is way too large. And the images shown are very small in comparison. It doesn’t look very nice this way.

    You can find the widget here in the bottom of the sidebar: http://www.animeazing.nl/

    I hope there’s a way to fix this 🙂

    Plugin Author MyThemeShop

    (@mythemeshop)

    Hi @animeazing,
    It looks like theme’s CSS is conflicting with the plugin. Please try adding below Custom CSS in your style.css

    .wp_review_tab_widget_content ul {
        margin: 0;
        padding: 0;
    }
    .wp_review_tab_widget_content .tab-content li .entry-title {
        font-size: 15px;
        line-height: 1.4;
    }

    For thumbnail sizes, please use OTF Regenerate Thumbnails plugin.
    Hope this helps, thank you.

    That does the trick. Thank you!

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

The topic ‘Widget Problems’ is closed to new replies.