Giri
Forum Replies Created
-
AuthorPosts
-
It doesn’t make sense to aggregate different restaurant ratings.
Usually people interested in overall ratings of a particular restaurant. GD displays that overall ratings pretty well.
Your case goes under customisation. So you need to hire someone from our jobs section.
I’ll give you the steps to do it. So your dev can code it quickly.
1) Refer best of widget code especially this function
geodir_bestof_places_by_term
. It can get the posts by term (i.e category)
2) Once you get the posts get the average rating of each listing. you can get overall individual rating using this function
geodir_get_post_rating($post->ID);
3) Now all you have to do is add those individual ratings and divide by the number of listings.
Thats all
`You are welcome..
Brian,
Thats because I have limited user display. By default its 10 for each type (i’m in or sounds cool).
If you need to display more, use this filter. Just place it in your child theme or use code snippets plugin.
change the number 20 to anything you want.
function whoop_rsvp_no_of_users_to_display() { return 20; } add_filter('rsvp_no_of_users_to_display', 'whoop_rsvp_no_of_users_to_display');
Try this code in custom css setting for date
.whoop-review-rating span:last-child { display: inline-block !important; }
Please note that header image setting is for the people who would like to use background image for header top.
It won’t create a separate box for header image.
The background color messed up because you are not using transparent image.
This is how transparent image look like http://creativitywindow.com/wp-content/uploads/2012/04/bubble-transparent-background-png-see-through.jpg
But yours filled with white background.
Let me know.
Thanks
Hey Melvin, You might find developers in our jobs section. So i’ll move your thread there.
Thanks
Applied the fix. Let me know if you still have problem.
Thanks
Hey Mark, I have fixed this yesterday. I’m gonna apply the fix on your site. I’ll let you know once i’m done.
Thanks
Hello Robin,
I’m not quite sure what exactly you are trying to do.
Location description widget h3 tag comes from before_title part of the widget
You can find that in this file
/wp-content/plugins/geodir_location_manager/geodir_location_widgets.phpLine number: ~ 700
You might wanna refer this answer to modify the tags.
Hey Sandra,
I’m really sorry for the late reply. I have fixed your problem 2 week back, but forgot to reply here since this thread was not assigned to me.
If you can post your wp-admin credentials, I can apply the fix on your website. So you can test and let me know if you still have any problem.
Thanks
Brian I have modified some code and applied the changes on your site. Now twitter share keeps the params.
Thanks
This reply has been marked as private.I believe the problem is with the sharing url instead of AYI widget. Maybe we should make the share link to keep those parameters. What do you think?
Hello Brian, If gde param is not there in the url, it will be treated as normal event. Most probably those RSVP are from existing recordings. I mean the RSVP recorded before recurring event RSVP feature.
Can you confirm?
Thanks
-
AuthorPosts