New home › Forums › Pro Add-on › Troubleshooting › Missing translation?
Tagged: translation
- This topic has 6 replies, 2 voices, and was last updated 1 year, 5 months ago by Steven.
-
AuthorPosts
-
March 23, 2022 at 10:46 am #72530eckertwParticipant
Hi,
for some reason, the strings “search”, “reset” and “enter a location” are not translated into German – seems strange? Is there a fix available?
ThxMarch 24, 2022 at 10:38 am #72534StevenModeratorHi there,
Thank you so much for getting in touch, we really appreciate your time.
Unfortunately, certain fields don’t have translations attached and do require some custom script in order to do so.
Might I kindly ask if you would provide us with a link to your map page so that I might assist with this?
Kindest Regards,
Steven De BeerMarch 28, 2022 at 11:32 am #72551eckertwParticipantSure – thx and apologies for the delay:
https://verago.de/ausflugsziele/March 30, 2022 at 2:31 pm #72609eckertwParticipantHi Steven,
any update on the issue above available?
Thx,
WolfgangMarch 30, 2022 at 2:43 pm #72611StevenModeratorHi Wolfgang,
Thank you so much for getting back to me and my sincerest apologies for the delay.
Could I kindly ask you to navigate to -> Maps -> Settings -> Advanced Settings -> Please copy the below script and paste this in the custom JS field:
jQuery(window).load(function(){
jQuery(“.addressInput”).attr(“placeholder”, “New Text Here”);
jQuery(‘input.wpgmza-search’).val(“New Text Here”);
jQuery(‘input.wpgmza-reset’).val(“New Text Here”);
});Once done, please save the settings and confirm.
Simply adjust the New Text Here strings to the desired choice.
I look forward to hearing back from you.
Kindest Regards,
Steven De BeerApril 4, 2022 at 9:44 am #72729eckertwParticipantThank you so much, Steven!
I had to replace the quotation marks, but everything is working now with the following code:jQuery(window).load(function(){
jQuery(“.addressInput”).attr(“placeholder”, “Standort”);
jQuery(“input.wpgmza-search”).val(“Suche”);
jQuery(“input.wpgmza-reset”).val(“Zurücksetzen”);
});Nice intro into jQuery for me 🙂
April 4, 2022 at 10:25 am #72731StevenModeratorHi Wolfgang,
Thank you so much for getting back to me.
I am glad to hear this has helped. 🙂
Do let me know if there is anything more I can help with as I am always eager to assist.
Do have a great week further!
Kindest Regards,
Steven De Beer -
AuthorPosts
- You must be logged in to reply to this topic.