Hi,
the Google Maps element gives the new option that user must accept to show Google Maps. If I choose this, the window “Click to load Google Maps” is only displaying upon hover. But this way, how will the user know that there is a Google Map behind the fallback image? So, is it possible to show up the the window “Click to load Google Maps” by default and not only upon hover? That would be fantastic!
Your help is really much appreciated.
Thank you and kind regards,
Bkag
Hey Bkag,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
.av_gmaps_sc_main_wrap .av_text_confirm_link {
opacity: 1;
}
Best regards,
Yigit
Hi Yigit,
thank you for your fast response. Unfortunately this code is doing nothing on my website. The window “Click to load Google Maps” is still showing up upon hover only, but it is not there by default when the website is loading. Hope you can help.
Kind regards,
Bkag
Hi,
Could you please post a link to your page and temporary WP admin logins here privately so we can look into it?
Cheers!
Yigit
Hi Yigit,
yes, of course. Please kindly find the corresponding admin logins in the private content box. Thanks so much in advance.
Cheers,
Bkag
Hi,
I used the code as following and it worked
.avia-google-map-container .av_text_confirm_link {
opacity: 1 !important;
}
Please review your website :)
Cheers!
Yigit
Hi Yigit,
that is fantastic! Great, thank you so much! You can close this topic out :o) !
Wish for you a great day!
Kind reagrds,
Bkag