Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Dear.
1. Please go to admin menu 'Palazzo -> Dashboard -> Install Plugins' and update Realty Portal plugin to latest version 1.2.7 and check your site again.
2. That form will save to admin menu 'Properties -> Request Viewing '
3. Please kindly send for me your problem URL, i will check to help you.
Best regards,
Please kindly send for me admin account and your site URL via private reply, i will help you to add custom code.
Best regards.
Dear.
1. In current version, the Jobmobster not support you to show less features list, it will display all features list you select on package. We're will add support it in next update version.I have go to edit your package page and add shortcode attributte 'columns=5' to display packages list on your site with 5 columns, please check your site again,
2. I have add Resume packages shortcode in resumes package page on your site with WPBakery page builder.
3, If you want show admin bar, please go to edit your profile and check to profile setting ' Show Toolbar when viewing site '
Best regards.
Dear, I will check error and fix in Noo Jobs Import plugin again.
If you want redirect to Jooble when click to view more button, please add custom PHP code to file functions.php of your theme
add_filter('post_link', function($permalink, $post){ if(is_admin() || 'noo_job' !== get_post_type($post)){ return $permalink; } $_jooble_job_link = get_post_meta($post,'_jooble_job_link',true); if(!empty($_jooble_job_link)){ return $_jooble_job_link; } return $permalink; },10,2);
best regards.
I don't understand what is your problem, your mean the username on your site auto change to it ? Maybe that problem because you use plugins to do it ? Please deactivate some plugin affects to user on your site and check your site again.
best regards.
Dear, the theme use WooCommerce for package, if you want add more payment method when buy package, you can use plugin support for WooCommerce, please read more this article.
Best regards.Dear, to fix your problem, please add custom CSS code on your site
.slider .noo_job { max-width: 99%; }
Best regards.
Dear,the text in file 'themes/noo-jobmonster/layouts/topbar.php'
Best regards.
Dear, Please go to admin menu 'Jobmonster -> Custom Fields' and change field label and Field Plural Label setting( see attachment)
Best regards.
Attachments:
You must be logged in to view attached files.Dear, to fix prev button, please add custom CSS code on your site
.has-left-col ~ .comments-area, .has-left-col ~ .post-navigation { padding-left: 0px; }
Best regards.
Dear @acaciasquare If you want use custom css to fix the grid look neater. Please add custom css on your site
.noo-job-grid .noo-job-item .job-company{ width: 100%; clear: both; margin-top: 15px; display: block; } .noo-job-grid .noo-job-item .job-meta { min-height: 5em; }
Dear @aloyce That problem because custom css on your site (see attachment), please check your custom css again.
Best regards.
Attachments:
You must be logged in to view attached files.Dear, I see you use inline css for job item, please change CSS width to 70%, See attachment
Best regards.
Attachments:
You must be logged in to view attached files.Dear.
1. I have add custom CSS on your site to fix your problem. Please check your site again.2. Please check Rich result test your's job site in https://search.google.com/test/rich-results?id=3rqeL5Nb2-r5C4jAh524vQ
3. I don't understand what is problem in preview job? You can give me more details ?
best regards.
Dear. i understand what you want but that is core function of theme, if disable it will can't post resume in theme and customize almost post resume function in theme. Sorry, i can't help you to do it.
Best regards.
This reply has been marked as private.Dear, I check and i see that problem because missing code (see attachment) in file 'noo-jobmonster/framework/admin/noo_application.php'
<?php selected($meta,$resume->ID)?>
We're will fix it in next update version.
Best regards.
Attachments:
You must be logged in to view attached files.This reply has been marked as private.Dear, Please kindly send for me admin account and your site URL via private reply, i will check details to help you.
best regards.
This reply has been marked as private.Dear, I think the email can't send because email sender you use on your site not work, Please check your site again and sure email sender is working on your site.
And you can use WP rocket plugin for your site.
Best regards.
4 years ago in reply to: Fatal error: Uncaught Error: Class ‘MC4WP_API_Exception’ not found #1209663Dear. the Resume is a custom post type of WordPress and the custom field, education, skills, experience... save as post meta in your database
Best regards.
Dear, Please kindly send for me admin account your site via private reply, i will check details to help you.
Best regards.
Sorry, that is core function of Jobica to post resume and Jobica not support disable it
Best regards.
Dear, Please delete Jobica Core plugin old version on your site then go to admin menu 'Appearance -> Install Plugins' to install Jobica Core plugin again.
Then add custom code in theme's file functions.php to remove email of Candidate on Resume detail.
add_filter('jbc_about_candidate_resume_detail_field_value',function($value, $field_name){ if('email' === $field_name){ return false; } return $value; },10,2);
Best regards.
-
AuthorPosts