michlm
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Fatal error in file.phpSomeone on the German board solved the problem: http://bit.ly/12j96F
Forum: Plugins
In reply to: [Plugin: GD Star Rating]: Vote Waiting Message not displayed anymoreGreat, that works! Last problem (beside the waiting message – with which I can live):
If I try to show a list of best voted articles and comments with <?php wp_gdsr_render_widget(); ?> I get the error message:
Fatal error: Call to undefined function: wp_gdsr_render_widget() in {…}/home.php on line 48
Is it possible that the function collides with another plugin? If you can help me with that last problem I will donate and put a banner on my site once I am finally online.
Thanks!
Forum: Plugins
In reply to: [Plugin: GD Star Rating]: Vote Waiting Message not displayed anymoreYeah, I read that in the PDF guide, on your website and in the admin section of WP. But that doesn’t work at all.
I also tried it via
<div style="display:inline;">%RATING_STARS%</div> <div style="display:inline;">%RATING_TEXT%</div>in the standard ratings block template and even though other CSS-commands work fine (e.g. margin-left) it won’t put the result into one single line. I found out that the plugin automatically applies <div id=”gdr_text_a107″> (07 in that special case) which seems to override my “display:inline;”-input. But I don’t know where to find that gdr_text-id to modify it.
Forum: Plugins
In reply to: [Plugin: GD Star Rating]: Vote Waiting Message not displayed anymoreThanks for that. What I find somewhat strange is that if I use both at the same time the manual rating code and automatic rating the new result is only shown at the automatic stars (with working waiting message then).
And I really don’t want to annoy you with silly questions in your spare time, but I got one last question: If I choose to have header, stars and rating text in one single line instead of three lines I assume to have “display:inline” added the CSS code. But in which file can I find the classes .ratingtext/.ratingblock/.ratingstars etc. that are given in the T2 templates?
Forum: Plugins
In reply to: [Plugin: GD Star Rating]: Vote Waiting Message not displayed anymoreI found out that if I use the automatic insertion the waiting message works, same if I use [STARRATING] inside a post. The only way it won’t work is via <? php wp_gdsr_render_article(); ?> at the place I wanna use it inside the theme. Parameters for this function are $template and $echo, but i have no idea how to use them to influence the waiting message/icon.
Forum: Plugins
In reply to: [Plugin: GD Star Rating]: Vote Waiting Message not displayed anymorethanks a lot!
Forum: Plugins
In reply to: [Plugin: GD Star Rating]: Vote Waiting Message not displayed anymoreI installed the new version a few days ago – thanks for the great work on the plugin btw! – and have the same problem as mfuchs. I remember that the waiting message worked after I manually inserted the code where i wanted it. It seems in the meantime I somehow clicked anywhere to switch the waiting message+symbol off, but i don’t know where and how to undo it. Any ideas?
Thanks!