Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • in reply to: Map does not work; Version 1.5.1 #23140
    tjg
    Member
    Post count: 6

    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;
    	}
    	
    
    in reply to: Map does not work; Version 1.5.1 #15759
    tjg
    Member
    Post count: 6

    Update to 1.5.2 and now:

    “You are over your API Query Limit” What is our Problem Swift Ideas?! Disappointing !!!

    in reply to: Map does not work; Version 1.5.1 #12569
    tjg
    Member
    Post count: 6

    Hello Members!

    Unfortunately, we do not get information from Support. Has anyone of you found a solution?

    in reply to: Map does not work; Version 1.5.1 #10680
    tjg
    Member
    Post count: 6

    Hello Support?!

    in reply to: Gallery 100 Images.., and more?! #10142
    tjg
    Member
    Post count: 6

    YES, WORK…, Sorry….

    in reply to: Gallery 100 Images.., and more?! #10140
    tjg
    Member
    Post count: 6

    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…. .(

Viewing 6 posts - 1 through 6 (of 6 total)