• Hello,

    I have been trying to find the plugin that will work with my pages that are not only for posts. This is the best plugin thus far, alot of work went into this. The only problem I have is my thumbnails are not working. Can you help?

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

    (@piccart)

    Hello,
    thanks for your feedback and for the review! ??

    what exactly is the problem with the thumbnails?
    can you share a link of a page where I can see an example of the widget where you are having problems?

    cheers!

    Thread Starter tess012593

    (@tess012593)

    Here is my link. https://www.travelinwiththeresa.com/things-to-do-on-the-big-island.

    I have tried every field I can to try and grab the image. I have a feeling I have to do it in script.

    Plugin Author piccart

    (@piccart)

    What kind of post-type is that? is it a wordpress page or another custom post type?

    the code pulls the thumbnail from the wordpress default “featured image”, you should have it in the bottom of the right-side boxes when you edit that page.

    p.s. if it is a custom post type and doesn’t have the featured image box, ensure that when you register the post-type you add support for thumbnails in the args (and eventually other things you might already have there. like:
    ‘supports’ => array( ‘thumbnail’ )
    ‘supports’ => array( ‘editor’, thumbnail’, ‘etc…’ )

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Image Thumbnail not showing’ is closed to new replies.