Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #193872

    Hi,

    Is there a way to set the default tab from ‘popular’ to ‘recent’ for the Enfold Combo Widget please?

    kindest regards,

    PPCHound

    #194143

    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

    #194263

    MANY thanks Josue – much appreciated.

    kindest regards,

    OOCHound

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Setting The Enfold Combo Widget Default?’ is closed to new replies.