Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter bartvandermark

    (@bartvandermark)

    Is there any solution for me?
    I have reinstalled the plugin but thumbs still don’t show…

    Please, I love this plugin and don’t want to search for an alternative…

    Bart –

    The plugin lost some functionality in the update like 2 days ago. We’ve alerted the developer to the issue, and I’m sure he’s working on it.

    You can either revert to an earlier version or wait for a fix, which, knowing the developer, won’t be long.

    Alternatively, you could switch to List Mode for a few days until the issue gets resolved.

    Thread Starter bartvandermark

    (@bartvandermark)

    Where can i find previous versions?

    Same problem here ; no thumbs showing. I switched for now to the list, but it’s not what I need…

    Same problem for me.
    (Maybe) Some help for the dev:
    Notice: Undefined index: sticky_posts in /bar/foo/wp-content/plugins/baw-manual-related-posts/inc/bothend-noajax.inc.php on line 90 Notice: Undefined index: first_image in /bar/foo/wp-content/plugins/baw-manual-related-posts/inc/frontend-noajax.inc.php on line 83 Notice: Undefined index: first_image in /bar/foo/wp-content/plugins/baw-manual-related-posts/inc/frontend-noajax.inc.php on line 83
    Just saying… =D

    Correction, the php notices have nothing to do with this problem.

    Found it! Here is a workaround:
    file inc/frontend-noajax.inc.php line 80: remove the “!”.
    if( !current_theme_supports( 'post-thumbnails' ) )
    becomes
    if( current_theme_supports( 'post-thumbnails' ) )

    See ya.

    @ScreenfeedFr – You are the best. Thank you

    @nouki: You’re welcome 🙂

    It also worked like a charm on our blog Le Manger
    Thanks a lot !

    I have this same problem, with my post thumbnails displaying wp-admin/images/wp-badge.png for all (even after the adjustment to line 80). Any thoughts?

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Thumbs no longer show…’ is closed to new replies.