Repeating Loop
Started by: nickK-8
in: Toolset Professional Support
2
8
3 years, 9 months ago
Jamal
Genesis Integration: Maybe I should be using Astra, GeneratePress or OceanWP?
Started by: johnS-45
in: Toolset Professional Support
3
5
4 years, 2 months ago
Christian Cox
Genesis compatibility
Started by: brianF-3
in: Toolset Professional Support
2
2
4 years, 6 months ago
Minesh
Layout on Woocommerce custom template
Started by: jillT
in: Toolset Professional Support
2
7
4 years, 7 months ago
jillT
Toolset view is conflicting with elementor archive template.
Started by: Himanshu Agarwal
in: Toolset Professional Support
2
13
4 years, 10 months ago
Himanshu Agarwal
Building a database inside WordPress
Started by: jeremyA-4
in: Toolset Professional Support
2
9
5 years, 9 months ago
Shane
Toolset Theme Author Pro: Building Themes with Genesis Framework
Started by: anthonyT-3
in: Toolset Professional Support
2
5
5 years, 10 months ago
anthonyT-3
where can I open a ticket with someone who answers me? I can not tell if you see
Started by: rodolfod
in: Toolset Professional Support
2
2
6 years ago
Nigel
CPT Group Fields are shown in WordPress Pages
Started by: alvaroM-5
in: Toolset Professional Support
Quick solution available
Problem:
How can I un-link this custom field group from wordpress Pages?
Solution:
You can edit that custom field group, in section "Settings for the fields group", choose one or some specific post types.
Relevant Documentation:
2
3
6 years ago
alvaroM-5
how to use genesis "model" page "page builder" with my CPT
Started by: alexisJ
in: Toolset Professional Support
2
3
6 years, 1 month ago
alexisJ
Repeating fields for accordion
Started by: Thomas Garric
in: Toolset Professional Support
Quick solution available
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
Thomas Garric
Bootstrap > Genesis optimization
Started by: Ljuba
in: Toolset Professional Support
1
3
6 years, 3 months ago
Ljuba
Confusion regarding Theme integration
Started by: vimalS
in: Toolset Professional Support
2
3
6 years, 5 months ago
Christian Cox
Custom Template changes automatically
Started by: davidH-28
in: Toolset Professional Support
2
12
6 years, 6 months ago
Shane
How to show 404 page when a post is missing layout template
Started by: Jeffrey
in: Toolset Professional Support
2
13
6 years, 8 months ago
Beda