Forum Replies Created
-
AuthorPosts
-
Jaime
ParticipantHi Ernest,
yeah! Great man thank you so much for the help it works perfectly :D.
And really my congrats for such a great Plugin!Cheers,
JaimeJaime
ParticipantHi Ernest,
I have disable an AJAX Plugin on the Login site which was causing the problem (its caused by another plugin but the dev is still searching for the problem :)).
Should be working now. Sorry for the circumstances!
Regards,
JaimeJaime
ParticipantHi Ernest,
no worries! I am glad I got such a great Response :).
Don’t think that will be necessary I don’t want to cause you to much Trouble. I will be implementing other stuff on the Website soon and this would just have been a nice to have feature. Thank you very much for your great help. This is certainly the best plugin of my website and by FAR the best support ever had :).
Thank you really much.
Keep up the good work!
Cheers,
JaimeJaime
ParticipantHi Ernest,
perfect, it worked!
This was exactly what I was looking for! Thank you very very much!! You really saved me out here :D.If I may ask one last Thing, do you know how to Display the number with two decimals? like: 4.00 instead of 4?
Really big thanks here again.
Cheers,
JaimeJaime
ParticipantHi Ernest,
thank you very much for your fast reply. I read the documentation and it helped me really out to get some custom fields shown in the description field of the searched results posts. But I haven’t managed to get the average score shown..
It is not a custom field which the user enters but more the score that different users give to a certain post (like reviews of a certain item?) I would like to show that score on the description text.
I tried adding this to the advance field:
<?php echo get_post_meta(get_the_ID(), ‘ratings_average’, true ); ?>which is the function I call to get score but that doesn’t seems to work.
Do you may have any idea?
Thanks
Regards,
JaimeJaime
ParticipantI am a bit creative today :). Maybe sorting the results based on the average score might be an option too?
Thanks and sorry for the many questions..!
Regards,
JaimeJaime
ParticipantP.S.: I managed before to include the average rating in the single blog post by calling the following function:
“<?php echo get_post_meta(get_the_ID(), ‘ratings_average’, true ); ?>” maybe there is a way to call it too?Jaime
ParticipantHi Ernest,
wow great! that was fast and fixed the Problem! :D. Thank you very much!!
Cheers,
Jaime -
AuthorPosts