Forum Replies Created
-
AuthorPosts
-
Hi,
1. If you want to hide the admin bar, you can add this line to functions.php of Child theme.
add_filter('show_admin_bar', '__return_false');
2. We will look into this
3. You enter your address field and update again.
4. This function will be updated in the next version (in October).
5. I added these lines to Custom CSS:
.job-action a{
max-width: 32%;
padding: 10px;
}
6. Please send me a screenshot.
Best regards,
tb
Hi,
1- 'Congratulation! Your resume passed our application round.','noo'
2- "Hi,\nWe received your application for the job and found your skills and experience does not match our requirement. Thank you for your interest in our vacancy and good luck in your future career.\nBest regards.",'noo'
3-"Congratulation! \nWe received your application for the job and found your skills and experience matched our requirement. We will contact you for detail of the second selection round soon.\nBest regards.",'noo'
4-'Unfortunately! Your resume didn\'t pass our application round.','noo'
You go to WPML -> String translate -> http://prntscr.com/pm4m6h
- Slug translate: I helped you translate "member" slug.
With the endpoints query var (manage-job, manage-plan ...) : There are a few difficulties, currently we have not integrated them into WPML.
- With other text: We will have 1 release at the beginning of next month.
Best regards,
tb.
Hi,
There seems to be a conflict between the Job Board Manager plugin and Jobmonster theme.
I deactivated this plugin, please reload your site and check again.
Best regards,
tb.
Hi,
- With image portfolio: please choose images with 1: 1 ratio (eg: 300 x 300px)
- Logo, profile image: you should upload the images has max size 100 x 100px.
Best regards,
tb.
This reply has been marked as private.Hi,
I added these lines to custom CSS:
.noo-class-schedule-shortcode .fc-agenda-view .fc-body .fc-time-grid .fc-event.time-short-1 .fc-content .fc-title{
margin-bottom: 0;
}
.fc-time-grid .fc-slats td{
height: 4.5em!important;
}
Please reload your site and check again.
Best regards,
tb.
Hi,
The problem has been solved!.
Please reload your site and check again.
Best regards,
tb.
5 years, 8 months ago in reply to: Social login & reCAPTCHA buttons missing from register/login page #1080474Hi,
You can add these lines to custom CSS:
ul.noo-resume-list li:hover{
background: #37a9d7!important; // you can replace #37a9d7 => your color
}
.jobs article:hover{
background: #37a9d7!important;
}
Best regards,
tb.
Hi,
You can install plugin WP Crontrol to check which cron job (job alert) is active.
Best regards,
tb.
Hi.
2. I update the string translate for French.
3. We currently use WP Cron for this function:
When you create a job alert with mailing time per day. ie from the time you create, after 24 hours if any user accesses your website, cron will automatically be run.
So for Job alert to work properly, your web site needs a certain number of unique visitors.
You can install WP cron plugin to manage cron in wordpress.
Best regards,
tb.
Hi,
You go to Linkedin your app and update redirect url:
Later reload your site and check again.
Best regards,
tb.
Hi,
Because you put too many items in the menu and it has exceeded the width limit, you can reduce the number of items to fix the problem.
Best regards,
tb.
Hi,
It seems that you haven't added the above lines to the noo_form_handler.php file.
I helped you update it. Please reload your site and check again.
Best regards,
tb.
Hi,
You want to change the button text?
Hi,
You go to Product -> Add new -> select Product data that you want.
Best regards,
tb.
Hi,
1. I import the new home pages (5,6,7,8) into your site.
2. Please update the field for Bing Map. http://prntscr.com/plcfnp
3. You can try with the widget "Job Filter widget" instead of Job Advanced Search.
Best regards,
tb.
Hi,
I need an account to post a job.
You can create an account and send me login information.
Best regards,
tb.
5 years, 8 months ago in reply to: Social login & reCAPTCHA buttons missing from register/login page #1080345Hi,
You go to Jobmonster -> Settings -> Member -> enable Captcha for register form.
Best regards,
tb.
Hi,
To Agent has information to display on the front.
You can try the following steps:
- You add new a Agent -> Select the user corresponding to the newly created agent
- You add the info for Agent. http://prntscr.com/pkvl4f
- Assign Agent has just created into a property
Best regards,
tb.
Ok, the problem has been solved!.
Here are the steps I did:
- You go to WPML -> Settings -> Custom XML Configuration and add this XML code:
<wpml-config>
<admin-texts>
<key name="noo_palazzo_options">
<key name="footer"/></key>
</admin-texts>
<custom-fields>
<custom-field action="copy">noo_footer</custom-field>
</custom-fields>
</wpml-config>
- Add this function to the functions.php
add_filter(
'get_post_metadata'
,
'noo_footer_cf_translate'
, 10, 4 );
function
noo_footer_cf_translate(
$return
,
$object_id
,
$meta_key
,
$single
) {
if
(
$meta_key
==
'yolo_footer'
) {
global
$wpdb
;
$value
=
$wpdb
->get_var(
$wpdb
->prepare(
"SELECT meta_value FROM
$wpdb
->postmeta
WHERE meta_key =
'noo_footer'
AND post_id =
'%d'
",
$object_id
) );
$return
= apply_filters(
'wpml_object_id'
,
$value
,
'noo_footer'
, true );
}
return
$return
;
}
- Go to WPML -> String Translate -> find this field "admin_texts_noo_palazzo_options" and translate Footer ID respectively.
Best regards,
tb.
5 years, 8 months ago in reply to: Where can i translate following strings : Search, showing 1 to 1, previous, next #1080334Hi,
We will have 1 release early next month or sooner.
How can we (the client community) help you guys to translate faster any language that we use. because today language are one of the most important feature. I would like more that then anything else as new feature.
Thanks for the feedback.
If you want to help us, below is the latest updated .pot file. You can use the Poedit software and translate with this file.
You can then send us 2 .mo and .po files. We will update it on the Jobmonster theme.
Best regards,
tb.
Hi,
Please send me wp admin info.
I willl help you check.
Best regards,
tb.
Hi,
1. It is possible only these fields have job assigned.
2. I think this is a problem from translate string. You can use the Loco Translate plugin and update the string translate.
3. The email is sent only when the job matches the Job alert you created.
Best regards,
tb.
Hi,
1, Add Custom Field: You can go to Jobica-> Custom Field -> Job tab -> add or disable the field that you want.
2, We do not currently offer source code customization service. Buddypress is a standalone plugin and we don't have much experience with this plugin.
Best regards,
tb.
-
AuthorPosts