Specifically, I'm using Aviator and on my services page I have a lot of entries that are service name with explanations underneath. I'd like the explanations to be hidden initially so visitors only see the list of services. Then they would have the option to expand the explanations under the services they want to read more about.
For example
Service Name (visitor would click name to open text underneath)[explanatory text here would remain hidden until user clicks service name, then expand to be read]
Here's a slightly more concise solution, using jQuery.
The idea is to use a Markdown block to hold your questions and answers. It should be the only Markdown block on the page.
The Markdown will
Well, that took longer than I thought. Story of my coding life! ;)
Anyway, here’s a bare bones solution, that you will need to style up to your own satisfaction. I’ve implemented a dummy FAQ temporar
It does. I liked your solution but thought that a Markdown block to contain the FAQs would be easier for a non-technical person to maintain.
There's still some know-how required but the tools inside
Question
mford 158
Specifically, I'm using Aviator and on my services page I have a lot of entries that are service name with explanations underneath. I'd like the explanations to be hidden initially so visitors only see the list of services. Then they would have the option to expand the explanations under the services they want to read more about.
For example
Service Name (visitor would click name to open text underneath)[explanatory text here would remain hidden until user clicks service name, then expand to be read]
Is there any way to do this?
Edited by Aisfoforetag
Link to post
Top Posters For This Question
16
5
5
Popular Days
Apr 16
19
Sep 2
4
Apr 29
3
Sep 6
3
Top Posters For This Question
colin.irwin 16 posts
Bernard West 5 posts
tuanphan 5 posts
Popular Days
Apr 16 2014
19 posts
Sep 2 2014
4 posts
Apr 29 2020
3 posts
Sep 6 2014
3 posts
Popular Posts
colin.irwin
Here's a slightly more concise solution, using jQuery. The idea is to use a Markdown block to hold your questions and answers. It should be the only Markdown block on the page. The Markdown will
Bernard West
Well, that took longer than I thought. Story of my coding life! ;) Anyway, here’s a bare bones solution, that you will need to style up to your own satisfaction. I’ve implemented a dummy FAQ temporar
colin.irwin
It does. I liked your solution but thought that a Markdown block to contain the FAQs would be easier for a non-technical person to maintain. There's still some know-how required but the tools inside
Posted Images
76 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment