How can I hide “All” sorting option in Toggles element?
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