location on job listings

Support Area Forums Foundation location on job listings

Viewing 8 posts - 1 through 8 (of 8 total)
URL to the page in question: http://www.terrebonnearc.org/careers/
  • Author
    Posts
  • #31977
    Chris Callahan
    Participant

    Hello!
    Is there a way to not have “anywhere” listed on the job posting? If a put my agency,TARC or Residential department, it brings it to a google map. If I don’t list it, it still shows “Anywhere”, and it’s the not the case with our job listings. Ideally, I would like to put which department and not have it bring up the location on a map. Any help would greatly be appreciated!

    Attachments:
    #31980
    Bill Robbins
    Moderator

    Good Morning Chris,

    I can help you hide that with a bit of styling. Here’s how to do that:

    1. Go to your theme options page and choose the Style tab.
    2. Scroll down to the Custom CSS box and add this:
      
      ul.job_listings .location {
      	display: none;
      }
      
    3. Update your settings.

    If you need to change what’s displayed there a bit more, you’ll want to check with the plugin developer to see what’s possible there.

    Have a great week,
    Bill

    #32144
    Chris Callahan
    Participant

    Perfect! Thank you! It worked on the main page. When I clicked on the individual position, it still lists it on the individual one. Do you have any suggestions? Again, thank you for all of your help on this!

    #32145
    Bill Robbins
    Moderator

    Hi Chris,

    Add this to your Custom CSS too:

    
    ul.meta li.location {
    	display: none;
    }
    

    Enjoy your weekend,
    Bill

    #32149
    Chris Callahan
    Participant

    Hi Bill!
    That worked! Thank you!
    Unfortunately, I have one more area that I need code for–it’s on the home page. I’m sorry for all of these extras! :/

    #32150
    Bill Robbins
    Moderator

    Let’s change that last snippet to be like this:

    
    ul.meta li.location {
    	display: none !important;
    }
    
    #32152
    Chris Callahan
    Participant

    Bill,
    Thank you for the amazing service today. Everything is working perfectly! Thank you for your time, and have a great weekend!

    #32153
    Bill Robbins
    Moderator

    Glad that did the trick Chris. Let me know if you need anything else.

    Enjoy your weekend too 🙂

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘location on job listings’ is closed to new replies.