Skip Navigation

[Resolved] Front end ajax 3diting

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 3 replies, has 1 voice.

Last updated by Minesh 5 months, 2 weeks ago.

Assisted by: Minesh.

Author
Posts
#2801094

Tell us what you are trying to do?
implement a rating system for my services.

Is there any documentation that you are following?
real estate
Is there a similar example that we can see?
no. i want to have the same functionality as bookings.com where people can rate the Hotel with a star widget.

What is the link to your site?
please see above

#2801099

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

There is no such feature available with Toolset for ajax based star rating.

The Toolset's "Star Rating" block is very basic and can only be used to show a numeric value (fixed or linked to a custom field), in the form of stars.

It can't be used to input a rating value from the users and store them independently for each user and post/page.

For a full feature star rating system, you can use a third-party plugin and following articles review some of the popular options:
- https://wordpress.org/plugins/rate-my-post/
- https://wordpress.org/plugins/wp-postratings/

Alternatively - you can search for any plugin that suits best of your requirement.

#2801101

Thank you for your reply.
But then how would i be able to modify the custom field value with those plugins?
Maybe we ciuld develop in it in house and use AJAX calls api by Toolset, if there is any?

#2801102

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

As shared Toolset do not have such feature. you will have to identify what plugin uses what field to store the rating and use that with any of the Toolset API where required if possible.