Marc2412
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Mobile device menu apperance inconsistencyIm clueless:(
Forum: Plugins
In reply to: [WP Job Manager] Job Application FormForum: Plugins
In reply to: [WP Job Manager] Mobile device menu apperance inconsistencyHey there,
That is quite weird, could you please contact the creator of the theme? The theme must have a CSS somewhere which you can edit.
Marc
Forum: Plugins
In reply to: [WP Job Manager] Spacing out Job Categoriesadd:
.job_filters .search_jobs { display: none; } .job_filters .job_types { display:none; } ul.job_listings li.job_listing a { margin-bottom: 5px; border: 1px solid #999; }
Forum: Plugins
In reply to: [WP Job Manager] Spacing out Job CategoriesIf it was me creating that, I would remove “Keywords, Location and Job categories” alltogether. You have like 6-7 vacancies right there, with every one of them being in singapore so Location is useless. Keywords is useless aswell since there are only a few available to apply for. And since all of them are fulltime apart from one internship, it’s useless to have 5-6 job categories.
I suggest removing Everything above the vacancies to make it look nice, example, see here:
https://i.gyazo.com/ce63d0e72ee2b25d3b41d3d54cc1d9ef.png
I removed them, gave the jobs a border. Looks nice to me tbh
Forum: Plugins
In reply to: [WP Job Manager] Job Application FormSomething like this? here
Go to the bottom and click on apply now and you will see a contact form popup.
Ok so, first step.
1. Create a new Contact form 7 form and name it something like “Apply Button”
2. Go to “vacancies/jobs” and go to “Settings”
3. At the bottom you will see “Contact a job form”. Click on the dropdown and select “Apply Button” form that you just created.There you go. ^^
Let me know if it works
Forum: Plugins
In reply to: [WP Job Manager] Spacing out Job Categoriesyou could try something like adding margin-left: 80px; to
label {
but mind you, it doesn’t look that nice, I just tested it.
Forum: Plugins
In reply to: [WP Job Manager] How to remove/hide the time the job was postedThanks it looks great. Well done, good luck with your website and if you ever need help don’t hesitate to ask here.
Forum: Plugins
In reply to: [WP Job Manager] How to remove/hide the time the job was postedQuestion, what theme are you using? your website looks fantastic. If that’s built with simplify then wow :p
Forum: Plugins
In reply to: [WP Job Manager] How to remove/hide the time the job was postedI always rather work with removing items in Custom CSS seeing as when you change things in the FTP client/php files, whenever you update the theme there might be a chance where it all shows up again.
Forum: Plugins
In reply to: [WP Job Manager] How to remove/hide the time the job was postedli.date-posted { display: none; }
2nd time taking all the credit, go me. ??
Forum: Plugins
In reply to: [WP Job Manager] Application email recipientI’ll try, don’t think it’s going to end well with me seeing as I’m the worst PHP newbie there is. I hope the OP has got this fixed though.
Forum: Plugins
In reply to: [WP Job Manager] How to remove/hide the time the job was postedI just looked at his website and it seems that the applications are “permanent” since they are career opportunities at his own company so there is no need to have the time shown as to when he placed them.
Which in this case means, follow Scotts post!!!
Forum: Plugins
In reply to: [WP Job Manager] Changing font colorYou are welcome ??
*takes all the credit for it*
Forum: Plugins
In reply to: [WP Job Manager] Changing font colorlabel { color: #000000; }
That’s all you gotta add to your Custom CSS.
Hope it helps,
1st in Hijacking a Scott Basgaard thread yay!