Hi,
Is there a way to set the default tab from ‘popular’ to ‘recent’ for the Enfold Combo Widget please?
kindest regards,
PPCHound
Hi PPCHound!
Open /framework/php/class-framework-widgets.php replace line 796 with this:
echo '<div class="tab first_tab widget_tab_popular"><span>'.__('Popular', 'avia_framework').'</span></div>';
And line 801 with this:
echo '<div class="tab widget_tab_recent active_tab"><span>'.__('Recent', 'avia_framework').'</span></div>';
Best regards,
Josue
MANY thanks Josue – much appreciated.
kindest regards,
OOCHound