Tagged: Accordion
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!
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
That worked perfectly; thank you so much. Please go ahead and close this issue :)
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