-
AuthorPosts
-
February 20, 2015 at 11:46 pm #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.
TomFebruary 20, 2015 at 11:56 pm #399946This 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.
February 23, 2015 at 8:50 am #400439Is there anything I can do for this problem with the Enfold theme?
February 24, 2015 at 2:44 am #401148Hey!
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,
AndyFebruary 24, 2015 at 8:56 am #401215Thanks 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):
February 24, 2015 at 5:43 pm #401553Hi!
Please add following code to Quick CSS as well
#top .aviaccordion-preview-title { padding: 3%; }
Regards,
YigitFebruary 24, 2015 at 8:15 pm #401674Thank 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.
TomFebruary 25, 2015 at 8:47 am #401905Thank 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.
TomFebruary 26, 2015 at 5:17 am #402444 -
AuthorPosts
- You must be logged in to reply to this topic.