Results 1 to 5 of 5

Thread: ios mapping feature

  1. #1
    Thread Starter
    bambosz's Avatar
    Join Date
    Nov 2014
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    ios mapping feature

    i would like to have this feature to be a choice for future directory releases? on ios the phone numbers do not show up as links to call or addresses do not link to mapping applicatioion. i have adjusted the single-listing.php and content-listing.php file for the location to include:

    <li class="phone" itemprop="telephone"><strong><a href="tel:<?php echo esc_html( get_post_meta( get_the_ID(), 'phone', true ) ); ?>"><?php echo esc_html( get_post_meta( get_the_ID(), 'phone', true ) ); ?></a></strong></li>
    <?php if ( $website ) : ?>
    <li id="listing-website"><a href="<?php echo esc_url( 'http://' . $website ); ?>" title="<?php _e( 'Website', APP_TD ); ?>" target="_blank" itemprop="url"><?php echo esc_html( $website ); ?></a></li>

    also i have edited the responisve.css for media max-with:600px not to show the google main map.

    div#list-page-top {display:none}

    - - - Updated - - -

    <li class="address" itemprop="address"><a target="_blank" href="http://maps.apple.com/?daddr=<?php the_listing_address(); ?>"><?php the_listing_address(); ?></a></li>
    <li class="phone" itemprop="telephone"><strong><a href="tel:<?php echo esc_html( get_post_meta( get_the_ID(), 'phone', true ) ); ?>"><?php echo esc_html( get_post_meta( get_the_ID(), 'phone', true ) ); ?></a></strong></li>


    address and phone edits

  2. #2
    spartac's Avatar
    Join Date
    May 2011
    Posts
    7,171
    Thanks
    75
    Thanked 830 Times in 808 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Do you need high-quality content for your Website? For a significantly reduced price? Try aicontently.com






    We answer the questions in threads as fast as the private messages, So do not send support questions via private message. Use the forum instead and open a new thread for every issue.
    Before you send any PM , Please read These rules .

  3. #3
    Thread Starter
    bambosz's Avatar
    Join Date
    Nov 2014
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    spartac's Avatar
    Join Date
    May 2011
    Posts
    7,171
    Thanks
    75
    Thanked 830 Times in 808 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Do you need high-quality content for your Website? For a significantly reduced price? Try aicontently.com






    We answer the questions in threads as fast as the private messages, So do not send support questions via private message. Use the forum instead and open a new thread for every issue.
    Before you send any PM , Please read These rules .

  5. #5
    Thread Starter
    bambosz's Avatar
    Join Date
    Nov 2014
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Remove Mapping
    By hostpost in forum Directory
    Replies: 1
    Last Post: July 23rd, 2014, 05:10 AM
  2. Field Mapping with FeedWordPress
    By gsibert in forum JobRoller General Discussion
    Replies: 16
    Last Post: September 3rd, 2013, 01:16 PM
  3. Indeed Job Types Mapping
    By alexgomy in forum Report JobRoller Bugs
    Replies: 1
    Last Post: June 20th, 2013, 05:45 AM
  4. ZZP Job types mapping ?
    By akoetsier in forum Report JobRoller Bugs
    Replies: 8
    Last Post: April 22nd, 2012, 01:12 PM
  5. Google Mapping
    By primeimage in forum Report ClassiPress Bugs
    Replies: 6
    Last Post: September 10th, 2011, 03:53 AM