-
AuthorPosts
-
September 4, 2018 at 3:09 am #1005245
Hello .
How can I translate this into Spanish?
http://oi67.tinypic.com/8z4uiq.jpg
https://www.transforma.global/?page_id=914Thanks
September 4, 2018 at 10:22 am #1005363September 4, 2018 at 6:32 pm #1005725I do not use it, is there a free form? they are two small things
September 4, 2018 at 6:52 pm #1005728I don’t understand why it did not translate all the information on the page, I consider that I don’t have to buy a new plugging for traducing just 2 words. I need to your help to find the exact file in WordPress for changing that 2 words ( ALL) (You are here:).
http://oi67.tinypic.com/8z4uiq.jpg- This reply was modified 6 years, 2 months ago by transformaglobalweb.
September 5, 2018 at 9:22 am #1005933Hi,
You don’t need to buy an extra plugin.1) Please add this code to the child theme functions.php:
/* Following code changes "You are here:" in front of breadcrumbs */ add_filter('avia_breadcrumbs_args', 'avia_change_you_are_here_breadcrumb', 10, 1); function avia_change_you_are_here_breadcrumb($args){ $args['before'] = "You are here: "; return $args; }
and replace “You are here” with your custom/translated text.
2) Please add this code to the child theme functions.php:
add_filter('avf_portfolio_sort_first_label','new_first_label'); function new_first_label() { $first_item_name = "All"; return $first_item_name; }
and replace “All” with your custom/translated text.
Best regards,
DudeSeptember 7, 2018 at 12:09 pm #1007077Hello, you could help me in that it does not let me do it from WordPress:
`/* Following code changes “Estás aquí:” in front of breadcrumbs */
add_filter(‘avia_breadcrumbs_args’, ‘avia_change_you_are_here_breadcrumb’, 10, 1);
function avia_change_you_are_here_breadcrumb($args){
$args[‘before’] = “Estás aquí: “;
return $args;
}- This reply was modified 6 years, 2 months ago by transformaglobalweb.
September 7, 2018 at 12:09 pm #10070782)
`add_filter(‘avf_portfolio_sort_first_label’,’new_first_label’);
function new_first_label() {
$first_item_name = “Todos los documentos”;
return $first_item_name;
}- This reply was modified 6 years, 2 months ago by transformaglobalweb.
September 7, 2018 at 2:12 pm #1007118Hi,
I added the code to the funcztions.php :)
Best regards,
PeterSeptember 7, 2018 at 2:34 pm #1007130Thank you very much, I just finished the page for you. Congratulations for your great work.
September 7, 2018 at 7:55 pm #1007283Hi,
Did you need additional help, or shall we close this topic?
Best regards,
Jordan ShannonSeptember 10, 2018 at 1:44 pm #1007916Hello, if something else needs to be translated:
New Search = Nueva búsqueda
If you are not happy with the results below please do another search =Si no está satisfecho con los resultados a continuación, haga otra búsqueda
3 search results for: martin. = 3 resultados de búsqueda para: martinhttp://oi67.tinypic.com/2exo6j4.jpg
Thanks for you helpSeptember 12, 2018 at 6:51 am #1008731Hi,
Thank you for using Enfold.
You can edit the search.php to translate the text manually or install/use the following plugin.
// https://wordpress.org/plugins/loco-translate/
If you chose to modify the theme file, look for these line of codes:
search.php line 31:
echo "<h4>".__('New Search','avia_framework')."</h4>";
search.php line 32:
echo "".__('If you are not happy with the results below please do another search','avia_framework')."";
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.