Topic Resolution: Resolved
  • Closed
  • Nate Goode
    Spectator
    July 26, 2015 at 6:48 pm #19189

    Hello,
    I’m using Alora, and the theme’s great for the most part, nice work. I’m wondering if it’s possible to change how the 2nd, 3rd, etc featured images behave.
    I have some posts with 2 or 3 featured images, and when they’re called in a blog shortcode preview, they play automatically like a slideshow. Can this be disabled, so the first page is static unless/until the user manually moves to another one? Also, the featured images other than the first do not show either the link or expand buttons, or the title/meta. Can that be shown on all featured image previews?
    Thanks.

    Denzel Chia
    Moderator
    Posts: 2656
    July 27, 2015 at 7:48 am #19198

    Hi,

    In Theme Options-> Slideshows -> Autoplay uncheck it and save your changes.

    We can only use Custom CSS to make the prev and next arrows visible at all times.
    In your Theme Options -> Custom CSS, Please use the following code.

    .t4p-flexslider .flex-direction-nav .flex-next, .t4p-flexslider .flex-direction-nav .flex-prev {
    opacity: 1 !important;
    }

    Thanks!

    Nate Goode
    Spectator
    Posts: 6
    July 27, 2015 at 7:55 am #19199

    Thanks, don’t know how I missed that option! And I’ll make do with the arrows. Thanks for that.
    Cheers.