WP Job Manager - xtheme page layout

Hi,

I have installed the WP Job Manager plugin on my site to start creating some job listings.

However when you click the individual job listing it opens to a new page which is fine but it doesnt take on the layout template of my careers page (Blank - No Container | Header, Footer)

it opens up to the blog post page.

www.fulgent.co.uk/careers

Becasue it appears the plugin controls the “page” creation of the job listing i cant actually change the template as its not technically a page.

Is there any CSS or tricks Xtheme can do to stop it going to the blog page please but use that of the Blank template?

I know its technically a question about a 3rd party plugin but the bit i want to change it xtheme related.

Site uses the Renew stack

Thanks in advance

Hello There,

Thanks for writing in! Please be advised that “Careers” is a page, where in you can make use of a page template, which will display the lists of Job listings. Each of this Job listing is a custom post type which is not a page and which just take the layout of the single blog post. To make it fullwidth and use of Cornerstone in creating the Job listing page, you can make use of this custom css in your theme options, X > Launch > Theme Options > Global CSS (http://prntscr.com/evui3r)

.site .x-container.max.width.offset {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

Please let us know how it goes.

thankyou for your help

You are most welcome. :slight_smile:

Sorry to dig this back up.

Would you be able to provide we with CSS to resize the company logo please?

Its huge! :slight_smile:

Thankyou

Hello @Fulgent,

Thanks for writing in!

Rather than using resizing logo images using CSS, I would suggest you to resize offline using image editing softwares like Photoshop and then reupload. Why I am recommending you is because it will reduce file size thereby will help in improving page load time and more importantly you will have a clean code base.

Thanks.

Let us know if you need further assistance.