Missing translation?

New home Forums Pro Add-on Troubleshooting Missing translation?

Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #72530
    eckertw
    Participant

    Hi,
    for some reason, the strings “search”, “reset” and “enter a location” are not translated into German – seems strange? Is there a fix available?
    Thx

    #72534
    Steven
    Moderator

    Hi 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 Beer

    #72551
    eckertw
    Participant

    Sure – thx and apologies for the delay:
    https://verago.de/ausflugsziele/

    #72609
    eckertw
    Participant

    Hi Steven,
    any update on the issue above available?
    Thx,
    Wolfgang

    #72611
    Steven
    Moderator

    Hi 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 Beer

    #72729
    eckertw
    Participant

    Thank 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 🙂

    #72731
    Steven
    Moderator

    Hi 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

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