I used the revised plugin but it did not solve my problem. I was working on a deadline and could not try to solve the problem any longer so I went with a different solution (not a WP plugin) that was not as elegant but worked.
Never mind. I found the problem. I did not allocate enough space on the server for all the files I’ve uploaded. I was out of space. Allocating more space solved my problem.
Thanks for a great plugin.
I ran a test with your basic example outside of the loop and it was not get processed. Here’s what I ran:
$mycontent =
‘[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]’;
do_shortcode ($mycontent);
Result was blank.