You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a post loop builder contains a global block with a slider from an ACF Repeater, the post loop builder component switches to slider mode, resulting in unexpected behavior.
Steps to reproduce:
1 - Create an ACF Repeater field with any text field inside it. Display these fields in any post type;
2 - Create a global block named GB-Repeater;
3 - Include a repeater element in this global block and choose Slider option in List Layout;
4 - On a page, create a post loop builder and configure the query to display the list of posts;
5 - Set the List Layout of the post loop builder to List;
You will notice that the post loop builder erroneously displays as a slider, while the ACF Repeater items in GB-Repeater are shown as a list. As a result, the post loop builder shows each post as a slider where all the repeater items appear as a list in the first slide.
Breakdance 2.1.0 and 2.2 beta
The text was updated successfully, but these errors were encountered:
When a post loop builder contains a global block with a slider from an ACF Repeater, the post loop builder component switches to slider mode, resulting in unexpected behavior.
Steps to reproduce:
1 - Create an ACF Repeater field with any text field inside it. Display these fields in any post type;
2 - Create a global block named GB-Repeater;
3 - Include a repeater element in this global block and choose Slider option in List Layout;
4 - On a page, create a post loop builder and configure the query to display the list of posts;
5 - Set the List Layout of the post loop builder to List;
You will notice that the post loop builder erroneously displays as a slider, while the ACF Repeater items in GB-Repeater are shown as a list. As a result, the post loop builder shows each post as a slider where all the repeater items appear as a list in the first slide.
The text was updated successfully, but these errors were encountered: