Issue
I’m trying to build a slider that shows 2 reviews per slide (Reviews CPT).
When I set Slide Container → Looper Provider = Custom (Hook) and Slide → Consumer = ON, the slide renders empty. If I turn Consumer OFF, static content shows. So it seems the Slide isn’t receiving items from the Container.
Steps to reproduce
-
Slider (Stacked) → Slide Container → Slide.
-
Slide Container: Provider = Custom (Hook:
test_slides
). -
Functions.php:
add_filter('cs_looper_test_slides', function(){ return [1,2,3]; });
-
Slide: Consumer ON, add text inside.
→ Expected: 3 slides with text.
→ Actual: nothing displays.
Questions
- How do I fix this & make it like loop through the Review Post Type, display TWO reviews in one slide. Eg: lets say I have 10 reviews, then it will show TWO reviews in a slide and dynamically show 5 slides.
- The Review is in the Section 6 and there are 2 versions of it. One is Slider - BACKUP ( this is static), the other (Slider - FOR SUPPORT) is the looper one for the support