Forum Replies Created
-
AuthorPosts
-
5 years, 6 months ago in reply to: How to upload Template pages of jobmonster complete, not empty #1082412
Hi,
I have checked your website, it seems all the demo pages still exist in the Page List .
Hi,
You mean this page: http://prntscr.com/qehgln
You cannot use Elementor to customize this page. This is a form page template created with only one function -> post a job on your site.
If you want to add or remove or disable fields, you can go to Jobmonster -> Custom Field -> Job tab
It is similar to the "Resume Post" template page.
Best regards,
tb.
Hi,
Please send me wp admin account (Set as private reply).
I will help you check.
- Property list gap: I did not find the problem you described above.
You can attach some image to clarify.
Best regards,
tb.
5 years, 6 months ago in reply to: Back-end (template of various of – 9 Home Demo – job Monster) #1082391Hi,
Currently the WPBackery Page Builder plugin does not support exporting page template.
- To do this you first install this plugin: https://wordpress.org/plugins/vc-templates-import-export/
- unzip the attachment and use the above plugin to import 9 template.
- After completing the import, you create a new page and import the page that you want.
Best regards,
tb.
Hi,
You can send me a screenshot to clarify.
Hi,
Is it also possible to connect the CV/Job placement as part of the 100% ?
Can you describe more about this?
Hi,
You need to make sure that the user who created the properties has been assigned to the corresponding agent.
Best regards,
tb.
Hi,
I need to be able to control the times that are displayed in the timetable. For example If I want the timetable to displayed from 8.am to 5pm instead of 9am to 5pm
Yes, you can do it. http://prntscr.com/qdd0ou
Am I also alble to hide certain times int he day when I have no classes. Lets say from 12 to 3pm
This is possible, but there is currently a problem on NooTimetable:
When you hide the middle spaces, it will affect the visibility of the open layers after that time. We do not have a solution for this problem yet.
Sorry for this inconvenience.
- You can limit the number of weeks for the class or customize specific time.
Best regards,
tb.
Hi,
You can use plugin Loco Translate and translate for Landmark theme and plugin (you find to this text: All %s).
- Property list gap: you can send me link about this problem. I will help you check.
Best regards,
tb.
This reply has been marked as private.Hi,
For the first part above, searching across only 1 state, what is the state slug used for and/or where is it used?
I don't understand what you mean. You can create Location here: http://prntscr.com/qdcfn8
It is mainly used for Job search and CV search.
- If you use the field "job_location", you should create location via Job Location as above instead of use Field Value box.
When you choose "Single Location" then user only select 1 location in the location list you created.
Best regards,
tb.
5 years, 6 months ago in reply to: How to upload Template pages of jobmonster complete, not empty #1082371Hi,
I can help you add these pages manually, but I need your webmaster account. (Of course it will not affect the current look of the site).
Best regards,
tb.
Hi,
- Previous customizations you should use child theme instead of customizing directly on the parent theme. Because when you update the new version these customizations will disappear.
- 100% complete request applies only to profile page and does not apply to other page.
If you want to force users to enter 100% of their information into your CV or Job, you can use the "is Mandatory" field in Custom Field Setting.
Best regards,
tb.
This reply has been marked as private.Hi,
I have some updates for the remove button function in the functions.php file of Child Theme.
I added the logo on your site and it still normal work.
Please reload your site and check again.
Note: If you use Elementor plugin, you should remove the WPBackery Page Builder plugin and vice versa.
Best regards,
tb.
Sorry, the time currently will be displayed based on the timezone and there is no option to disable it.
Best regards,
tb.
5 years, 6 months ago in reply to: Back-end (template of various of – 9 Home Demo – job Monster) #1082351Hi,
You can refer this document (part "Jobmonster Shortcode")
Hi,
Please send me link your site and wp admin account (Set as private reply). I will help you check.
Best regards,
tb.
Hi,
You can create a new page and use the shortcode [noo_member_account]. You can create a new page and use the shortcode [noo_member_account]. After finishing editing, go to Jobmonster -> Settings -> Member tab -> Member Manage Page -> select the page you have just created.
Note: After you save the settings you will not be able to customize this page. If you want to customize, you will have to uncheck the "Member Manage Page" option
Best regards,
tb.
Hi,
The problem has been fixed. Please reload your site and check again.
Best regards,
tb.
Hi,
I have updated a few changes on the slide on your site. Please reload your site and check again.
You go to RevSlider and customize for each slide.
Hi,
I checked, it seems that this problem exists on Jobica, please send me wp admin account info. I will help you fix it.
Best regards,
tb.
Hi,
First of all you need to make a backup of your website before updating the topic.
Updating the topic to the latest version (updating the source code) will not change the data in the database, but if you have any code changes in the parent theme they will be lost. You should back up the files you changed if any.
Best regards,
tb.
Hi,
Currently, the Yogi theme has no options for this function.
You can refer some plugins here:
https://wordpress.org/plugins/popup-maker/
https://wordpress.org/plugins/popup-builder/
Best regards,
tb.
Hi,
This is possible, but you will need to specify the functionality you want to restrict users to when the profile is incomplete.
eg: only users who complete 100% of resumes can post jobs and post resumes
You will need to customize 2 files: page-post-job.php and page-post-resume.php
You can use this code:
$profile_percent_employer = noo_get_profile_percent_company();
if($profile_percent_employer < 100){
noo_message_add( esc_html__( 'You need complete your profile pre post job','noo' ), 'error' );
jm_force_redirect( Noo_Member::get_endpoint_url( 'company-profile' ) );
}else{
jm_force_redirect(esc_url_raw(add_query_arg( 'action', $next_step)));
}
-
AuthorPosts