Pagebuilder slider buttons not working #379
Answered
by
vovayatsyuk
arslandev123
asked this question in
1. Help
-
Slider (Left Right) Arrow buttons are not working Could be check here Code <div class="products-<?= /* @noEscape */ $mode ?> <?= /* @noEscape */ $mode ?>"
data-content-type="slider"
data-mage-init='{"Magento_PageBuilder/js/content-type/slider/appearance/default/widget":{"arrows": true, "dots": false}}'>
<ol
class="product-items widget-product-carousel breeze-carousel slick-list <?= /* @noEscape */ $type ?>"
data-breeze-prev-width="1244"
> |
Beta Was this translation helpful? Give feedback.
Answered by
vovayatsyuk
Jun 16, 2025
Replies: 1 comment 2 replies
-
This issue is caused by a few missing styles. To fix it, you need to add <div class="products-<?= /* @noEscape */ $mode ?> <?= /* @noEscape */ $mode ?>"
data-content-type="slider"
data-appearance="carousel"
data-mage-init='{"Magento_PageBuilder/js/content-type/slider/appearance/default/widget":{"arrows": true, "dots": false}}'>
... |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
arslandev123
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue is caused by a few missing styles. To fix it, you need to add
data-appearance="carousel"
: