[Plugin: GD Star Rating] Stars not showing
-
hi,
i have just installed the latest version of gd-star-rating, every thing is configured and fine except that rating stars are not shown in either case (manual or automatic)
i get the following instead of stars
UA:F [1.0.6_327]
please wait…
Rating: 0.0/10 (0 votes cast)any clue?
-
Please read this:
https://code.google.com/p/gd-star-rating/wiki/PotentialVotingProblems
All voting problems not related to plugin are on that list.
Your problem is most likely theme related, missing wp_head() call in theme header. Without it css and js needed by plugin are not loaded.
Milan
i have checked and re-checked, wp_head call is there as other css and js are doing fine.
I need a link to your website to see why this happens. The only case with similar error was caused by the faulty theme.
Ok, i thought about this what you said “faulty theme”, so i installed wordpress on my subdomain with default theme and no other plugin installed except GGDSR. Result is same, (wpsite.telebliss.com).
i dont know its related or not but here is my .htaccess details for your perusal just incase it has to do anything with it.thanks
# Use PHP5 as default AddHandler application/x-httpd-php5 .php RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} !^www\.wpsite.telebliss\.com RewriteRule (.*) https://www.wpsite.telebliss.com$1 [R=301,L] <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
PS: anything which i can check in php.ini
As I suspected. The plugin is working fine, but your web server refuses to serve css file that plugin needs. I am nut sure why this is happening, this is the first such case I have seen. Strangly enough can browse your web folders, and I get list of files at this url:
https://www.wpsite.telebliss.com/wp-content/plugins/gd-star-rating/css/
And gdstarating.css.php is there, but for some strange reason when web browser tries to load it, server returns 404 File Not Found.
I am not sure what can be causing such server response, but that’s what you need to figure out, I am not too familiar with server administration issues.
Regards,
MilanOk, I checked with my host and this is how they reply,
You are getting this error because the way you have your wordpress redirects set up any php pages in the wp-content folder will be re-directed to a 404 page. To fix this I would recommend removing any recent changes to your .htaccess files in both public_html/telebliss and public_html/telebliss/wpsiteThanks,
JMi am sure i have made no changes in my .htaccess and cant find any clue what id redirecting to 404
clues?My knowledge of hosting is limited to the use of HSphere or CPanel control panels where you can visually set such things.
Redirecting is located in .htaccess files for each folder, but I avoid messing with that, so I am not sure what you need to change there. I know that WordPress uses that to set permalinks, so it could be some other plugin changed something more there too.
Sorry, but I can’t help you with this. When you manage to solve this problem, if you have any more GD Star Rating related problems I will be happy to help.
Regard,
Milanok, i have got it working, its setup and firing now, thanks for your prompt support.
How you solved the problem? I have moved to another hosting and I have the same problem.
well in my case i had a index.php instead of index.htm(L) in my wp-content folder which was creating the problem, once i changed the error is gone reference 2nd comments, alongwith this i asked my host to reset my admin panel
you may also have a look into your .htaccess file so that it is not blocking any request to wp-content folderthis is an earlier reply from my host
Dear Customer,
Thanks for contacting us.You are getting this error because the way you have your wordpress redirects set up any php pages in the wp-content folder will be re-directed to a 404 page. To fix this I would recommend removing any recent changes to your .htaccess files in both public_html/telebliss and public_html/telebliss/wpsite
Thanks,
JMno need to mention but you can check for cross browser conflict (.htaccess vs the site link set in your admin panel)
wp_head() i believe you must have checked.
one more possibility is to change your site encoding to utf-8 (if it is not already done)
somewhere i red that changing the premalink format did the work
removing all cache may also be checked.
finally i validated my site and removed any scripting error
hope any of above point will help you
reference 2nd comment in this post
Thanx, this will be very usefull once I start moving all my blogs to new host.
The first one I moved that was causing the problems, I have chmod-ed all folders to 755 and all files to 644, and everything was working fine. I will try the htaccess solution also.
Regards,
MilanHi,
I experience the same error message on the star rates on the posts in the category pages – “UA:F [1.3.4_676]please wait…Rating: 0.0/5 (0 votes cast)”. The star rating works perfect on the front page and the individual post pages. The wp_head() call looks to be in place on the header css.I discovered that the theme I use also include a index.php instead of index.htm(L) in the wp-content folder. How do I change this, and what effects will this have on the current site functions and layout?
I am no techi person, so I would appreciate in simple steps what can be done to get the rating stars up on the category post pages as well. Thanks =)
Your problem is with excerpts, read this post:
https://www.gdstarrating.com/2009/02/13/the-excerpt-problems/
As for the index.html I am not sure what that has with anything. This file is there for protection purposes only.
I have a problem with excerpts. I have been to your site and read your help file. Could you please explain this part to me because i am confused. The bold bit I just do not understand. Thanks
If you want to display rating block with the post that is shown as excerpt, you must use manual insertion method and add php call for rendering of the rating block into the theme after the excerpt call, and within the post loop. Function is: wp_gdsr_render_article().
- The topic ‘[Plugin: GD Star Rating] Stars not showing’ is closed to new replies.