Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #963612

    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

    #963645

    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

    #963650

    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

    #963657

    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

    #963671

    Hi Yigit,

    yes, of course. Please kindly find the corresponding admin logins in the private content box. Thanks so much in advance.

    Cheers,
    Bkag

    #963682

    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

    #963697

    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

    #963702

    Hi,

    Great! Glad it worked :)
    Thanks! You too have a great day!

    Cheers!
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Google Maps element: always display "Click to load Google Maps"’ is closed to new replies.