Submit this form without reloading the page (use AJAX) not working
Started by: mikeB-14
in: Toolset Professional Support
2
6
4 years, 10 months ago
Shane
Customization home page filter search
Started by: annaA-2
in: Toolset Professional Support
2
22
4 years, 10 months ago
annaA-2
Translation of a view element
Started by: Franco Calcagni
in: Toolset Professional Support
2
2
4 years, 10 months ago
Jamal
Dynamic link button to relationship between post type
Started by: manuelR-11
in: Toolset Professional Support
Quick solution available
Problem: In the results of an archive of a parent post type, I would like to display buttons to link to each related child post.
Solution: Use a nested View of the child post type to display a button to each child post.
2
7
4 years, 10 months ago
manuelR-11
Post Form conditional group logic based on selected taxonomy term
Started by: MikeS1622
in: Toolset Professional Support
Quick solution available
Problem: I would like to use a conditional group in my post Form. The conditional should test whether or not a specific term from a custom taxonomy is selected, but I cannot figure out how to set up this conditional.
Solution: Manually edit the conditions for this conditional group and use the following syntax in the editor:
($(tax-slug) eq 'Term name')
Replace tax-slug with the slug of the custom taxonomy, and replace Term name with the name of the term to test.
Relevant Documentation:
https://toolset.com/course-lesson/conditional-display-for-form-inputs/
2
9
4 years, 10 months ago
Christian Cox
Can not update Existing toolset view
Started by: tommasoO
in: Toolset Professional Support
2
8
4 years, 10 months ago
Waqar
Display Post number
Started by: stewartE
in: Toolset Professional Support
Quick solution available
Problem:
The issue here is that the user wanted to display the index number of a post in a view loop.
Solution:
There is a way to do this using the [wpv-loop-index] shortcode.
https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#vf-1195331
How this works is that it displays the current loop index of the item being displayed. The only thing that you will need to do is to sort your view based on some sortable attribute to ensure that the first item that displays is actually episode 1.
2
3
4 years, 10 months ago
stewartE
Add icon or image in category
Started by: avansisI-2
in: Toolset Professional Support
2
3
4 years, 10 months ago
avansisI-2
Custom Post Owner
Started by: joannaH
in: Toolset Professional Support
2
4
4 years, 10 months ago
Waqar
Send Email Notification with fields value
Started by: salimA
in: Toolset Professional Support
Quick solution available
Problem:
The user would like to include user fields inside a user form notification email. The Types shortcodes were not working for him.
Solution:
We need to pass the post ID or the user ID to the Types shortcodes inside a form notification.
// For post forms
[types field='number' item='%%POST_ID%%'][/types]
// For user forms
[types usermeta='civil-id' user_id='%%USER_USERID%%'][/types]
2
5
4 years, 10 months ago
salimA
Provided Plug-in Register key not valid
Started by: colinF-3
in: Toolset Professional Support
1
2
4 years, 10 months ago
colinF-3
Restricted members area page
Started by: thomasK-12
in: Toolset Professional Support
2
6
4 years, 10 months ago
thomasK-12
User registration form 3 issues
Started by: alexanderP-4
in: Toolset Professional Support
2
5
4 years, 10 months ago
alexanderP-4
Setting the grid for different viewport
Started by: kelvinL-2
in: Toolset Professional Support
2
9
4 years, 10 months ago
kelvinL-2
All post pages return 404 error
Started by: tonyf-3
in: Toolset Professional Support
2
3
4 years, 10 months ago
tonyf-3