lauraupcott
Forum Replies Created
-
Forum: Plugins
In reply to: [Job Manager] Layout OptionsI’d be interested to know how Bluetree did that too. I’m using tables for the site I’m building so it’s a lot easier. Just a combination of setting up the PHP loop in the Job Manager Display Settings and then setting up the CSS.
Wish I could help ??
Forum: Plugins
In reply to: [Job Manager] Layout OptionsHere’s a link to a post by Gary Pendergast where he describes how to customize the job list:
https://pento.net/tag/job-manager/Forum: Plugins
In reply to: [Job Manager] Category and job links displaying home page templateHave you changed the settings on the “Jobs Listing” page that Job Manager creates automatically when you install the plugin? Mine is set up with Parent > No Parent and Template > Default and the jobs are opening up with single page view.
Is the Home page template the default template for your website? If so then try making the single page view the default template.
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] FR: give post types labels and namesThanks for clarifying. I found the “jobman_page_taxonomy_setup” section of the “job-manager/functions.php” file. So now it’s just a matter of cut and paste.
I think there’s a good chance that Gary Pendergast will notice your post and add your custom post types to the next install. But we can always update the file again after the next upgrade if necessary.
— Laura
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] FR: give post types labels and namesjudgej thanks for sharing your code!
I want to add your post types to my site. If I understand correctly, I just have to paste your code at the end of my functions.php file.
Is that right?
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] job field label- Go to the Job Manager menu.
- Click Settings.
- Select the JOb Form Settings tab.
- In the Field/Label Type column, look for Job Information and change the text to Job Info.
- Click Update Jobs Form.
Forum: Fixing WordPress
In reply to: Why is my site crashing Firefox?Rev. Voodo, thanks so much for solving the problem! I just want to confirm that the issue had nothing to do with the back up plugin MyEasyBackup. It is a problem with the theme and I will contact the theme developer to let him know.
Forum: Fixing WordPress
In reply to: Why is my site crashing Firefox?Rev. Voodo, Thank you for looking at the source code and noticing the million ////’s. You’re right. I have to figure out the cause of that. I will contact the theme developer to see if he has any idea what caused this.
This is really helpful. Thanks!
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] Missing Apply Page – 404 errorYou’re right. I need to put some social media connect buttons on our site. I will definitely do that.
I am very impressed with your Finest of Rwanda site. Hope you get that 404 message worked out.
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] Missing Apply Page – 404 errorMy site is still under construction but here’s the link for what it’s worth – https://www.stafflink.ca/new
Here’s the code from my WP-admin dashboard > Job Manager > Display Settings > Individual Job Template text box:
<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> <strong><td class="jobs-applynow"><a href="https://www.stafflink.ca/new/jobs-3/apply">Apply Now</a>[/job_apply_link]</td> </strong> </tr> </table>
I only changed one line. Here’s the last section of the code before I changed it:
<tr> <td></td> <td class="jobs-applynow">[job_apply_link]Apply Now[/job_apply_link]</td> </tr>
Here’s the last section of the code after I changed it:
<tr> <td></td> <td class="jobs-applynow"><a href="https://www.stafflink.ca/new/jobs-3/apply">Apply Now</a>[/job_apply_link]</td> </tr>
I just removed the <job_apply_link> from the original code and replaced it with the actual link to the apply page. I don’t know why the “job_apply_link” is broken.
Now the “Apply Page” opens. I still have to fix the set up of the Apply page, but at least it’s not a 404 page anymore.
Hope this helps!
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] Missing Apply Page – 404 errorHi @victordiema No, i didn’t find a solution. I decided to use a workaround. I deleted the Job Manager Apply page link. Then I created a new “Apply” page with a contact form and inserted an A link to the new Apply page.
It’s not perfect but at least you job seekers will have a way to apply to your jobs.
Forum: Fixing WordPress
In reply to: Twenty Ten header image and Admin panel images not showingThe missing images issue was resolved by Chad B. at Hostgator tech support. He figured out that the images were being blocked by hotlink protection and he fixed it! The technical support at Hostgator is excellent. I really appreciate the input from datasoftict and govpatel too. The www.remarpro.com community is awesome.
Forum: Fixing WordPress
In reply to: Twenty Ten header image and Admin panel images not showingI just tried uninstalling the Twenty Ten theme. Then I installed a different theme. Then I deleted the Twenty Ten theme. Then I reinstalled Twenty Ten. The images are still broken.
Next I will try contacting Hostgator to see if they might have some insight.
Thanks again for all of your troubleshooting ideas.
Forum: Fixing WordPress
In reply to: Twenty Ten header image and Admin panel images not showingI just uninstalled the Fantastico version of WP. Then I manually reinstalled WordPress to the same subdomain. I’m sorry to say that the images are still broken. So I guess Fantastico wasn’t the problem after all.
Next I will try datasoftict’s idea of uninstalling and re-installing the theme to see if this ‘jogs’ the system in to displaying the images.
Forum: Fixing WordPress
In reply to: Twenty Ten header image and Admin panel images not showinggovpatel, the URLs in my Settings General are both https://lauraupcott.com.
I used Fantastico for my install. I’m going uninstall and then try a manual install to see if that fixes the problem.