masare2
Forum Replies Created
-
Forum: Plugins
In reply to: [OSM - OpenStreetMap] modify the aspect of the popupplease!!
Forum: Themes and Templates
In reply to: how not to show an empty field (single.php)I’ve solved this way, I hope it helps someone!
<div class="postmeta"> <span class="customer"> Customer: <?php echo get_post_meta( get_the_ID(), 'customer', true); ?></span> <br /> <span class="committente2"> <?php $customer2 = get_post_meta( get_the_ID(), 'customer 2', true); if (!empty($customer2)){ print (' Secondary Customer: ' ); echo ($customer2); } ; ?></span> </div>Forum: Plugins
In reply to: [XML Google Maps] [Plugin: XML Google Maps] no API key availableobviously I solved just after posting the question…
on the API console I had to “create a new browser key” giving a reference to my site (even if local) and THAT worked with the plugin!Forum: Plugins
In reply to: [XML Google Maps] [Plugin: XML Google Maps] no API key availableI created a Google Maps API v2 key (and a v3 too) and I used it inthe plugin,but when my map shows up I get this message:
“Google has disabled use of the Maps API for this application. The provided key is not a valid Google API Key, or it is not authorized for the Google Maps Javascript API v2 on this site. If you are the owner of this application, you can learn about obtaining a valid key here: http://code.google.com/apis/maps/documentation/javascript/v2/introduction.html#Obtaining_Key”
any suggestion?the problem may just be that I’m still working on localhost and I didn’t uploaded the site yet?
Thanks!