Viewing 27 posts - 1 through 27 (of 27 total)
  • Author
    Posts
  • #1304456

    Hi everybody,

    A customer notified me about a bug in Enfold 4.8.1 and above: when a large page or one-page-website contains a Google Maps element at the bottom, and the Text-marker is shown, than the page scrolls down instantly upon loading the page. See the image:

    Google Maps issue

    I’ve seen this issue with several customers/websites now.

    Customer had Enfold 4.8.1. I tried upgrading to 4.8.3, but the problem remains.

    Is this a known bug, and if yes, does anybody maybe have a fix? For now i just turn off the option to show the text marker immediately, but eventually we want to use this nice feature.

    Best regards,
    Roger

    • This topic was modified 3 years, 5 months ago by EZWebdesign.
    #1304467

    Hello
    I have noticed the same issue. If Display Tooltip by default is checked then the page scrolls down instantly upon loading the page.
    I don’t think it’s related to the Enfold version. I had a client website running Enfold 4.5.2 and some days ago this strange behavior started. I have done some tests and no matter how new your theme or WordPress is the issue persists. At this point I think it’s something related with some parameters of Google but I really don’t know what the cause can be.
    Best Regards
    Manu

    • This reply was modified 3 years, 5 months ago by manurimini.
    #1304770

    Hi Roger,

    Could you post a link to where we can see the problem in question please? Thanks @manurimini for helping out :-)

    Best regards,
    Rikard

    #1304797

    Hi Rikard,

    You can see the problem here: https://weertsadviesopmaat.nl/

    Regards,
    Roger

    #1304864

    Hey,

    Thanks for the info, Roger. As @manurimini mentioned, this seems to be related to some changes on Google side.
    I just reported the issue to our devs and shared this thread as reference. As a temporary solution, you can disable “Display Tooltip by default” in element options.

    Regards,
    Yigit

    #1305023

    Hello Yigit
    I think I could have find something interesting. The problem is given by the class .gm-ui-hover-effect (basically the X to close the window)
    If you set:

    .gm-ui-hover-effect {
        display: none !important;
    }

    then the page loads correctely. Of course you cannot close the Toolpit once set.
    For now I don’t know why. Hope this helps
    Best Regards
    Manu

    #1305196

    Hi Manu,

    Thanks for sharing your findings, it’s much appreciated :-)

    Best regards,
    Rikard

    #1305590

    Hi Manu,

    Thanks for your solution. It works great. Meantime I’ve found this one:

    .gm-ui-hover-effect:focus {
    outline: none !important;
    }

    But it causes the screen to flash. The problem is probably due to the ‘tabindex=0’ attribute of the Google Maps Closing button.
    Anyway, I used your code to work around the issue. Thanks!

    Regards,
    Roger

    #1305688

    Hi,

    Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

    #1305731

    Hi Jordan,

    As far as I’m concerned, you may close this topic.

    Regards,
    Roger

    #1305741

    Hi Enfold staff
    I think the topic should remain open until a real solution is found. I would like to use the tooltip as I was used to.
    Best Regards
    Manu

    #1305917

    Hi Manu,

    We’ll keep this thread open, as the problem is still ongoing.

    Best regards,
    Rikard

    #1306228

    Having same issue on several sites. Subscribing to hear about solution, when available.
    Thanks.

    #1306450

    Also having the same issue v 4.8.3 – is there away to notify us when a permanent solution is found? Or would it come in a new release?

    #1306461

    Hi jberg1 and mikeprime,

    Sorry for the problem. We don’t have a permanent solution as of now unfortunately. We will post any solution we come up with here in this thread though. It will hopefully be sooner rather then later, so you shouldn’t have to wait for an official release of the theme.

    Best regards,
    Rikard

    #1307885

    I had the same problem with Enfold 4.8.3.one page layout
    After deactivating the option “show tooltip immediatly in google maps (Tooltip standardmäßig anzeigen / Aktiviere diese Option, wenn du den Tooltip standardmäßig anzeigen möchten.) everything works fine.

    #1307970

    Hi ,
    I’m having the same issue on my website oficinadearquitectura.pt
    First I thought it was due the site was running on a older version of enfold, but now I just updated it to version 4.8.3 I see the error still prevails.

    How can I correct it? I couldn’t follow your temporary solution @Yigit
    thanks,
    Joana

    #1308050

    Hi Joagin,
    There are two temporary solutions as you can read above.

    1 – You disable the Tooltip in ALB (Google Map > Google Map Location > Display Tooltip by default = unchecked). In this case you will see the Tooltip by cliccking on the ping on the map.

    2 – Add the following code in your Quick CSS and let Display Tooltip by default checked. The page will load correctely, but you will not be able to close the Toolpit once set, because the X to close the window will not be displayed.
    Go to Theme Options > General Styling > Quick CSS and add the following code:

    .gm-ui-hover-effect {
        display: none !important;
    }

    I hope this explanation will help
    Best Regards
    Manu

    #1308068

    Thanks @manurimini

    About the 1st option, I can’t find what you suggest.
    Is it inside the page? Is it in the theme options? …?

    What is tooltip in ALB?

    Kind regards,
    Joana

    #1308256

    Hello Joana
    ALB = Advanced Layout Builder or Advanced Layout Editor. You will find this acronym often in the Enfold Forum.

    Back to the 1st option of the Google Maps issue, if you’re using the Advanced Layout you have to edit the Google Map Element inside the page.
    In the Google Map Element in the same window where you set the Location (Street address, Postcode, City, etc) if you scroll down you’ll find Marker And Tooltip. Uncheck Display Tooltip by default.

    If you don’t use ALB but Shortcodes look in your shortcode for tooltip_display=’aviaTBaviaTBtooltip_display’ and erase it.

    https://kriesi.at/documentation/enfold/google-map/

    Best Reagrds
    Manu

    • This reply was modified 3 years, 4 months ago by manurimini.
    #1308796

    Hey,


    @guenter
    has fixed the issue and it will be included in upcoming version.

    If you would not like to wait for the upcoming version, please replace /enfold/config-templatebuilder/avia-shortcodes/google_maps/google_maps.css file with this one – https://raw.githubusercontent.com/KriesiMedia/enfold-library/master/temp_fixes/Enfold_4_8_3/Gmaps-tooltip/google_maps.css and then replace /enfold/framework/js/conditional_load/avia_google_maps_api.js file with – https://raw.githubusercontent.com/KriesiMedia/enfold-library/master/temp_fixes/Enfold_4_8_3/Gmaps-tooltip/avia_google_maps_api.js :)

    Best regards,
    Yigit

    #1308800

    Many thanks for your help!

    Best regards,
    Joana

    #1308805

    Hi Joana,

    You are welcome :)

    Best regards,
    Yigit

    #1308818

    Hi @yigit,

    Thanks for posting the solution.

    FYI, I just implemented @guenter solution with the two files on Enfold version 4.8.3, and we are still getting the Google Maps tooltip jump. See link in private content.

    I cleared the cache on the server, browser, tried on 4G and Wifi connections, and the issue continues.

    Cheers,
    Peter

    #1308871

    Hi Peter,

    Please open a new thread and include WordPress admin login details in private so that we can have a closer look at your site.

    Best regards,
    Rikard

    #1308945

    Hi @Rikard,

    Thanks for the reply.

    Fixed our issue by changing the above downloaded avia_google_maps_api.js file on these lines:

    				if( data.tooltip_display ) 
    				{
                                            infowindow.open( { anchor: marker, map, shouldFocus: false } );
    					//infowindow.open(map,marker);
    				}

    In case you have not read this, see this issue on Google Maps: https://issuetracker.google.com/issues/190075886

    Solves our problem for now.

    Best,
    Peter

    #1309036

    Hi Peter,

    Thanks for sharing your solution, it’s much appreciated :-)

    Best regards,
    Rikard

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