Forum Replies Created
-
AuthorPosts
-
Hi,
1, You can customize the register-form.php file (wp-content/themes/noo-jobmonster/layouts/forms/)
2, Currently Jobmonster has no auto-refresh function.
3, You can use plugin:
https://wordpress.org/plugins/google-analytics-for-wordpress/
Refer: https://blog.hubspot.com/website/wordpress-traffic
Best regards,
tb.
Hi,
The problem has been fixed on your site.
Please reload your site and check again.
We update it in the next version.
Best regards,
tb.
This reply has been marked as private.Hi,
You click Edit page -> use shortcode "Accordion"
Sorry, I currently have no solution to this problem.
Can you give me your WPML support account ?
I will create a topic hoping they can assist.
Best regards,
tb.
Sorry, We do not currently offer custom services.
Currently location search on Jobmonster is based on values entered from user or administrator. When searching by location, users will select available locations instead of typing (because Location requires entering the exact location to be able to find results). Searching with Google Place will not work properly with Jobmonster.
Best regards,
tb.
Hi,
I will close this topic, if there is a problem with the Jobmonster theme, please create a new topic.
Thanks.
Hi,
I checked the resume delete function and it still normal works.
You can create new account and check again.
Best regards,
tb.
Hi,
The above will only be a temporary solution, because when you update the new version, the above customizations will be lost and the problem will return.
If you update the next version, you can add this line to functions.php file of Child Theme to solve the above problem:
apply_filter( 'noo_mail_header', array('From: JobsGO <[email protected]>') );
Best regards,
tb.
Hi,
Currently, you can use option One Imge instead of Image Slider.
We will update this issue in the next version.
Best regards,
tb.
Hi,
Please send me link your site and wp admin account.
I will help you check.
Best regards,
tb.
Hi,
You can add these lines to functions.php of Child Theme:
function fep_custom_name(){
$a = fep_get_participants( fep_get_the_id() );
$b = get_current_user_id();
$get = $b;
foreach ($a as $v) {
if($v != $b) $get = $v;
}
echo fep_user_name( $get );
}
add_action( 'fep_message_table_column_content_author', 'fep_custom_name');
Hope it helps!.
Best regards,
tb.
Hi,
- Full Address: You go to Jobmonster -> Custom Field -> Employer tab -> http://prntscr.com/q22udy
- Job Expired, Search: We will update in the next version.
Best regards,
tb.
Hi,
It seems your file exceeds the allowed size, please check again.
This reply has been marked as private.Yes, it won't affect my site.
I activated the Child Theme on your site.
You can use it to customize the file that you want.
Best regards,
tb.
Hi,
You click to Edit page -> Remove the shortcode "Single Property Banner"and replace with another shortcode like Image Slider, RevoSlider...
Best regards,
tb.
Hi,
Please send me wp admin account (Set as private reply).
I will help you check .
Best regards,
tb.
Hi,
I checked your site:
- Logo in mobile still normal works. You can send me a screenshot to clarify.
- You can use this option to change the job search position.
Best regards,
tb.
Hi,
You download the attachment and install it as normal theme.
Later you active it -> add the above lines to the functions.php of Child Theme
Best regards,
tb.
Hi,
Currently 1 user will only be assigned to 1 agent.
Profile information is taken by userid instead of agent id => Agent will only support 1 language when displayed on the property.
Hi,
Did you add the Google Map API Key?
If you have added it, but the map still does not work.
Please send me wp admin account. I will help you check.
Best regards,
tb.
Hi,
You add these lines to the functions.php file of Child Theme:
remove_action('noo_edit_candidate_after', 'noo_delete_account_output');
remove_action('noo_edit_company_after', 'noo_delete_account_output');
Best regards,
tb.
Hi,
I install the Loco Translate plugin and translate some the above text.
You can use it to translate the text that you want.
Best regards,
tb.
-
AuthorPosts