Thomas Garric
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 |
---|---|---|---|---|---|
Export / import Layouts
Started by: Thomas Garric in: Toolset Professional Support |
2 | 5 | 1 year, 1 month ago | ||
Toolset and Broadcast issue
Started by: Thomas Garric in: Toolset Professional Support |
2 | 4 | 4 years, 1 month ago | ||
Improve repeating fields for accordions
Started by: Thomas Garric
in: Toolset Professional Support
Problem: The issue here is that the user wanted to know if sorting the RFG values on the backend will affect their sorting on the frontend Solution: Unfortunately no this is not possible. This is because the sorting of the RFG's on the frontend will always be controlled by your sort settings in the view that is used to display this. |
2 | 10 | 5 years, 9 months ago | ||
Repeating fields for accordion
1
2
Started by: Thomas Garric
in: Toolset Professional Support
Problem: The issue here is that the user wanted to build an Accordion with our Repeatable field groups. Solution: This can be done using bootstrap. On your view that displays the repeatable field group just add the following. [wpv-items-found] <!-- wpv-loop-start --> <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true"> <wpv-loop> [wpv-item index=1] <div class="panel panel-default"> <div class="panel-heading" role="tab" id="heading-[wpv-post-id]"> <h4 class="panel-title"> <a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse-[wpv-post-id]" aria-expanded="false" aria-controls="collapse-[wpv-post-id]"> [types field='field_slug_title'][/types] </a> </h4> </div> <div id="collapse-[wpv-post-id]" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading-[wpv-post-id]"> <div class="panel-body"> [types field='field_slug_desc'][/types] </div> </div> </div> [wpv-item index=other] <div class="panel panel-default"> <div class="panel-heading" role="tab" id="heading-[wpv-post-id]"> <h4 class="panel-title"> <a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse-[wpv-post-id]" aria-expanded="false" aria-controls="collapse-[wpv-post-id]"> [types field='field_slug_title'][/types] </a> </h4> </div> <div id="collapse-[wpv-post-id]" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading-[wpv-post-id]"> <div class="panel-body"> [types field='field_slug_desc'][/types] </div> </div> </div> </wpv-loop> </div> <!-- wpv-loop-end --> [/wpv-items-found] Ensure that the structure remains the same and just substitute the shortcodes above with your shortcodes. |
2 | 20 | 6 years, 3 months ago | ||
Restrict filters by taxonomy to current CPT
Started by: Thomas Garric
in: Toolset Professional Support
Problem: Solution: |
2 | 3 | 7 years, 1 month ago |