Plugin Author
WPBean
(@wpbean)
How many items you have in the slider? Make sure you have more items than the slider columns.
Thanks
yes there are more items and its scrolling properly with touch. But not showing arrows. I have given link check
Plugin Author
WPBean
(@wpbean)
Add this CSS code on your site –
.wpb_slider_area .owl-theme .owl-nav {
top: 40%;
width: 100%;
}
.wpb_slider_area .owl-theme .owl-nav button {
margin: 0;
padding: 5px 15px;
position: absolute;
}
.wpb_slider_area .owl-theme .owl-nav button.owl-next {
right: -50px;
}
.wpb_slider_area .owl-theme .owl-nav button.owl-prev {
left: -50px;
}
I cant add it in page as I am using elementer free editor. so I added this code in custom css in WP ocean. but there is no change
Plugin Author
WPBean
(@wpbean)
Seems you are using the auto optimizer plugin. Make sure you clear kind of cache before testing it.
And add the CSS code on your theme customizer – https://puu.sh/FKm6U/d65e1e59e1.png
Yes I added code there only.
Cleared cache from auto optimizer and w3 both.
but still its not showing 🙁
If I unable pagination its working properly. but i dont know why only problem is with nav
Plugin Author
WPBean
(@wpbean)
CSS is applied now –
Change this line –
.wpb_slider_area .owl-theme .owl-nav { top: 40%!important; width: 100%; }
Plugin Author
WPBean
(@wpbean)
Navigation is below the top black bar.
Yes Great working now. Thanks. i also have one more problem how can I limit the size of total slider or size of images. its too big
Hey this arrows are showing properly in desktop now. But again I am facing problem with mobile. only right arrow shows up that too when I click on one of the product
Plugin Author
WPBean
(@wpbean)
Ok.
add this CSS for mobile –
@media (max-width: 767px) {
.wpb_slider_area .owl-theme .owl-nav, .wpb_slider_area .owl-theme .owl-nav button {
position: unset!important;
margin: 0;
}
.wpb_slider_area .owl-theme .owl-nav button {
margin: 0 5px;
}
}
Plugin Author
WPBean
(@wpbean)
The image size option is only available in the premium version of the plugin.
Thanks