What content are you putting between [accordion] and [/accordion]? You will need to use the [accordion-item] shortcode to add your actual accordion items. See the basic usage example here.
I put text between
[accordion]…[/accordion]
What else to do?
Still, no way – do not get it, there is no alert, no failure notice just nothing.
Just text, on it’s own, between the opening and closing shortcodes will not work. If you took a look at the link I mentioned before you’ll see you need to have something like this:
[accordion]
[accordion-item title="Title of accordion item"]
Drop-down content goes here.
[/accordion-item]
[accordion-item title="Second accordion item"]
Drop-down content goes here.
[/accordion-item]
[/accordion]
You are right, thx
I used another system which just was different but caused conflicts with some other plugins and so I was still into different shortcode thinking.
O.k.
Tried to use like your example and fails totaly again.
Give up.
Can you provide a link to the site?
Sorry, more specifically, can you provide a link to a page on your site that is using the accordion plugin?