I resolved my problem by remove the comment from line 294 in top10.php.
I think some of the lines there should NOT be commented out !!
Plugin Author
Ajay
(@ajay)
Which line did you exactly delete?
Line 294 for me is:
$post_thumb_op = empty($post_thumb_op) ? $tptn_settings['post_thumb_op'] : $post_thumb_op;
A quick way to fix this is to goto your widget settings and resave the widget. I had a similar issue on my site where the Titles disappeared and fixed it by resaving the widget.
Another option is to delete and readd the widget.
Line 294 for me was:
//$post_thumb_op = empty($post_thumb_op) ? $tptn_settings[‘post_thumb_op’] : $post_thumb_op;
Which means it was commented out…..
Reinstall of the plugin did not solve the issue.
Removing the comment tags from the line solved the problem
in the new version title is also not show after upgrade.. i have use older version (1.9.8.2) and everything is work. Please fix latest version..
Plugin Author
Ajay
(@ajay)
mvanderkruk and ad4msan,
Could you please try to delete the widget and then add the widget again?
I released 1.9.8.3 which ideally initializes all the settings correctly once again.
I upgraded an old test site => Titles are not displayed
Deleting and adding the widget again => Titles are displayed correctly
Plugin Author
Ajay
(@ajay)
mvanderkruk, thank you for the confirmation.
confirmed.. delete plugin and reupload plugin fix this problem. Thanks ajay
Thank you, thank you, thank you! I’ve been trying to figure out this problem for days! One resave of the widget and the titles were back!