I was having a problem with permissions for search results (searching by author triggered a "You do not have access to this page message) and traced that back to Defender Pro plugin.
Solution:
Toolset AJAX search feature is using wordpress built-in AJAX URL to send the request, for example:
Problem:
How to Display WPDiscuz Rating with Toolset Solution:
Here are the steps to display the rating from WPDiscuz with Toolset ratings block:
What you can do is:
- Navigate to: Toolset => Custom Fields => click on button "Post field control", find the field "wpdiscuz_post_rating" and set it to manage with Types and change the field type to Number.
- Create a custom field group from Toolset => Custom fields or if you already have a custom field group for the post type where you want to add this rating, add the field "wpdiscuz_post_rating" to that custom field group.
- click on button "Add New Field" within your custom field group and then click on button "Choose from previously created fields" and select the field "wpdiscuz_post_rating" and save your custom field gorup.
- Then, Add the star rating block and with dynamic source, you will find the field "wpdiscuz_post_rating".