Job page not showing up
-
I’m using permalinks with “post name” selected (https://manaraacademy.org/sample-post/).
All job links don’t work https://manaraacademy.org/jobs/, it gets you a 404. Is there permalink support? I thought it worked before wordpress update to 4.3.1
Also Odd/Even was never fixed as mentioned in an earlier support ticket (not as important)
-
Hi byacoub,
Can you post the shortcodes you’re using? You have to remove job_id for the odd even to work.
For some reason the /jobs page isn’t being added to the links though. Your plugin is updated to the latest version right?
<div><h2>Why Work at Manara Academy?</h2></div>
<div class=”why-work-wrapper”>
<div class=”why-work-item”><img src=”https://manaraacademy.org/wp-content/uploads/2015/04/heart_icon.png”>
Family Environment</div>
<div class=”why-work-item”><img src=”https://manaraacademy.org/wp-content/uploads/2015/04/dollar_icon.png”>
Comparable Payscale</div>
<div class=”why-work-item”><img src=”https://manaraacademy.org/wp-content/uploads/2015/04/award_icon.png”>
Positive & Rewarding Environment</div>
<div class=”why-work-item”><img src=”https://manaraacademy.org/wp-content/uploads/2015/04/pd_icon.png”>
Weekly Professional Development</div>
<div class=”why-work-item”><img src=”https://manaraacademy.org/wp-content/uploads/2015/04/chem_icon.png”>
Curricular Flexibility</div>
<div class=”why-work-item”><img src=”https://manaraacademy.org/wp-content/uploads/2015/04/child_icon.png”>
Notable Student Growth</div>
</div>
<table class=”job-table”>
[job_loop]
<tr class=”job-listing job[job_row_number] job[job_id] [job_odd_even] [if_job_highlighted] highlighted[/if_job_highlighted]”>
<td width=”80%”>[job_icon] [job_link][job_title][/job_link]</td>
[if_job_categories]
<td>[job_category_links]</td>
[/if_job_categories]
</tr>
[/job_loop]
</table>
[if_job_page_count]
<div class=”job-nav”>
<div class=”previous”>[job_page_previous_link]Page [job_page_previous_number][/job_page_previous_link]</div>
<div class=”this”>Jobs [job_page_minimum]-[job_page_maximum] of [job_total]</div>
<div class=”next”>[job_page_next_link]Page [job_page_next_number][/job_page_next_link]</div>
</div>
[/if_job_page_count]Individual Job Template:
<table class=”job-table[if_job_highlighted] highlighted[/if_job_highlighted]”>
<tr>
<th scope=”row”>Title</th>
<td>[job_icon] [job_title]</td>
</tr>
[if_job_categories]
<tr>
<th scope=”row”>Categories</th>
<td>[job_category_links]</td>
</tr>
[/if_job_categories]
[job_field_loop]
[if_job_field]
<tr>
<th scope=”row”>[job_field_label]</th>
<td>[job_field]</td>
</tr>
[/if_job_field]
[/job_field_loop]
<tr>
<td></td>
<td class=”jobs-applynow”>[job_apply_link]Apply Now[/job_apply_link]</td>
</tr>
</table>Version 0.7.25
Hi byacoub,
Hmm I don’t know why it’s doing that, I tried your code on my site and the links worked fine.
Maybe try changing the permalinks to default, saving it, then changing it back to post-name?
I did try that & a few other troubleshooting steps. Any other suggestions?
When I take off permalinks it works fine. When I turn it on, it fails.
I realized that if I add a new job, then it will work. I won’t support my existing job posts. Any way we can a copy a job post to duplicate a job post in the future?
Alright, I figured something out. I changed the job title and then it worked. I then changed the job title back and it seems to work again.
?? Cheers to anyone else who runs into this.
I still need help with the odd/even. Did you say it is working for you?
Hi byacoub,
Oh wow that’s strange but I’m glad you figured it out, it will be nice to know if it happens to me.
I’m sorry I can’t really help with the odd/even issue. It doesn’t work for me but I don’t need it, I just select the every other alternating html elements using css.
Your issue was most likely mod_rewrite that is a permalinks issue that can be caused by your host, permalink not updating correctly or a plugin conflict.
It sound like updating your-permalinks corrected the issue, the reason why you may not have observed the correction immediately may have been a caching issue from your browser. As soon as that cleared it seemed to just star working.
Ritgo, Thanks for the reply. I would like to know more about the work around using alternating html elements. I’m not quite sure how to accomplish this.
Thomas, I disabled the supercache plugin and cleared everything as well as my browser cache. I also tried another computer. I’m not sure it had to do with that plugin. I am thinking it had to do when I updated wordpress; the jobs page got deleted somehow and I followed your steps from another case, where you mentioned that you need to delete a plugin option field in the database to reinstall the page when reinstalling the plugin. I’m not sure if that caused the issue as the previous job posts may be linked to the old deleted page.
Seems like your still having issues with the DB, I noticed that if you Apply to any one of those posted jobs your now getting a 404 error.
Did you follow the steps for cleaning your DB when migrating and or updating ?
It still looks like DB issue ….your jobs should be showing apply-2. What appears to be happening now is the Apply-2 on Apply is looking for that Job Number and can’t locate it.
If you had those jobs posted to JM beofre you made changes. You might want to copy the Job specific data to txt or word file…delete those 2 jobs and then Create 2 New jobs with the data you saved. This way your Job ID should match in the DB to your Application.
Let us know how it works out? That’s a nice looking site too!
Thanks for the compliment. We strive for excellence.
Thank you for pointing out that the “Apply Now” link does not work. I tried a new post and that did not work. I realize that if I modify the url to say ‘apply’ instead of ‘apply-2’, it works. Is there a way to purge all permalinks? Any other suggestions?WordPress auto-updates for me. I’m not sure why that page got deleted in the first place. I did not move from database to database, unless it was done from my hosting provider.
Let me know if you have any ideas? I will continue to hack around the issue.
Alright I uninstalled again and deleted the jobs page and again deleted the jobman options. I think it decided to work. Just need to adjust settings.
It deleted the substitute page during the process ?? Forgot to uncheck the checkboxes under uninstall options. Uninstall options seems to only delete active posts not archived ones, which was a blessing for me.
I am still no good on odd/even. It seems to work on the application page though.
If anyone is crazy enough to follow this thread all the way through, here is the solution to the odd/even piece:
.job-table tr:nth-child(even) {background: lightgoldenrodyellow;}Over & Out; I’m back in business!
Thanks for all the help you guys, this has been a great little expedition.
- The topic ‘Job page not showing up’ is closed to new replies.