Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #735503

    Hi,
    how can I show the “popular posts” in the sidebar without the Combo widget, just as a standalone widget like the “latest news” widget – and ideally without using a plugin?

    Thanks.

    Luigina

    #736545

    Hey

    Please add Combo Widget and then Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .tab.widget_tab_recent, .tab.widget_tab_comments {
        display: none;
    }
    

    Best regards,
    Yigit

    #736803

    Hi Yigit,
    I want a title for this widget: Popular post, such as “Latest News”. How should I do?

    Thanks

    Luigina

    #736831

    Hi!

    You can use ” content: ” CSS rule, to replace the title if you need to.
    Else, you would need to modify it through a child theme, which would require to hire a freelancer to help you with that process.
    Let us know if we can do anything else for you.,

    Best regards,
    Basilis

    #737781

    Hi Basilis,
    I don’t understand what I have to do? Can you explain me better?
    Thanks

    Luigina

    #739485

    Hi,

    Please go to enfold/framework/php/class-framework-widgets.php file and find

    
    echo '<div class="tab first_tab active_tab widget_tab_popular"><span>'.__('Popular', 'avia_framework').'</span></div>';

    and change the text as needed

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.