We have set 1 at "Number of Featured images for blog posts" at the theme options, but in tablets and smartphones still can slide the thumbnail in both directions, although it is just always appears the same image.
¿How can we avoid this slide in tablets and smartphones?
I assume the arrows are hide by default on your theme, because we did not hide them, and all the posts are marked as standard.
The problem/bug is that even when on a standard blog post, you got just one featured image, you can scroll both sides and the only featured image is always appearing.
We do not mind losing the functionality of sliding thumbnails gallery forever (because we are not going to use the multiple featured image), but we need that the thumbnails of the only featured image can not slide endless on mobile devices.
Hi!
We have set 1 at "Number of Featured images for blog posts" at the theme options, but in tablets and smartphones still can slide the thumbnail in both directions, although it is just always appears the same image.
¿How can we avoid this slide in tablets and smartphones?
Thanks in advance,
Piluqui
Hi, unfortunately no but you can hide the arrows for the slider.
.post-slider .bx-wrapper .bx-controls-direction a{
... code here...
}
Also use the standard blog posts instead of gallery if you want just one image
thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hi,
I assume the arrows are hide by default on your theme, because we did not hide them, and all the posts are marked as standard.
The problem/bug is that even when on a standard blog post, you got just one featured image, you can scroll both sides and the only featured image is always appearing.
We do not mind losing the functionality of sliding thumbnails gallery forever (because we are not going to use the multiple featured image), but we need that the thumbnails of the only featured image can not slide endless on mobile devices.
Thanks
I see, but you need to modify a bit the implementation files.
see /blog-post-format/single.php
lines 21 to 23 should insert an image instead of the ul slider. this is for the single post
same story for /blog-post-format/blog-post.php lines 34 to 36
thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
thanks a lot!