Change placeholder text in German

New home Forums Visitor Generated Markers General queries Change placeholder text in German

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #75878
    florian
    Member

    Hello,

    in the German translation of the plugin for the VGM are some mistakes and i need custom text as placeholders, especial for the “wpgmza_ugm_add_title”.

    Can you please show me a custom js code how i can change the placeholder in the German language? I am not a programmer, but i think if i have an example i can figure it out 🙂

    I hope i have provided all the necessary information and my explanation is sufficient.

    Thank you for your help!

    Best regards Florian

    #75881
    florian
    Member

    Hello,

    sorry i forgot to write which version i am using:

    Basic: 9.0.14
    Pro: 9.0.14
    VGM: 3.35

    Best regards
    Florian

    #75905
    Matthew
    Moderator

    Hi Florian,

    Thank you for getting in touch with us, we do appreciate it!

    Yes sure I am happy to help you with this thus please see the below custom JS code that you would use for the title input placeholder:

    jQuery(function($){
        $(document).ready(function(){
            $('input#wpgmza_ugm_add_title').attr('placeholder', 'Marker Title');
        })
    })

    Please may you let me know if this helps?

    Kindest Regards,
    Matthew

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