• Resolved Zetona

    (@zetona)


    Hello all,

    i am trying to change the DSGVO buttons text.
    In German it says by default: “Ich stimme zu” but thats not working grammatically in my case. I tried to change it with PO Edit, but this doesnt work.
    Is there another way that might work?

Viewing 2 replies - 1 through 2 (of 2 total)
  • stevendebeer

    (@stevendebeer)

    Hi @zetona,

    Thank you so much for getting in touch, we really appreciate your time.

    Could I kindly ask you to navigate to -> Maps -> Settings -> Advanced -> Please copy the below custom JavaScript and paste this in the custom JS field:

    jQuery(function($){
    	setTimeout(function(){ 
    		jQuery(".wpgmza-api-consent").text('New text here');
    	 }, 100);
    });

    Simply adjust the New text here to the desired text and save the settings.

    Thread Starter Zetona

    (@zetona)

    Thank you very much @stevendebeer
    This worked nicely.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing the DSGVO Button Text’ is closed to new replies.