romanB-3
Support threads created in the last 30 days: 0
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Build shortcode to calculate sum of child post custom post field
Started by: romanB-3 in: Toolset Professional Support |
2 | 3 | 7 years, 2 months ago | ||
Error logged in wp-content/plugins/types-access/includes/Helper.php
Started by: romanB-3 in: Toolset Professional Support |
2 | 7 | 7 years, 3 months ago | ||
Access not working
Started by: romanB-3
in: Toolset Professional Support
Problem: Solution: |
2 | 15 | 7 years, 3 months ago | ||
Cancel and replace cred notification recepients
Started by: romanB-3 in: Toolset Professional Support |
2 | 7 | 7 years, 3 months ago | ||
Sort users view
Started by: romanB-3
in: Toolset Professional Support
Problem: I would like to sort a Users View by last name, and possibly show the results in a sortable table. Solution: User Views use WordPress's WP_User_Query class to query users, and there is no option to order by last name. However, you can use the wpv_filter_user_query hook to pass sorting criteria into the View. Relevant Documentation: https://toolset.com/forums/topic/sort-user-view-by-users-last-name-of-custom-field/ |
2 | 3 | 7 years, 3 months ago | ||
CRED API Headers in notifications sent only if from is set
Started by: romanB-3 in: Toolset Professional Support |
3 | 15 | 7 years, 3 months ago | ||
Error in documentation about cred notification numbers
Started by: romanB-3 in: Toolset Professional Support |
2 | 3 | 7 years, 3 months ago | ||
Author page template
Started by: romanB-3
in: Toolset Professional Support
Problem: Solution: function get_user_id() { $author = get_user_by( 'slug', get_query_var( 'author_name' ) ); return $author->ID; } add_shortcode( 'get_user_id', 'get_user_id' ); 2. Register the ‘get_user_id’ shortcode first in Toolset >> Settings >> Front-end Content >> Third-party shortcode arguments. 3. Then use shortcode like this in the Author Archive View: [wpv-user field="user_login" id="[get_user_id]"] [wpv-user field="profile_picture" id="[get_user_id]"] WP Author Templates are below, currently we are talking about author.php: Relevant Documentation: |
2 | 7 | 7 years, 3 months ago | ||
Conditional cred notifications
Started by: romanB-3
in: Toolset Professional Support
Problem: cred_notification_recipients hook and how to use it? Solution: Relevant Documentation: |
3 | 13 | 7 years, 3 months ago | ||
Custom date field as parametric search filter
Started by: romanB-3 in: Toolset Professional Support |
2 | 6 | 7 years, 3 months ago | ||
Object of class stdClass could not be converted to string
Started by: romanB-3
in: Toolset Professional Support
Problem: Catchable fatal error: Object of class stdClass could not be converted to string in /home/../wp-content/plugins/types/library/toolset/types/embedded/frontend.php on line 638 Solution: More: |
2 | 3 | 7 years, 3 months ago | ||
Create custom calculated filter
Started by: romanB-3 in: Toolset Professional Support |
3 | 12 | 7 years, 3 months ago | ||
Suspect incompatibility between shortcode wpv-found-count and access
Started by: romanB-3 in: Toolset Professional Support |
3 | 7 | 7 years, 3 months ago | ||
Error while submitting a form
Started by: romanB-3 in: Toolset Professional Support |
2 | 5 | 7 years, 3 months ago | ||
Add parameter "raw" to shortcode
Started by: romanB-3 in: Toolset Professional Support |
2 | 2 | 7 years, 3 months ago |