URGENT need Google Map to go bye bye

Hiya folks! For specific reasons I have to immediately remove the pin drop google map from our contact us page. Is there a way to switch it on and off, or do we need to simply remove it? I do not know how to remove it. Is there anyway someone could login to our account and remove it? Kinda of urgent, I would not normally ask but a bit stuck. If the online contact form is just right under the contact details (no map) that would be grand!!! cheers

Hi Galatia,

Thanks for reaching out.

You can remove the marker from your google map, please follow this screenshot.

Or you can remove the entire map too in case to you wish to completely remove it. As of now, the preview won’t load on my end so I’m letting you deleting it.

Thanks!

Oh boy HUGE mistake on my end. I just realized very VERY foolishly I did not word this correctly. I do not want to remove the pin but the whole map itself so now I have cost myself a few days as it takes a long time for folks to get back this was already on the urgent as I have peeps breathing down my neck to get this done. PLEASE for the love of God and all that is holy if someone can reply quick that would be brilliant!

See below my reply to you

Hello @Galatia,

To delete the map, simply click the map element and hit the “Delete” button in the map settings on the left panel as shown below:

We would loved to know if this has work for you. Thank you.

Why thank you my fine furry friend! It is deleted but now there is some weird word at bottom of email form that says captchpa. How do we either remove or fix this? Originally there was a click here I am not a robot thing. Please any help would be noted and appreciated greatly!!! If you can fix it that would be grand.

PS the password was changed and is now updated in the secure section :wink:

See above and thank you

Hey Galatia,

Please edit the form content from the Contact Form section of the admin and remove the [recaptcha] shortcode there.

Hope this helps.

What happened to the captcha tho? I mean it was there and fine before I deleted the map, It said click here to show your not a robot or something like that, I removed the map and then just got the words captcha, any ideas on how to get it back? Thanks!!! so much =)

Hi Galatia,

I see that you have updated your Contact form 7 plugin recently. With the new contact form 7, you need to integrate reCAPTCHA (v3) into your forms. Please refer to the detailed guide here (https://contactform7.com/recaptcha/).

Basically this new version of reCAPTCHA v3 works in the background, so users don’t need to read blurred text in an image or even tick the “I’m not a robot” checkbox.

Hope that helps.
Thanks!

Thank you this fixed it!!! Interestingly if you go to the website now you will see a protected by captcha logo in the bottom right, It looks OK I may keep it but kinda weird too, is there a way to remove? Thx!

Hello Galatia,

Thanks for updating the thread. :slight_smile:

The reCaptcha logo is coming from Contact Form 7 plugin. To remove the badge, please add following CSS under X > Theme Options > CSS:

.grecaptcha-badge {
    display: none !important;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

Kinda urgent and thanks so much for your help but it did not fix it. I added the code as you said but it did not take away the silly icon that is on all pages in the lower left. Why would google add that… uggghhh any other ideas? Thanks!

Hi Galatia,

The provided code by @Prasant does not work, because your previous CSS rule is missing the ending curly brace.
.wpcf7-form > div.wpcf7-form-control-wrap{margin-bottom:15px;
Please fix it by adding the ending curly brace to it as follows.
.wpcf7-form > div.wpcf7-form-control-wrap{margin-bottom:15px;}

When you have such CSS rendering issues, you can see if there’s any errors by copying all of your custom CSS rules into an online Tool like CSS Lint (http://csslint.net/).

Hope that helps.

Curly, Moe, Larry and Google were trying to bugger me in the arse but you stopped them! Thank you kind sire :wink:

You’re most welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.