Display Map in Wptouch
It's Impossible with the actual rending of classipress Map is not compatible with mobile browser
I suppose they are discutions about this so Jomarkosabel if you read
pls : ↑
I bypassed the situation like
PHP Code:
<a href="http://maps.google.fr/maps?f=q&source=s_q&hl=fr&geocode=&q=<?php echo get_post_meta($post->ID, 'cp_country', TRUE); ?>+<?php echo get_post_meta($post->ID, 'cp_dpartements', TRUE); ?>+<?php echo get_post_meta($post->ID, 'cp_zipcode', TRUE); ?>+<?php echo get_post_meta($post->ID, 'cp_city', TRUE); ?>+<?php echo get_post_meta($post->ID, 'cp_street', TRUE); ?>"><strong>Position Map</strong></a>
Sending direct url with
Your customs field to Google map
this work with Googlemap.fr
According your country Map I don't think there is any probleme
Load the Map page into the browser or send the user to specified map ???
(perhaps Some Google plot)
But I think user with Phone enjoying to place the Ad location on Map
wptouch/themes/default/single.php
Last edited by mr_green; November 4th, 2010 at 04:42 AM.