MapPress do not appear
				
				
                
                    
                    
                
                
                    
						
                
                
                    Hello,
I think I did as the readme.txt instructions but the mappress still not appear on my homepage (
http://classificados.quadriciclobrasil.com.br/). I pasted the code exactly as below on header.php from classipress theme (Note I am using flatron childtheme)
<center>
<?php 
if(is_home() || is_front_page())
{
	$arg = array('w'=>'100%','h'=>'400px',); //w=width & h=height
	do_action('wpw_mappress_gmap_code',$arg);
}
?>
</center>