Archived topic
Accordion
13 replies · Started by Matthieu on November 9, 2020
Hello, is it possible to get an accordion like this with generate press? In html / css and without going through an accordion extentions.
https://www.apple.com/fr/apple-tv-plus/ (Scroll down a bit to see the accordion)
Thanks 😁
Hi there,
Unfortunately things like Accordion would require a plugin or custom solution right now.
Thank you for your reply. For the personalized solution, do you know where should I start to create this kind of accordion ?
Thanks
You could try looking for ready-made CSS and HTML solutions on Google.
Just make sure that they are built to work with WordPress. If so then they should work with every theme.
From what I saw on google need to add JavaScript, do you know where should I add this part?
Thanks
Generally, it should be in wp_footer hook:
https://docs.generatepress.com/article/wp_footer/
https://docs.generatepress.com/article/hooks-element-overview/
Do you think that it is possible to extract the code that the site uses for example: https://www.apple.com/fr/apple-tv-plus/ to manage to redo the same on my website?
I think that would be quite difficult :)
Hmm, I'm not going to venture into it, I don't have the skills at all ☹️
Thank you for your answers
A plugin might be your best bet then :)
Code is code - it doesn't matter is it's added as a plugin or custom solution, it's still code :)
Yes it is sure but I find that the plugging does not offer enough aesthetic modifications. We can add css but I wouldn't know where to start 😅
You can consider hiring a developer using a site like this if you need any custom development:
https://codeable.io/
Okay thank you so much ! 😃
No problem :)