Replies: 1 comment 2 replies
|
I just tried this configuration and it works for both chapters and stories. The global splide setting has no effect on this, that's only if you have custom slider HTML somewhere. I need more info and some clarifications. What fails? The entire slider or only the pagination? Is the shortcode configuration the same? What button? Are you on the latest theme version? Do you have a link? |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I want to display a slider of 8 novels with bullet points at the bottom.
[fictioneer_showcase for="chapters" count="8" aspect_ratio="2/3" splide="{'type': 'loop', 'gap': '1.5rem', 'autoplay': true, 'pagination': true,'perPage': 4, 'breakpoints': {'767': {'perPage': 3}, '479': {'perPage': 2}}}"]
This part works fine. It displays the chapter list with a navigation button at the bottom to control the slider.
However, when I try to use
fictioneer_showcase for="stories", it fails and doesn't display the bottom navigation buttons.I've already enabled the theme's
Enable Split Slider Globallyfunction.The slider works with the button, but the bottom buttons are important to me so the user can see that there are more pages.
All reactions