Does it work on the desktop in the first place?
Thread Starter
ndh01
(@ndh01)
Hi Lester. Yes voting works great on the desktop.
What is your site URL? Does it a load a different theme for mobile?
Thread Starter
ndh01
(@ndh01)
Hi Lester. I narrowed it down to this: Seems to be an issue between your plugin and fastclick.js.
https://github.com/ftlabs/fastclick
It occurs when this script is loaded, which makes since that it doesn’t effect desktop browsers. I’m not sure what the true conflict is but I hope you may be able to determine.
Thank you
Not too sure if you can add class="needsclick" to the vote button in WP-Admin -> Polls -> Polls Templates as mentioned in the docs
Thread Starter
ndh01
(@ndh01)
Hi Lester. I’m not seeing how to add that to vote button. The only docs I have seen are in the read me. Is there another set of docs to reference? Currently my vote template has :
%RATINGS_IMAGES_VOTE% (<strong>%RATINGS_USERS%</strong> votes, average: <strong>%RATINGS_AVERAGE%</strong> out of %RATINGS_MAX%)<br />%RATINGS_TEXT%
Technically you need to modify the plugin wp-postratings.php.
Find: class=”post-ratings-image”
Replace with: class=”post-ratings-image needsclick”
If it does not work, I am afraid you can’t use both together.
Thread Starter
ndh01
(@ndh01)
Lester,
Adding class=”needsclick” to the following lines does remedy the issue.
lines 1050,1053,1055, 1058, 1071,1074,1076,1079
Would this make its way into your code someday or will I need to always edit after an update?
Thank you for your help!
You have to make an updated every time since this is conflict which is not generic and specific to users who used fastclick.