-
AuthorPosts
-
July 6, 2016 at 4:27 pm #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?July 6, 2016 at 4:43 pm #657590Hey 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,
YigitOctober 27, 2016 at 12:00 pm #704799Hi 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!October 27, 2016 at 1:46 pm #704818Hi,
Please try using this plugin – https://wordpress.org/plugins/loco-translate/ to translate untranslated strings.
Best regards,
YigitOctober 27, 2016 at 4:09 pm #704905Yigit, 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 stringsAlso: 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?
October 31, 2016 at 7:43 pm #706441Hi,
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,
AndyNovember 4, 2016 at 11:39 am #708139All fine now: thank you!
November 4, 2016 at 3:32 pm #708232Hi,
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 -
AuthorPosts
- The topic ‘Rename "All" from portfolio list of categories’ is closed to new replies.