I reverted to 1.84 in the meantime and thumbnail functionality is back.
Plugin Author
Ajay
(@ajay)
I notice that the images are all throwing 404 errors. It could be a way that the plugin determines the path which is causing this issue.
Can you edit the contextual-related-posts.php file to change the line 28:
$crp_url = WP_PLUGIN_URL.'/'.plugin_basename(dirname(__FILE__));
to:
$crp_url = plugins_url().'/'.plugin_basename(dirname(__FILE__));
Plugin Author
Ajay
(@ajay)
In 1.8.4 there was a bug with timthumb filter which resulted in images of the incorrect size going through.
You could try disabling timthumb option in the Settings > Related Posts page in 1.8.5 and this should ideally solve the issue.
However, it would be great if you try the fix above with 1.8.5 to see if it works
That worked. I lost my custom CSS in the process. I’ll have to review old threads to find it. Thanks.
Got it from the recent post. Thanks again.
Plugin Author
Ajay
(@ajay)
Just to clarify, did the code change work or did the disabling timthumb work?
Hard to know since I did both. Cheers.
Plugin Author
Ajay
(@ajay)
If possible, could you enable timthumb, check if the images work. If they do, we know the fix is the code.
If they don’t then it is the disabling of timthumb
When the timtumb is enabled, the thumbnails disappear.
When left “timthumb” unchecked, the thumbnails reappear.
Plugin Author
Ajay
(@ajay)
Thanks. If you’re interested, I can check out your site to try to figure out what the real issue is.
You can message me details of your site via http://ajaydsouza.com/contact/
I’ll need an admin account ideally or an account that lets me edit plugin files.