Hi,
I am using the avia Accordian for a FAQ on my site. The tag sorting was working, but now it does not seem to work anymore. Could this have happened during a recent WP upgrade? Is there a way to fix this?
http://www.counterculturecards.com/howtoplay-2
Sorting is set to “active”.
Hi twhaoske!
Yes, we’ll fix it with the next theme update. If you need a quick fix replace following line in: /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/toggles.php
$output .= '<a href="#" data-tag="'.$key.'" class="'.$first.'">'.$key.'</a>';
with
$output .= '<a href="#" data-tag="{'.$key.'}" class="'.$first.'">'.$key.'</a>';
Best regards,
Peter