Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #399942

    Hi,

    I’d like to use the Accordion Slider, but would like to specify a different maximum width for the “expanded” image.

    Ideally, I would like the image to “open” to about double the width of the “closed” state.

    I looked through the forums for the answer and didn’t find anything current.

    Thanks in advance.
    Tom

    #399946

    This is a feature request, but staring at the accordion for so long I can’t help mention it here — It would be cool if the slide’s Caption Title would appear on the “closed” part of the slide, but the Caption Text would appear on the “open” part.

    #400439

    Is there anything I can do for this problem with the Enfold theme?

    #401148

    Hey!

    sorry for the late response. When you keep posting yourself, the thread will marked as “answered” and it automatically goes behind in the queue.

    Can you please post a link to your website showing what you mean? For the expanded image in accordion slider use this code in Quick CSS field:

    #top .aviaccordion-slide {
    width: 120%;
    }
    

    Adjust “120” as needed.

    The Caption you wish is a kind of customization which is out of our support scope. You would need to hire a freelancer for this.
    But feel free to make a feature request for Kriesi: kriesi.at/support/enfold-feature-requests/

    Best regards,
    Andy

    #401215

    Thanks for the tip about follow-up posting, Andy.

    Your Quick CSS did the trick, thank you for that too. I was looking for a narrower “open” state, so I went with:

    #top .aviaccordion-slide {
    width: 50%;
    }

    One last hope for a Quick CSS solution: Is there a way to resize the shaded area of the accordion slider?

    Here’s the site (this won’t be the actual URL, it’s my stage):

    http://www.polytropic.xyz

    #401553

    Hi!

    Please add following code to Quick CSS as well

    #top .aviaccordion-preview-title {
    padding: 3%;
    }

    Regards,
    Yigit

    #401674

    Thank you, Yigit, but that’s not quite what I was going for (super close though)

    I changed the padding to 13% just to see an obvious difference: http://polytropic.xyz

    Look at that second slider, “Decking & Flooring.”

    Right now the caption text flows like this:

    Long history
    with
    structural woods.

    The reason I want more space is to give that text more room to flow, like this:

    Long history with
    structural woods.

    I’m hoping that helps you see what I’m trying to do, and thank you again for your time and brain power.
    Tom

    #401905

    Thank you, Yigit, but that’s not quite what I was going for (super close though)

    I changed the padding to 13% just to see an obvious difference: http://polytropic.xyz

    Look at that second slider, “Decking & Flooring.”

    Right now the caption text flows like this:

    Long history
    with
    structural woods.

    The reason I want more space is to give that text more room to flow, like this:

    Long history with
    structural woods.

    I’m hoping that helps you see what I’m trying to do, and thank you again for your time and brain power.
    Tom

    #402444

    Hi Tom!

    Try the following instead please:

    #top .aviaccordion-preview-title {
    padding-left: 5% !important;
    }

    Cheers!
    Rikard

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.