Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1056858

    Hello,
    How can I change text in the Combo Widget?
    Now the English text “popular” and “comments” appears, but in Dutch this is “populair” and “reacties”. I looks very unprofessional if we would display the English text.
    Like to hear from you.

    Best regards,
    Henk

    #1057264

    Hey Henk,

    For Popular, you can change the text in class-framework-widgets.php located in wp-content > themes > enfold > framework > php folder (line 1477):

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

    For Comments, in the same file (line 1499):

    echo '<div class="tab widget_tab_comments' . $add_class . '"><span>'.__('Comments', 'avia_framework').'</span></div>';

    Hope this helps.

    Best regards,
    Nikko

    #1057270

    Hello Niko,
    Thank you very much. This works excellent.

    Best regards,
    Henk

    #1057274

    Hi Henk,

    Glad that we could help. :)
    Also since the changes made is inside the enfold (parent theme) you’ll need to reapply it after a theme update.

    Best regards,
    Nikko

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