pvde
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Popular Posts] Thumbnails are messed upI’ve updated to the development version and it shows me this:
Warning: urlencode() expects parameter 1 to be string, array given in /home/content/48/../html/9HILL.COM/wp-includes/formatting.php on line 3253Forum: Plugins
In reply to: [WordPress Popular Posts] Thumbnails are messed upThe installed version is : Version 2.3.5 | By Héctor Cabrera | Visit plugin site.
I currently don’t have any CSS adjustments in place.
Forum: Plugins
In reply to: [WordPress Popular Posts] Thumbnails are messed upWhen I use the CSS adjustment that you gave me earlier then everything gets out of place,
Forum: Plugins
In reply to: [WordPress Popular Posts] Thumbnails are messed upgo to https://www.9hill.com and click on the “Popular” tab in the menu on the right side.
Forum: Plugins
In reply to: [WordPress Popular Posts] Thumbnails are messed upNope, and like I said in the post above, Version 2.2.1. works exactly the way it should CSS wise. what changed in later versions that it stopped working like that? (Since i am not the only one with this problem)
Forum: Plugins
In reply to: [WordPress Popular Posts] Thumbnails are messed upNope, still messed up. The images are not showing having any margin
Forum: Plugins
In reply to: [WordPress Popular Posts] Thumbnails are messed upIf you want to get rid of this problem then the best thing you can do is downgrading the plugin to version Version 2.2.1.
Download link: https://www.ads-software.com/plugins/wordpress-popular-posts/developers/
Then add this code to wordpress-popular-posts/wordpress-popular-posts.php:
(just paste at the bottom of the page)add_filter('site_transient_update_plugins', 'dd_remove_update_nag'); function dd_remove_update_nag($value) { unset($value->response[ plugin_basename(__FILE__) ]); return $value; }
This will disable the update notification for the popular posts plugin, since the latest version doesn’t work anymore like it should (hint to the developer..)
Forum: Plugins
In reply to: [WordPress Popular Posts] Thumbnails are messed upHi,
I am not using that HTML markup feature and it worked perfectly fine like 2 updates ago.