• Resolved emdied

    (@emdied)


    Hello Team!

    I wanna know how i can hide Job Locations in front end of my website as i want to use more than one location in my jobs, is there any way to simply hide the jobs location on jobs page and jobs description page i don’t want my locations to show up because it fills too much of space and job post looks very wierd.

    Please Check link Below i have pasted screenshots of my problem.

    Please Help me with these

    • This topic was modified 4 years, 4 months ago by emdied.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • @emdied
    you can remove the job location fields by deleteing some lines of code in the following templates:
    jobs page:
    content-job_listing.php and remove line 31-33
    job description:
    content-single-job_listing-meta.php and remove line 37

    then upload the tempplates to the following directory of your server:

    your_child_theme/job_manager/

    Plugin Support bindlegirl (a11n)

    (@bindlegirl)

    As @braehler suggested, you can edit the template files. Check out the template overrides documentation here:

    https://wpjobmanager.com/document/template-overrides/

    Thread Starter emdied

    (@emdied)

    Ok! I got it and i have tried it as well its working Great! Thank You:)

    I have one more question does doing this will effect my job postings, like locations will be still there or not?, if not kindly tell me some CSS code that i can use just to hide these locations on the frontend only for the viewers,

    In-Short i just want to hide locations not complete removals from the post, please help me with this.

    Screenshot Link – https://imgur.com/a/GXrRS2Y

    @emdied
    As far as I know, this has no effect on the post.
    Just give it a try and do a search for the location. If you get some results everything is fine ??

    • This reply was modified 4 years, 3 months ago by braehler.

    If you want to do this with CSS you can use this

    .location {
    display:none;
    }

    but I?m not sure if the class fiits for you/ both oages, because I do not know your classes/ can see them on your site, because there are no listings

    Plugin Support bindlegirl (a11n)

    (@bindlegirl)

    Since there were no replies here for a while, I’m closing the topic as resolved.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How i can Hide Locations in Frontend’ is closed to new replies.