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

    (@yithemes)

    Hi there,
    I checked and for some reason, your theme not found the image that the plugin use to show a placeholder.

    Try to add this custom css

        background-image: url(http://atbeautylab.com/wp-content/plugins/yith-woocommerce-featured-video/assets/images/videoplaceholder.jpg);
        background-size: 150px 150px;
        width: 150px;
        height: 150px;
    }
    Thread Starter vipv

    (@vipv)

    I’m sorry… I’m not an advanced user. Where I should place this code?

    Plugin Author YITHEMES

    (@yithemes)

    Hi there,

    You can add the code in Appearance -> Customize -> Additional CSS.
    Please, ignore the previous code, isn’t complete. Instead, use this:

    li.yith_featured_thumbnail {
        background-image: url(http://atbeautylab.com/wp-content/plugins/yith-woocommerce-featured-video/assets/images/videoplaceholder.jpg);
        background-size: 150px 150px;
        width: 150px;
        height: 150px;
    }

    Let me know!

    Thread Starter vipv

    (@vipv)

    Somehow it works now properly without adding this code

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

The topic ‘Problem with YITH thumbnail’ is closed to new replies.