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 |
---|---|---|---|---|---|
In a parametric search filter, replace a number by the author having this ID
Started by: romanB-3 in: Toolset Professional Support |
2 | 4 | 7 years, 3 months ago | ||
Set a CRED form custom field required even if it is not required in post fields
Started by: romanB-3 in: Toolset Professional Support |
2 | 9 | 7 years, 3 months ago | ||
Notifications to "author" not working properly
Started by: romanB-3 in: Toolset Professional Support |
2 | 7 | 7 years, 3 months ago | ||
Test if post has parent post of specific custom post type
Started by: romanB-3 in: Toolset Professional Support |
2 | 4 | 7 years, 3 months ago | ||
Featured images cropped
Started by: romanB-3
in: Toolset Professional Support
Problem: Solution: [wpv-post-featured-image size="full"] 2. To have more control on CRED form image upload preview: Relevant Documentation: |
2 | 13 | 7 years, 3 months ago | ||
How to get the term value topopulate a cred tax single select threw urlparameter
1
2
Started by: romanB-3 in: Toolset Professional Support |
3 | 23 | 7 years, 3 months ago | ||
How to display user role in loop?
Started by: romanB-3
in: Toolset Professional Support
Problem: Solution: function get_usersrole( $atts ) { // Attributes $atts = shortcode_atts( array( 'user_id' => '', ), $atts ); $user_info = get_userdata($atts['user_id']); return implode(', ', $user_info->roles); } add_shortcode( 'get_usersrole', 'get_usersrole' ); 2. Register the ‘get_usersrole’ shortcode first in Toolset >> Settings >> Front-end Content >> Third-party shortcode arguments. 3. Then add this shortcode in your View >> Loop Output Editor or Content template: [wpv-conditional if="( '[get_usersrole user_id='[wpv-user field='ID']']' eq 'administrator' ) OR ( '[get_usersrole user_id='[wpv-user field='ID']']' eq 'contributor' )"] <strong>[wpv-user field="nickname"]</strong> [/wpv-conditional] |
2 | 6 | 7 years, 3 months ago | ||
Limit view results by the parent post which is also the page’s parent post
Started by: romanB-3
in: Toolset Professional Support
Problem: Solution: |
2 | 6 | 7 years, 3 months ago | ||
Populate Country field based on google maps addresses API
Started by: romanB-3 in: Toolset Professional Support |
3 | 10 | 7 years, 3 months ago | ||
Conditional, URL parameters and parametric search
Started by: romanB-3
in: Toolset Professional Support
Problem: I have a conditional in my View output editor that tests the value of a search term / URL parameter using the [wpv-search-term] shortcode. When I update the View results using AJAX, the conditional stops working. Solution: Add a hidden field in your filter controls that contains the value of the search term from a URL parameter. Add the 'js-wpv-filter-trigger' class to this input to send the search term along every time the filters are updated. <input type="hidden" name="id_demande" value="[wpv-search-term param='id_demande']" class="js-wpv-filter-trigger" /> Use the search term shortcode in your conditional: [wpv-conditional if="( '[wpv-search-term param='id_demande']' ne '' )"]<td></td>[/wpv-conditional] Relevant Documentation: https://toolset.com/documentation/user-guides/conditional-html-output-in-views/ |
2 | 10 | 7 years, 3 months ago | ||
Conditional display of a view's filters if there is results in it
Started by: romanB-3 in: Toolset Professional Support |
2 | 3 | 7 years, 3 months ago | ||
Problems with parametric search
Started by: romanB-3
in: Toolset Professional Support
Problem: Some results are missing from my View when I use the custom search. Solution: Uncheck "Don't include current page in query result" in this View's settings, and if you want to allow the user to select multiple values from a multiselect you should use the comparison "in" instead of "equals" or "equal to" in your Query Filter. Relevant Documentation: https://toolset.com/documentation/user-guides/front-page-filters/ |
2 | 13 | 7 years, 3 months ago | ||
ReadOnly on select fields
Started by: romanB-3 in: Toolset Professional Support |
2 | 7 | 7 years, 3 months ago | ||
Conflict between last versions of Views and AllInOneSEOPack
Started by: romanB-3 in: Toolset Professional Support |
3 | 6 | 7 years, 3 months ago | ||
Dynamic "From" email and name fields in notifications
Started by: romanB-3 in: Toolset Professional Support |
3 | 5 | 7 years, 3 months ago |