Hey, in your pinnacle gallery widget use the “carousel” not slider.
Kadence Themes
Great. I did it, it is much better !
And just to be sure, is it not possible to have a flowing scrolling : a new logo appears on the left, instead of the logo on the left, such as my example ?
Thanks !
Hey,
You would have to use the gallery shortcode to set the scroll. There you can choose for only one item to scroll at a time.
Kadence Themes
Hmm it should be one by default through. Let me look into this
Hello Ben,
Thanks very much for your answer. Sorry but I do not know how to use carousel shortcode…
I have done it :
[carousel type=post orderby=menu_order columns=4 items=4 speed=3000 scroll=1 cat=photos]
And I try to copy it in a Page builder cell > visual editor. How can I link it to my photos ? :/
Great, it works since your new update, Ben !
Thanks very much.
Last questions about he Pinnacle Gallery on this page : http://aci21.apps-1and1.net
1/ How center my images into the Pinnacle gallery ?
2/ How hide the controls ? => this does not work .prev_carousel, .next_carousel {display: none;}
3/ How prevent the click on the images ?
Thanks very much !
I have found the code for my questions 2&3 !
.gallery_item a { /* remove image links */
cursor: default;
pointer-events: none;
}
.prev_carousel, .next_carousel { /* remove prev-next arrows */
display: none !important;
}
But i have not succeeded to center my images into the Pinnacle gallery :/
Hey,
There is the css I suggest and will do all three:
.caroufedselgallery .carousel_item {
text-align: center;
}
.widget_kadence_gallery_widget .prev_carousel, .widget_kadence_gallery_widget .next_carousel {
display: none !important;
}
.caroufedselgallery .carousel_item a {
cursor: default;
pointer-events: none;
}
Kadence Themes
Hi Ben,
Thanks very much again for your code ! It works perfectly 🙂