Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi, can you help?
    As per janandrews102675 post, I too have got the Salary Field displaying when creating a new job (from the dashboard) and can enter info. But it won’t display on the site’s Job Listing page or on the individual job page (where you see the description).

    I have also followed your reply post about adding another hook, but this does not work either.

    I’m putting everything, including the extra code in the themes function.php

    Thanks

    Thread Starter JasonSSG

    (@jasonssg)

    SOLVED.

    After copying,pasting the page.php changing to single-job_listing.php within the Child’s Theme which removed the widget area.

    I solved the full width problem by going into the CSS of my Child’s Theme (style.css) and changed the class .col-620 to be 100% instead of 65%.

    Job page is now showing the full width of the page and is not affecting any other page.

    Result!

    Thread Starter JasonSSG

    (@jasonssg)

    I have seen a previous posted with a reply;

    “I’d probably say you’re best option would be to create a new page template. If you duplicate (inside your theme) page.php and name it single-job_listing.php you can then remove the sidebar calls and the other part from the html.

    Alternatively you may be able to do it with CSS if the body has a unique class – easier but messier”.

    I have tried this and it does remove the widget area, but the job details does not go the full width of the page.

    I have the columns set on the job listings page to one column but no joy on the job page full width.

Viewing 3 replies - 1 through 3 (of 3 total)