Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #1031002

    The map is just plain not showing on the page. I have a validated API. I have enabled billing. I have all the steps right from the troubleshooting documentation… but the map is just plain not showing on the page. What am I missing? I’ve tried making a new map with a single address as well. Nothing.

    There should be a map on the right side above the “Service Times” section.

    #1031718

    bump.

    #1031732

    Even on this page that has nothing on it but a map with a single point: https://cedarcreek.tv/test/ Nothing… API key tests fine. Billing is set up. What is wrong???

    #1031737

    a few weeks ago they changed something at the billing informations. Try to log in to your Google Account and renew or update/ confirm billing information.
    The same thing happend to me when they did the trick

    #1031739

    and by the way you have in your settings:

    #top .av_gmaps_browser_disabled, #top .av-maps-user-disabled .av_text_confirm_link {
        display: none;
    }

    this was set by a new feature since Enfold 4.4 concerning to GDPR.
    Open the Map Layout Element again and see:
    it is called conditional load
    click to enlarge:

    I guess you have choosen the “only open google maps in new window”

    #1031749

    No, I didn’t choose only open in new window… If I do pick that, I do get the button to open the map in a new window and it does load… and if I pick “click to show map” it does show the button that says to click here to see the map, clicking it does nothing. And if I go back to immediately show map, nothing shows up.

    I did check my billing and updated to a new card. Nothing working there yet. I confirmed this project is associated with this billing account too.

    #1031769

    Make sure there’s no CSS affecting/hiding it, and that the API restriction allows for your URL.

    #1031780

    I’ve dug into the CSS but I’m not seeing anything hiding it… but I may be missing something. And the API restrictions are right. It tests fine even in the backend.

    #1031873

    Well i see that rule in your merged css:

    #top .av_gmaps_browser_disabled, #top .av-maps-user-disabled .av_text_confirm_link {
        display: none;
    }

    if i deaktivate it virtually on my developer tools i can see the button on hovering the field:

    #1031876

    Yes, but that’s commented out unless you activate it. I think that’s the way the theme works normally.

    #1032265

    Hi milkboy31,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1032349

    Victoria, see attached. let me know what you find. Thanks.

    #1032721

    Sample link in the private area here…

    • This reply was modified 5 years, 11 months ago by milkboy31.
    #1033049

    I’m also seeing some broken abilities with a signature plugin and I was told by the forms plugin support staff:
    “The problem is that the theme is changing the way jQuery is loaded on your site, but adding it much later than other scripts that require it.”

    So what was changed that would cause that? I’ve disabled all plugins and the problem persists. I wonder if this is related?

    • This reply was modified 5 years, 11 months ago by milkboy31.
    #1033056

    I reverted to 4.2.6 and everything works fine. Back to 4.5 and it’s broken. Here is a page with a map on the left and a signature form on the right. Neither version allows me to draw the signature, so that’s a different issue (sigPad.signaturePad is not a function)… but the maps definitely work in 4.2.6 and not 4.5.

    4.2.6
    4.2.6

    4.5
    4.5

    • This reply was modified 5 years, 11 months ago by milkboy31.
    #1033138

    I built a new dev site…. installed 4.5 and a map. It worked fine. I then put on the child theme you supplied and maps don’t work. Hopefully you can recreate this and fix it:

    • This reply was modified 5 years, 11 months ago by milkboy31.
    #1033159

    I FIXED IT!!!! I imported my parent theme settings into my child theme on my dev site and rebuilt all the options to match my main site until I found the difference that broke it.

    We had been calling a google jquery.min.js file in our google services area to run a custom countdown clock. The new version of the theme must call this on it’s own because with it removed, our clock still works now on 4.5 and it’s not being double called and breaking the maps.
    <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>

    This also fixed our signature issue.

    #1033967

    Hi,

    I’m glad that you figured out the issue. Please open a new thread if you need anything else. :)

    Best regards,
    Ismael

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘Map not showing in Enfold 4.5. I have API key.’ is closed to new replies.