I am guessing it is a plugin conflict. There is no AJAX query being fired at all. Does it work on the default theme without any other plugins activated?
Thread Starter
72jogi
(@72jogi)
Hello Lester
Iam using <?php get_highest_rated_category($catID,'both',0,3);?> on the categorys. In the higest_rateg the rating is not working.
In the post in die category its work great. So I think is it not a plugin conflict. I tried this an deactivate the rest of my plugins and it still not work.
See my link and test to rate one of the top 3 and “normal” category posts.
At this point i will say thanks for the good support 😉
I think the two issues are separate. “Please rate only 1 Item at Time” has nothing to do with the get_highest_rated_category() php code.
Thread Starter
72jogi
(@72jogi)
Yes I know that ““Please rate only 1 Item at Time” is no Bug. But please check http:// fustyle . de/fustyle and make a rating. The rating will not log. You can rate inside the get_highest_rated_category() and get_lowest_rated_category()
I don’t understand what you mean but you can’t rate inside get_highest_rated_category() or get_lowest_rated_category(). The ratings code has to be <?php the_ratings(); ?>
Thread Starter
72jogi
(@72jogi)
Hey Lester have you do a rating on the page? I use in the template of get_highest_rated `<span>%RATINGS_IMAGES_VOTE%</span><br />
<span>(fustyle: %RATINGS_AVERAGE% – Votes %RATINGS_USERS%)</span>` so the rating stars will show and a user can rate inside “the Top Charts”. But its not working.
In the template Ratings Vote Text: the code %RATINGS_IMAGES_VOTE% works great
so what to do?
There is no ratings vote in the template http://imgur.com/a/OyCyP. Not all template variables are available. The ones that are available are on the left as show in the image.
Thread Starter
72jogi
(@72jogi)
Hey Lester thanks for the fast reply. Why is it not possbible? I think user will rate direct from the Top Lists and not only in posts. Can you fix this?
it is designed to be like this. It is a top post list (meant to be a displat list) and hence you can’t rate it. There is no way I can fix it without re-writing it.
-
This reply was modified 9 years, 4 months ago by
Lester Chan.
Thread Starter
72jogi
(@72jogi)
oh thats bad. I think this function will be great for the plugin. What you think???