ignivamanish / wordpress-job-manager

Automatically exported from code.google.com/p/wordpress-job-manager
0 stars 0 forks source link

Application Form doesn't display on "Job Application: Job Title" page #465

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. View available jobs
2. Open Job
3. Click "Apply now"

What is the expected output? What do you see instead?
- Expect to see Application form fields. 
- Instead see the header, title, footer... But no 'body' content. 

- When viewing a page such as www.Domain.com/jobs/apply/197/
-- The *div class="entry"* field is entirely empty in source.

- If I back it up to www.Domain.comjobs/apply/
-- The fields display as normal and I see the full application page.

- I did not modify the application settings.

What version of Job Manager are you using?
- Version 0.7.20

What version of WordPress are you using?
- WordPress 3.4.1.

Please provide any additional information below.
- I'm using this AMAZING plugin on a few other sites without issue. 
- Some of which are on the same theme as this current site is. 
- I've disabled all other plugins, no luck.
- I've archived all jobs, created a new test job, no luck.
- I've tried with/without requiring login, no luck.
- I've tried with/without displaying login fields, no luck.
- I have nothing "Before/After job application form".

Original issue reported on code.google.com by aps11...@gmail.com on 19 Jul 2012 at 9:16

GoogleCodeExporter commented 8 years ago
Further testing shows that with Permalinks set to default 
(www.Domain.com/?page_id=50&j=197 vs www.Domain.com/jobs/apply/197) the 
application displays properly.

Original comment by aps11...@gmail.com on 20 Jul 2012 at 2:33