Digital experiences for all disciplines
Forum Replies Created
Viewing 6 posts - 1 through 6 (of 6 total)
-
Posted in: We hit Power Elite.
-
I have commissioned a program that have solved the problem in the “functions.php” the value must be changed
/* MAP EMBED FUNCTIONS ================================================== */ function map_embed($address) { // if (!is_string($address))die("All Addresses must be passed as a string"); // $address = str_replace(" ", "+", $address); // replcae all the white space with "+" sign to match with google search pattern // $url = "http://maps.google.com/maps/api/geocode/json?sensor=false&address=$address"; // $response = @file_get_contents($url); // if ($response === FALSE) { // return "error"; // } // $json = json_decode($response,TRUE); //generate array object from the response from the web // if ($json['status'] === "OVER_QUERY_LIMIT") { // return "over_limit"; // } // if ($json['status'] === "ZERO_RESULTS") { // return "unknown_address"; // } // $_coords['lat'] = $json['results'][0]['geometry']['location']['lat']; // $_coords['long'] = $json['results'][0]['geometry']['location']['lng']; $_coords['lat'] = XX.XXXXXX; $_coords['long'] = X.XXXXXX; return $_coords; }
Update to 1.5.2 and now:
“You are over your API Query Limit” What is our Problem Swift Ideas?! Disappointing !!!
Hello Members!
Unfortunately, we do not get information from Support. Has anyone of you found a solution?
Hello Support?!
YES, WORK…, Sorry….
Hi!
// THUMBNAIL GALLERY
array(
‘name’ => ‘Gallery Images’,
‘desc’ => ‘The images that will be used in the gallery.’,
‘id’ => “{$prefix}gallery_images”,
‘type’ => ‘plupload_image’,
‘max_file_uploads’ => 250,
)not working…. .(
-
Posted in: We hit Power Elite.
Viewing 6 posts - 1 through 6 (of 6 total)