Viewing 10 replies - 1 through 10 (of 10 total)
  • Hey, in your pinnacle gallery widget use the “carousel” not slider.

    Kadence Themes

    Thread Starter antoineO

    (@antoineo)

    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

    Thread Starter antoineO

    (@antoineo)

    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 ? :/

    Thread Starter antoineO

    (@antoineo)

    Great, it works since your new update, Ben !

    Thanks very much.

    Thread Starter antoineO

    (@antoineo)

    Last questions about he Pinnacle Gallery on this page : https://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 !

    Thread Starter antoineO

    (@antoineo)

    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

    Thread Starter antoineO

    (@antoineo)

    Hi Ben,

    Thanks very much again for your code ! It works perfectly ??

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Widget > Pinnacle Gallery’ is closed to new replies.