• Resolved matthausen

    (@matthausen)


    Hello

    After migrating a website to staging, this plugin is causing me trouble. Basically it cannot find the posts thumbnails anymore, so it sets the default “no-thumbnail.jpeg” file as thumbnail.

    Any idea why this is happening?

    Thanks

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

Viewing 1 replies (of 1 total)
  • Plugin Author Hector Cabrera

    (@hcabrera)

    Hi @matthausen,

    The plugin can’t find the image:

    <div class="mpvlst">                  
        <!-- WordPress Popular Posts --> 
        <div class="media">
            <a class="media-left" href="https://ae3media.wpengine.com/saving-banking/20-savings-accounts-beat-inflation/">
                <!-- File doesn’t exist? -->
                <img src="https://ae3media.wpengine.com/wp-content/plugins/wordpress-popular-posts/public/images/no_thumb.jpg" width="65" height="50" alt="" class="wpp-thumbnail wpp_imgeditor_error wpp_featured">
            </a>
    
            <div class="media-body">
                <div class="coldate">Jul 18, 2018</div>
                <h4 class="media-heading"><a href="https://ae3media.wpengine.com/saving-banking/20-savings-accounts-beat-inflation/">The 20+ savings accounts that beat inflation</a></h4>
            </div>
        </div>
    
        ...
     
    </div>

    Notice the <!-- File doesn’t exist? --> HTML comment?

    I checked this article and images are broken there too, so make sure you actually moved your uploads folder and its contents to the staging server and that their paths in the database are correct.

Viewing 1 replies (of 1 total)

The topic ‘No Thumbnail img’ is closed to new replies.