vegandev
Forum Replies Created
-
I’ve tested a resume submission with your https://demo.wpjobmanager.com/submit-resume/
and I’m finding that this problem occurs there are as well. For example, look at this resume where I used Singapore as my location:
https://demo.wpjobmanager.com/resume/benji-lujlyfnzcx-web-developer-singapore/- This reply was modified 8 years, 9 months ago by vegandev.
Sorry for the late reply, I’m using Jobify
Forum: Plugins
In reply to: [WP Job Manager] WP Job Manager not showing upDo other shortcodes work, like [resumes] ?
Forum: Plugins
In reply to: [WP Job Manager] WP Job Manager not showing upHi I’m just another user. So is it the entire jobs board is not showing up where it should where you have [jobs] shortcode or is it showing the job list but no jobs are listed? If you can be more descriptive it might help them troubleshoot.
Forum: Plugins
In reply to: [WPJM Schema] Fatal error after WPJM 1.27.0 updateAwesome, yep I updated the plugin, removed my temporary fix and good to go.
Forum: Plugins
In reply to: [WPJM Schema] Fatal error after WPJM 1.27.0 updateI was able to fix this temporarily by editing:
/wp-content/plugins/wp-job-manager/wp-job-manager-template.php
and wrapping the function wpjm_get_the_job_types()
inside
if( ! function_exists( ‘wpjm_get_the_job_types’ ) ) { }
since your plugin is declaring this earlier.Since you need this function for your plugin but it’s not yet loaded by WPJM, what can you do except have WPJP patch their code with what I’ve added so that plugins like yours can use it?
Forum: Plugins
In reply to: [WPJM Schema] Fatal error after WPJM 1.27.0 updateAlso, I forgot to indicate I’m using latest WordPress 4.8
- This reply was modified 8 years, 11 months ago by vegandev.
Forum: Plugins
In reply to: [Fast Velocity Minify] processing JS Works with Jobify theme now!Done! I feel like a jerk for not thanking you in my post earlier, thanks for all your hard work. Best…
Forum: Plugins
In reply to: [WP Job Manager - Company Profiles] Edit company profileI need this feature too, it’s really odd that a company can not edit their info without modifying a job. It poses a real user experience challenge in explaining this employers.
Forum: Plugins
In reply to: [HTML5 Responsive FAQ] Categorys don`t workNote that also the HTML5 FAQ developers website has been expired a couple months now.
Forum: Plugins
In reply to: [HTML5 Responsive FAQ] Categorys don`t workI ended up moving away from this plug-in due to some bugs and it no longer being supported by the developer. I ended up going with:
Arconix FAQ: https://ww.wp.xz.cn/plugins/arconix-faq/
which is very similar.Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Post images not displayed in emailThis would be great, I have clients who wish to move away from Feedburner which does show all the images of a post, and it’s just not the same without all the beautiful recipe photos.
Forum: Plugins
In reply to: [HTML5 Responsive FAQ] Categorys don`t workLooks like you need to use the slug for the category, not the actual category name: ‘FAQ`s Technik’. Find the slug listed on the categories list, it’s probably ‘faqs-technik’.