jmira
Forum Replies Created
-
Forum: Plugins
In reply to: [Job Board Manager] single job pageOk. Thanks for your time and help.
Forum: Plugins
In reply to: [Job Board Manager] single job pageHi,
I only find the job-single.php (not the single-job.php – there is a folder with this name? where is?) and I can not figure out which information I have to remove here:
<?php
/*
* @author PickPlugins
* Copyright: 2015 PickPlugins.com
*/if ( ! defined(‘ABSPATH’)) exit; // if direct access
$job_id = get_the_ID();
do_action(‘job_bm_action_before_single_job’);
?>
<div itemscope itemtype=”http://schema.org/JobPosting” id=”job-<?php $job_id; ?>” <?php post_class(‘job-single entry-content’); ?>><?php do_action(‘job_bm_action_single_job_main’); ?>
<div class=”clear”></div>
</div>
<?phpdo_action(‘job_bm_action_after_single_job’);
thanks
Forum: Plugins
In reply to: [Job Board Manager] single job pageI’m sorry but maybe I didn’t make me understand. My problem is the blog header have a title that’s nothing have to do with “job post”. And since the “single job” page uses the same template of the “blog page”, the title appears in the header doesn’t make sense with the single job post.
thanks,
JM
Forum: Plugins
In reply to: [Job Board Manager] single job pageThanks for the answer. My problem is that I am using the blog page for another subject and the title in the header has nothing to do with “single job”. I have to use another page to display a different title in the header.
http://parfamilias.refugiados.pt/job/vendedora-o/
Thanks.
JM
Forum: Plugins
In reply to: [Job Board Manager] job expiry datethanks
Forum: Plugins
In reply to: [Job Board Manager] Remove fieldsIt’s possible to add “expiry date” to the user upload form (front end)?
I tried to do it in a similar way but it didn’t workthanks,
regards
JM
Forum: Plugins
In reply to: [Job Board Manager] Remove fieldsThanks for your help. it worked like this (i also removed salary tab):
function job_bm_filter_job_input_fields_extra($input_fields){
unset($input_fields[‘meta_fields’][‘salary_info’]);
unset($input_fields[‘meta_fields’][‘company_info’] [‘meta_fields’][‘job_bm_company_logo’]);
unset($input_fields[‘meta_fields’][‘company_info’] [‘meta_fields’][‘job_bm_job_link’]);
return $input_fields;}
add_filter(‘job_bm_filter_job_input_fields’,’job_bm_filter_job_input_fields_extra’);regards,
JM
Forum: Plugins
In reply to: [Contact Form 7] success message not showing when form have “attach file”No, i’m testing on Chrome.
thanks
thank you for your answer. I already tried the three options and it does not solve, it stays forever spinning and nothing happens.
@suvronur what other plug in did you use?
Thank you
Same issue. After clicking Save button it’s spinning indefinitely.
Anyone can help?
Thanks
- This reply was modified 7 years, 11 months ago by jmira.
Forum: Plugins
In reply to: [Contact Form 7] contact form 7 recaptchaI solved the problem. The template had a fade for the “page transition”, as soon as I removed the problem was solved.
Thank you
Forum: Plugins
In reply to: [Contact Form 7] contact form 7 recaptchahttp://www.chstudyabroad.com/subscreva/ password 12345
Thank you