• Resolved Misty A

    (@misty-a)


    Hi there, I’ve got problem with thumbnails. It was working all fine after initial installation, but from 3 posts recently posted it seems not to generate the thumbnails.
    have a look here: http://miejskieprzygody.pl/linkedin_goldenline/
    WP and plugins are all updated, I’ve run regenerating thumbnails several times as well as posts’ icons are everywhere chosen.
    Of what I’ve noticed there is an error in the code, instead of proper url there is a strange number “3001203828”
    example:

    <li data-position="0" data-poid="in-275" data-post-type="none" >
    
        <a href="http://miejskieprzygody.pl/dzungla-rynku-pracy/" class="wp_rp_thumbnail">
            <img src="3001203828" alt="Dżungla rynku pracy" width="150" height="150" />
        </a>
    
        <a href="http://miejskieprzygody.pl/dzungla-rynku-pracy/" class="wp_rp_title">Dżungla rynku pracy</a>
    </li>

    And here is the correct/working version:

    <li data-position="1" data-poid="in-181" data-post-type="none" >
    
        <a href="http://miejskieprzygody.pl/byredo/" class="wp_rp_thumbnail">
            <img src="http://miejskieprzygody.pl/wp-content/uploads/2014/08/byredo-150x150.jpg" alt="Byredo" width="150" height="150" />
        </a>
    
        <a href="http://miejskieprzygody.pl/byredo/" class="wp_rp_title">Byredo</a>
    </li>

    Any ideas what might be the reason??

    https://wordpress.org/plugins/wordpress-23-related-posts-plugin/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey Misty,

    thanks for reaching out! Is there anything different/new – e.g. new plugins, different way of inserting the images into the posts? Also, would it be possible to get a list of your plugins?

    Looking forward to your reply,
    Petra

    Thread Starter Misty A

    (@misty-a)

    Hi Petra, thanks for quick reaction. The only new thing was to enable the Disqus for comments…
    My plugins are: Broken Link Checker, Disqus Comment System, EU Cookie Law Compliance, Google Analytics, Google Analytics Dashboard for WP, Jetpack by WordPress.com, MailChimp, Popular Widget, Regenerate Thumbnails, SEO Internal Links, Shareaholic, Simple Follow Me Social Buttons Widget, Top 10,
    WordPress Related Posts, WordPress SEO.

    Hey,

    thanks for getting back to me with the list of plugins and sorry for not replying any sooner. I have installed the “Broken Link Checker” plugin and it seems that this plugin makes “custom” links to those that it thinks are broken but actually are not. I have rechecked your blog and, correct me if I am wrong, you have found out the same thing and disabled the Broken Link Checker or just made some adjustments? I can’t find any “empty” thumbnails anymore – which is a good thing. But please do let me know if there is something I have missed.

    Take care and have a nice day,
    Petra

    Thread Starter Misty A

    (@misty-a)

    Hi! yes, it is solved. Sorry for not letting you know earlier. The solution was pretty simple: in the WordPress Related Posts plugin advanced settings>default thumbnails>”used custom field for thumbnail” needed to be ticked and set to “post-image”
    thanks for support

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