Viewing 30 posts - 1 through 30 (of 35 total)
  • Author
    Posts
  • #979419

    Good afternoon,

    Recently on the contact page of my wordpress theme, the watermark “For development purposes only” appears on the google map.

    I have an API key and I have activated it through the use of plugins, but I can not remove the watermark to disappear.

    How can I fix the problem?

    Excuse me for my english and thank you for help me!

    #979739

    Hey zirit586,

    Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #979994

    Thank you very much Rikard,

    I just write in the private content section!

    Regards

    #980315

    Hi,

    We see nothing at the private content! :)

    Best regards,
    Basilis

    #980466

    I’m sorry, my computer level is very low, like my english… :(

    I send you my login to wordpress. I hope you can help me with the watermark on google maps…

    Thank you very much and regards!

    #980614

    Hi there,

    I have the same problem! Do you have a solution yet?
    Thnx Jet

    • This reply was modified 6 years, 4 months ago by Kuitje.
    #980666

    Not yet :(

    I’m waiting a solution of moderators…

    #980911

    Hi zirit586,

    You have a thread going started from the contact form, is that the same problem as in this thread? If so then please try to stick to this thread. See private.

    Best regards,
    Rikard

    #981001

    Yes, is the same problem. Sorry for the inconveniences!

    #981003

    Where is the private section?

    #981180

    Hi,

    The Private Section is the box just under the box where you post your reply on the forum. It reads Private Content (link to your website, login credentials, FTP credentials, etc – only visible for moderators) just above it.

    Best regards,
    Rikard

    #981240

    Good afternoon,

    Thank you very much for the interest in helping me!

    I have contacted my hosting provider to advise me about IP blocking for which they can not access to wp-admin.

    As soon as I have an answer, I’ll let you know.

    Kind regards and thank you again!

    #981256

    My hosting provider answers this to unblock the IP and be able to access it from outside Spain. I hope that with these indications you can access my wordpress theme and be able to solve the watermark in google map.

    Thank you very very very much!! I’m so sorry all the inconveniences!

    #981890

    Good morning,

    Any news about my problem? Please, help me!

    • This reply was modified 6 years, 4 months ago by zirit586.
    #983133

    Hi,

    Unfortunately we are not sure where thta issue does come from.
    It would require work from ous to find out those details.

    Best regards,
    Basilis

    #983571

    Oh! Really Basilis???

    What can I do to help?

    Have I to activate access from outside Spain so you can access wp-admin?

    What country do I have to give access to?

    Please, is very important solve the problem with Google Maps on the website :(

    #983814

    Hi,

    Yes, we do need to look into it, but it does need a lot of time to review it properly.

    Best regards,
    Basilis

    #984070

    Good morning Basilis, thank you very much for answering.

    And how long do you think it can happen until you find a solution?

    Kind regards! And thank you again!

    #984854

    Hi,

    Not sure for that, but we do need more time to get some updates for you.

    Best regards,
    Basilis

    #985149

    Thank you very much Basilis,

    I hope you can give me a solution as soon as possible! It is very urgent to solve the problem with maps please!

    I will wait impatiently for your answer!

    Kind regards!

    #985717

    Hi,

    Sure thing!

    Best regards,
    Basilis

    #988461

    Good afternoon again,

    Any news? If necessary I can send a backup of the web through wetransfer.

    Please, it’s very urgent!

    #988886

    Hi,

    Unfortunately no.
    I suppose it is better you do a backup to the site. No need to send it to use, just restore.

    Best regards,
    Basilis

    #989091

    Hello Basilis,

    But the problem is that even if I restore the site, the problem continues with google maps.

    I think that if I sent you the backup of my site you can see where is the problem…

    #989945

    Hi,

    Unfortunately we cant do that.

    Best regards,
    Basilis

    #990109

    Hello Basillis,

    I do not understand the reason why the solution to the problem with the google maps takes so long to arrive.

    Some time ago I worked with another developer of wordpress templates and when I had some problem I could send a copy of the web and they checked where the error could be.

    I see that we are only some people who are affected.

    I have to give an answer to my client that I made the website… :(

    Excuse me all the inconveniences…

    #990615

    Hi,
    1) Please check if you’ve activated api restrictions and deactivate them. Go to this page: https://console.developers.google.com/apis/credentials , click on the api key you’re using for google maps and set “restrictions” to “none”
    2) Go to this page https://console.developers.google.com/google/maps-apis/api-list and make sure you’ve activated all apis.
    3) Go to the Theme Options Panel and verify the api key again. The maps should then start to work.
    4) Afterwards you can start to activate the restrictions again, but be careful and always test the maps.

    Best regards,
    Dude

    #990637

    Good morning Dude,

    Thank you very very very much for your answer!!!

    I have done all the steps, one by one, but for now I have not solved the problem, the watermark continues appearing. Do you think it should take a few hours for the status to be updated?

    Thank you again and regards!

    #990658

    Hey!
    Ok I added this code to your enfold functions.php file:

    
    function child_theme_head_script() { ?>
    <script id='avia_gmaps_framework_globals' type='text/javascript'>
     /* <![CDATA[ */  
    var avia_framework_globals = avia_framework_globals || {};
    	avia_framework_globals.gmap_api = 'MYAPIKEY';
    	avia_framework_globals.gmap_maps_loaded = 'https://maps.googleapis.com/maps/api/js?v=3.30&key=MYAPIKEY&callback=aviaOnGoogleMapsLoaded';
    	avia_framework_globals.gmap_builder_maps_loaded = 'https://maps.googleapis.com/maps/api/js?v=3.30&key=MYAPIKEY&callback=av_builder_maps_loaded';
    	avia_framework_globals.gmap_backend_maps_loaded = 'https://maps.googleapis.com/maps/api/js?v=3.30&callback=av_backend_maps_loaded';
    	avia_framework_globals.gmap_source = 'https://maps.googleapis.com/maps/api/js?v=3.30&key=MYAPIKEY';
    	avia_framework_globals.gmap_avia_api = 'http://www.fusteriahenares.com/wp-content/themes/enfold/framework/js/conditional_load/avia_google_maps_api.js';
    /* ]]> */ 
    </script>	
    <?php }
    add_action( 'wp_head', 'child_theme_head_script' );
    

    Please replace all occurrences of “MYAPIKEY” with your api key and save the file again. Then the map should work as intended.

    Best regards,
    Peter

    #990724

    Hello Dude,

    Thanks again for your help! Really!

    I’m sorry to tell you that my wordpress knowledge is limited and the functions.php file is not modified.

    Is it a hassle if I attach a wetransfer link with a backup of my website so you can add those lines of code?

    Excuse me all the inconveniences but I do not have much computer knowledge :(

Viewing 30 posts - 1 through 30 (of 35 total)
  • The topic ‘Google Maps for development purposes only’ is closed to new replies.