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

    How can I hide “All” sorting option in Toggles element?

    #178011

    Hey Konstantin!

    You need to modify /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/toggles.php – replace following line

    
    $start = array(__('All','avia_framework' ) => true);
    

    with

    
    $start = '';
    

    Best regards,
    Peter

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Hide "All" element in Toggles’ is closed to new replies.