Results 1 to 10 of 10

Thread: Location: Anywhere - am I missing something here?

  1. #1
    Thread Starter
    Rookie clarklab's Avatar
    Join Date
    Jun 2011
    Posts
    8
    Thanks
    0
    Thanked 3 Times in 1 Post

    Location: Anywhere - am I missing something here?

    Hey guys,

    Looks like I may have found another 1.5 bug. In the newest release, when a job is set to 'Anywhere', there a few places in the front-end that it fails to render. "Anywhere" works just fine in the featured jobs listing, but in the regular list and on the single job listing there was no location returned.

    Since it was working in one place though, the fix was easy to find. In single-job-listing.php I just replaced:

    HTML Code:
    <?php jr_location( true ); ?>
    with

    HTML Code:
    <?php if ($address = get_post_meta($my_query->post->ID, 'geo_short_address', true)) echo wptexturize($address); else _e('Anywhere','appthemes'); ?>
    and things seem to be working again. Is this a known bug?

  2. #2
    Veteran barukar's Avatar
    Join Date
    Sep 2010
    Location
    Brasil, São Paulo, SP
    Posts
    6,785
    Thanks
    186
    Thanked 742 Times in 623 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    -------------------------------------------------------------------------------------------
    Projects: ClassiNoiva - Classimóveis - vocênoenem - i50 - Clube DETRAN

  3. #3
    Veteran barukar's Avatar
    Join Date
    Sep 2010
    Location
    Brasil, São Paulo, SP
    Posts
    6,785
    Thanks
    186
    Thanked 742 Times in 623 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    -------------------------------------------------------------------------------------------
    Projects: ClassiNoiva - Classimóveis - vocênoenem - i50 - Clube DETRAN

  4. #4
    tinygiantstudios's Avatar
    Join Date
    Jan 2011
    Posts
    1,607
    Thanks
    31
    Thanked 157 Times in 148 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!


  5. #5
    Thread Starter
    Rookie clarklab's Avatar
    Join Date
    Jun 2011
    Posts
    8
    Thanks
    0
    Thanked 3 Times in 1 Post
    You must be an AppThemes customer and logged in to view this response. Join today!

  6. #6
    Veteran barukar's Avatar
    Join Date
    Sep 2010
    Location
    Brasil, São Paulo, SP
    Posts
    6,785
    Thanks
    186
    Thanked 742 Times in 623 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    -------------------------------------------------------------------------------------------
    Projects: ClassiNoiva - Classimóveis - vocênoenem - i50 - Clube DETRAN

  7. #7
    Thread Starter
    Rookie clarklab's Avatar
    Join Date
    Jun 2011
    Posts
    8
    Thanks
    0
    Thanked 3 Times in 1 Post
    You must be an AppThemes customer and logged in to view this response. Join today!

  8. #8
    Thread Starter
    Rookie clarklab's Avatar
    Join Date
    Jun 2011
    Posts
    8
    Thanks
    0
    Thanked 3 Times in 1 Post
    You must be an AppThemes customer and logged in to view this response. Join today!

  9. The Following 3 Users Say Thank You to clarklab For This Useful Post:

    barukar (November 13th, 2011), nickdeclercq (November 15th, 2011), silha (November 13th, 2011)

  10. #9
    Newbie silha's Avatar
    Join Date
    Nov 2011
    Posts
    1
    Thanks
    1
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  11. #10
    Veteran barukar's Avatar
    Join Date
    Sep 2010
    Location
    Brasil, São Paulo, SP
    Posts
    6,785
    Thanks
    186
    Thanked 742 Times in 623 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    -------------------------------------------------------------------------------------------
    Projects: ClassiNoiva - Classimóveis - vocênoenem - i50 - Clube DETRAN

  12. The Following User Says Thank You to barukar For This Useful Post:

    nickdeclercq (November 15th, 2011)

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Remove Google Map Location And Key In Own Location?
    By yikyeou in forum Report JobRoller Bugs
    Replies: 1
    Last Post: August 5th, 2011, 04:49 AM
  2. Street Address/Location is Missing!
    By linkman11 in forum Report JobRoller Bugs
    Replies: 4
    Last Post: July 19th, 2011, 02:27 PM
  3. Move location of contact/poster/location on individual ad area
    By trick in forum ClassiPress General Discussion
    Replies: 5
    Last Post: June 18th, 2011, 09:25 AM
  4. Replies: 20
    Last Post: May 10th, 2011, 04:48 AM
  5. Missing "All Jobs" and "Location" text in Search form.
    By caymana in forum Report JobRoller Bugs
    Replies: 5
    Last Post: February 6th, 2011, 03:46 AM