• Resolved GregF

    (@gregf)


    Hi, I have a couple of questions about the carousel block. 1) Is it possible to display only entries that have a photo? 2) Is it possible to select n random slides from all entries?

    Thanks.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Steven

    (@shazahm1hotmailcom)

    RE: Is it possible to display only entries that have a photo?

    Sorry no. I generally create a “Carousel” category with preselected entries and then choose that category for the block.

    RE: Is it possible to select n random slides from all entries?

    Sorry, no.

    I hope this helps; please let me know.

    Thread Starter GregF

    (@gregf)

    Thanks for the quick response. Next question, why is the photo not centered between the left and right arrows (see page)? Image crop mode is set to resize proportionately.

    Plugin Author Steven

    (@shazahm1hotmailcom)

    @gregf

    Apologies! I just now noticed your reply. The link no longer works. Could you share a new one?

    Thread Starter GregF

    (@gregf)

    New link: https://aaefe.org/

    Thanks.

    Plugin Author Steven

    (@shazahm1hotmailcom)

    Add the following to the theme’s custom CSS area found in the Customizer:

    .slick-slider-block .slick-list .slick-track .slick-slide .slick-slide-grid .slick-slide-column:first-of-type {
        margin:  auto;
    }
    
    .slick-slider-block .slick-list .slick-track .slick-slide .slick-slide-grid .slick-slide-column:nth-of-type(2) {
        display: none;
    }

    I hope this helps!

    Thread Starter GregF

    (@gregf)

    That worked great, thanks! I wouldn’t have figured that one out.

    Plugin Author Steven

    (@shazahm1hotmailcom)

    No problem; happy to help!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Carousel Block’ is closed to new replies.