NeutralX2
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-ServerInfo] Dashboard Widget WarningsYou are awesome. Thank you!
The development version works great. Thanks again.
Thanks.
[edit]
I found the development version. Will give it a try and report back.
Its just a guess, but you might be having general issues with WP-Cron not directly related to this plugin. For example, do scheduled posts not publish as well? If so, your server might not be able to fire off the wp-cron job due to a config issue.
You could try using the alternate cron method and see if that gives you better results.
http://codex.ww.wp.xz.cn/Editing_wp-config.php#Alternative_Cron
I might have found your site. Try:
#content #colLeft #disqus_thread li {
list-style-image: none;
list-style-type: none;
background: none;
}It should have unless there is a more specific style overriding it. Clear your browser cache and see if they still show up. If not, can you provide a link to your website so I can examine your stylesheet?
Add this to your stylesheet:
#disqus_thread li {
list-style-image: none;
list-style-type: none;
}