jeroenverburgt
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Import Linkedin profilHi Thiantpro,
Thanks for your feedback, I’ll look at Themeforest for another add on, or might have to build it ourselves then ??
Forum: Plugins
In reply to: [WP Job Manager] Import Linkedin profilHi there!
I have the same issue, and also noticed that many other people have this issue. I have asked for support, but I got none unfortunately.
I hope the guys at automaticc can spare a couple of minutes to create a small knowledge doc on this issue to help us all out? (since we paid for the plugin that seems quite reasonable ?? )
Thanks!
Forum: Plugins
In reply to: [WP Job Manager] Resume Manager apply with linkedinGreat! No replies… ??
I must say, for a paid plugin, support is far from outstanding…
Thanks again for your great support!
Hi Graig,
Sorry for my late response, have been away for a couple of days ??
Hereby the link: https://www.brandpit.nl/wp-content/uploads/2016/07/RcrD2sNh_bigger.jpg
Thanks again for your help!
Forum: Plugins
In reply to: [WP Job Manager] archive-job_listing shows my standard archive page?Ok, got it: used the wrong archive, so for anyone with the same issue:
create this template: taxonomy-job_listing_category.php
Forum: Plugins
In reply to: [WP Job Manager] archive-job_listing shows my standard archive page?No one? I have been looking everywhere, but still can’t find out what the issue is….
Hope that someone can still help me out here ?? Thanks
Forum: Plugins
In reply to: [WP Job Manager] Job categories in wp menu?Got the answer myself: adding full theme support solves this issue, which I found by accident when working on the archive pages
Forum: Plugins
In reply to: [WP Job Manager] Query on filled job listingsFound the answer myself already ??
But here for those that struggle with the same issue (with this or other custom posts):
$args = array(
‘post_type’ => ‘job_listing’,
‘meta_key’ => ‘_filled’,
‘meta_value’ => ‘0’,
‘posts_per_page’ => 6
);Forum: Plugins
In reply to: [WP Favorite Posts] Not working with headings & columnsI have got the same issue, somehow a new div is added to the code, in a place where it should not be. I could override maybe with CSS display, but don’t want to do that. Anyone got a solution?
Forum: Plugins
In reply to: [WP Favorite Posts] Favorite in custom post type not workingThanks! It didn’t work, but got me to think: I replaced the post_type Any with the actual post type (a foreign post type) where I need it, and it works like a charm!
Forum: Plugins
In reply to: [Custom Content Type Manager] Adding CCT fields to Foreign Content typeSince there weren’t any active metaboxes related to the post, I created one myself (any specific settings necessary?), and put my custom field in there, but the field still doesn’t show up when editing my foreign post. Probably the theme builder can shed some light on it ?? Thanks anyway!