Hello. I see there was a new feature was added in 1.8.3 for URL tab names – “flag for custom tab and toggle ids for prettier url #hashes.”
Where exactly can I set this? I’m not familiar with – activated via add_theme_support(‘avia_template_builder_custom_tab_toogle_id’); Thanks!
Hi joe88,
If you add that line to your functions.php file then the new field will become available on your tabs and toggles. It just needs to be:
add_theme_support('avia_template_builder_custom_tab_toogle_id');
You can add it right after:
/*adds support for the new avia sidebar manager*/
add_theme_support('avia_sidebar_manager');
Regards,
Devin