Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1310941

    I’m sure this is super simple but haven’t been able to find the answer :(. How do you change the primary/default tag on an accordion? Right now it says “All” I want to change it to “All Itineraries”.
    Thanks!

    #1311352

    Hey destserengeti,

    Thank you for the inquiry.

    Try to add this filter in the functions.php file to change the default text or label.

    
    function avf_new_toggle_sort_first_label($output){
       return __( 'All Itineraries', 'avia_framework' ); 
    }
    add_filter('avf_toggle_sort_first_label','avf_new_toggle_sort_first_label', 10, 1);
    

    Best regards,
    Ismael

    #1311546

    That worked perfectly; thank you so much. Please go ahead and close this issue :)

    #1311549

    Hi,

    Glad Ismael could help! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Accordion language "All"’ is closed to new replies.