My favorites | Sign in
Logo
             
Search
for
PotentialVotingProblems  
List of potential problems.

Introduction

There are some things that can disrupt the plugin's regular functioning. All these problems are caused by something outside the plugin. Here is the list of such problems.

Before you report a bug, please check all on this list.

List of problems

  • Invalid WordPress Theme: in many cases problem is theme used. Some themes don;t follow design specifications, and missing some important elements and calls as wp_head() or some other, and because of that CSS and JS files used by the plugin fail to load.
  • jQuery not loaded: plugin requires jQuery for AJAX voting and it must be loaded. Plugin adds jQuery for load, but in some special cases jQuery doesn't load. Check the theme or some other WordPress settings nad even plugins that could interfere with jQuery loading.
  • Posts generated by FeedWordPress plugin: this plugin uses a filter hook to render the posts, and no other filters are used. I have notified plugin author to fix it, but that't not done yet.
  • Other plugins JavaScript code: many plugin use JavaScript, but in many cases this code is poorly written and it breaks the JavaScript execution. This could be regular JavaScript or jQuery. The solution is to determine which plugin is causing problems by disabling all active plugins on you blog, one by one.
  • Cross-domain ajax execution: I have noticed that some hosting companies use redirecting and rewriting for domains. So your domain is www.mydomain.com, but your actual address behind it is www.hostingcompany.com/mydomain. This is than considered cross-domain ajax call, and browsers don't allow it. There are ways to override it, but I am not going to add any code to do that, so don't ask.
  • WordPress older than 2.5: Some people are trying plugin with WordPress 2.3 or even earlier. But, as the readme file says, plugin require WordPress 2.5 minimum.
  • Plugin Settings: Some voting problems are connected to invalid settings. You should check plugin settings after every update, because I offten update this, add new settings and also remove some of them.
  • Cookies: by default plugin is set to use cookies to prevent duplicate voting. And because of that you can't vote twice for the same post. Some people report that as a bug. It's not a bug, check your settings!

MS Internet Explorer only problems

WordPress plugins that are broken and will cause problems

  • Contact Form 7 This plugin adds broken jQuery code preventing all other jQuery code from executing. I am not sure what version of this plugin is broken, but updating it might help.
  • xLanguage This plugin removes from generated post conent all empty tags, causing the problems to the rating plugin by removing peices of the rating block.

Sign in to add a comment
Hosted by Google Code