Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #204673

    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”.

    #204721

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Accordian tags-> no longer working properly’ is closed to new replies.