Forum Replies Created
-
AuthorPosts
-
Hi,
Can you send me link your site?
I will help you check.
Best regards,
tb.
Hi, @xx.
Please create new a topic and include the site info (link and admin account).
I will help you check.
Best regards,
tb.
Hi,
You should install the Child Theme.
All customizations you should make on the Child Theme.
After completing the installation, you can place the CSS code to style.css file of Child Theme
Best regards,
tb.
Hi,
If you do not want the class to show during holidays, you should leave this column blank.
You enter the class into this column -> these class will be displayed on holidays.
Best regards,
tb.
Hi,
Please send me link your site.
I will help you check.
Best regards,
tb.
Hi,
You can setting the time format in here: http://prntscr.com/qf2aod
And also, its it possible to not showing the whole schedule beewteen 1 am to 11 pm?
Can you describe this issue more clearly?
Best regards,
tb.
Hi,
I have a few updates, please reload your site and check again.
Best regards,
tb.
Hi,
You should set "Post Per Page" -> -1 instead of 24.
When you set -1, it will get all post from query result
Best regards,
tb.
Hi,
These are all default text, you can use Loco Translate plugin and update to your text.
Best regards,
tb.
Hi,
With the original orientation, the package revolved around Post a Job and Post a Resume functions (eg: Number of posts, expiration time, adding custom fields ...). We do not intend to restrict users to access the Job page or resume page or contact based on the package.
Currently there is only a simple view resume, view job by user role (public, candidate, employer)
If you want to customize the package for Candidate users, you can start with the Resume Package.
- noo_resume_package.php (/noo-jobmonster/framework/admin/)
- resume_package.php (/noo-jobmonster/layouts/resume/)
Best regards,
tb.
Hi,
Make sure you have installed the Woocommerce plugin and setup it (cart page, Checkout page ...)
- There is currently no option for you to add custom text to the package. But you can add custom fields to the package you want.
Best regards,
tb
Hi,
- You go to Jobmonster -> Settings -> 3rd API tab -> remove "Google reCaptcha Key".
- You go to Jobmonster -> Settings -> Location tab-> remove "Google API Key" and "Bing API Key".
Set "Map Type" is Bing Map: http://prntscr.com/qf04xl
- You add this function to functions.php file of Child Theme:
function noo_remove_location_script(){
wp_deregister_script('bing-map-api');
wp_deregister_script('bing-map');
wp_deregister_script('google-re-captcha');
}
add_action('wp_enqueue_scripts', 'noo_remove_location_script',99);
Best regards,
tb.
This reply has been marked as private.Hi,
With Job and CV, this function is quite complicated to write it.
For example with Job:
- You will need to write a function with the parameter passed as Job ID.
- You use this function to get all field names on a Job: jm_get_job_custom_fields()
- You need to retrieve all values from the field name and Job ID
- Check the blank fields to calculate percent complete.
- You can refer the function: jm_the_job_meta($args = '', $job = null) (/noo_jobmonster/framework/job/job-template.php). This function takes the values of the fields in the job and display to the frontend.
Note: To get the Job ID you need to call this function in the job loop. Those are the files in 2 folders:
/noo-jobmonster/layouts/job/
/noo-jobmonster/layouts/single/
Hi,
If you have been approved by the author, you can wait for Envato to process and refund you.
Best regards,
tb.
Hi,
You need to set "Default Date" so that the first load on the calendar appears at least one class instead of leaving the calendar empty.
I have added the calendar to the Calendar page. Please reload your site and check again.
Best regards,
tb.
This reply has been marked as private.This reply has been marked as private.Hi,
Can you send me admin wp to be able to check this problem?
Best regards,
tb.
Hi,
Please send me wp admin account info (Set as private reply).
I will help you check.
Best regards,
tb.
Hi,
If you want to hide Page title and top steps:
- Hide Page title: You go to Page -> Page settings -> checkbox "Hide Page Title"
- Hide top steps: You can add these lines to custom CSS or style.css of Child Theme:
.jform-steps {
display: none;
}
Best regards,
tb.
Hi,
I checked your site. I think that enable google ad on your site has affected the performance of your site. I think you will need to find a way to optimize them.
I used the Gtmetrix and use function disable ad on your site to check performance.
It is unnecessary for you to use multiple cache plugins on one site (Basically cache plugins use fairly similar methods).
Best regards,
tb.
Hi,
Sorry, this function is not currently supported on Job and resume post form.
Best regards,
tb.
5 years, 6 months ago in reply to: How to set the permission for candidates & Employers for accessing contact detal #1082414Hi, Victor.
Please re-send the attachment to clarify.
Best regards,
tb.
Hi,
You can add these lines to Custom CSS or style.css of Child Theme:
1, Bold text:
.single h1,.single h2,.single h3,.single h4,.single h5,.single h6{
color: #5ea6b2;
}
2. Standard link:
.single .noo-main a{
color: #0000EE;
}
We don't have the function check the visited link , so I have no way of adding color to it.
Best regards,
tb.
-
AuthorPosts