Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #657567

    At the top of this page:

    is the list of all available categories:
    All / Marché public / Villas
    I’d like to rename or remove “All” cause it doesn’t sound french at all!
    Can you help me?

    #657590

    Hey imagevo,

    Please add following code to Functions.php file of your child theme in Appearance > Editor

    add_filter('avf_portfolio_sort_first_label','new_first_label');
    function new_first_label() {
    $first_item_name = "New All Text";
    return $first_item_name;
    }

    Best regards,
    Yigit

    #704799

    Hi Yigit,
    I have the same kind of issue in the search box:
    When I make a search, 2 or 3 results are displayed and at the bottom the text “View all results” – I’d like to translate it in french
    Thank you for helping!

    #704818

    Hi,

    Please try using this plugin – https://wordpress.org/plugins/loco-translate/ to translate untranslated strings.

    Best regards,
    Yigit

    #704905

    Yigit, thanks for the tip. But it seems some files are missing. See what I get from the plugin:

    Partially configured bundle
    This bundle’s configuration has been automatically detected, but isn’t fully complete.
    No translation template for the “avia_framework” text domain
    10 files can’t be matched to a known set of strings

    Also: This bundle isn’t fully configured, so we don’t know what the following files are for. Click the setup tab to complete the bundle configuration.

    I can not find the strings attached to the search form and search result page…

    Can you help me?

    #706441

    Hi,

    Please update the theme to the latest version. That should fix any issues you are currently experiencing :)

    To update to the latest version follow the simple instructions here. (Or if you want the super detailed explanation you can read this blog post)

    If that does not help, feel free to reply here and we will take a closer look at the issue. In that case please also add your WordPress login credentials (in the “private data” field) so we can take a look at your admin area

    Best regards,
    Andy

    #708139

    All fine now: thank you!

    #708232

    Hi,

    glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.

    Best regards,
    Andy

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Rename "All" from portfolio list of categories’ is closed to new replies.