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

    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!

    #131840

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Tab URL Name’ is closed to new replies.