Forum Replies Created
-
AuthorPosts
-
Hi,
1, You go to Customizer -> Job & Company -> Single Company -> turn off "Show Contact Company form"
2, You go to Jobmonster -> Settings -> Job Application -> http://prntscr.com/qm3e76
Best regards,
tb.
Hi,
If you only use 1 language on the site. You go to Jobmonster -> Custom Fields -> Add the text
Hi,
CSS seems to have been overridden by the bootstrap institute from the Minidange login openid plugin.
You can add these lines to Custom CSS or style.css of Child Theme
.job-advanced-search.horizontal.column-4 .btn-group {
display: block;
}
Hi,
You can add it to the functions.php file of Child Theme:
function jm_manage_plan_features_view_resume( $package ) {
if( Noo_Member::is_employer() && jm_is_enabled_job_package_view_resume() ) :
$resume_view_limit = isset( $package['resume_view_limit'] ) && !empty( $package['resume_view_limit'] ) ? intval( $package['resume_view_limit']) : 0;
$resume_view_remain = jm_get_resume_view_remain();
$resume_view_until = jm_get_resume_view_expire();
if( $resume_view_until == -1 ) {
$resume_view_until = __('Forever', 'noo');
} elseif( is_numeric( $resume_view_until ) ) {
$resume_view_until = $resume_view_until > time() ? date_i18n( get_option('date_format') . ' ' . get_option('time_format'), $resume_view_until ) : '' . __('Expired', 'noo') . '';
}
if( isset( $package['can_view_resume'] ) && $package['can_view_resume'] == '1' ) : ?>
<?php if( $resume_view_limit ) : ?>
<?php _e('Resume Views Limit','noo')?><?php if( $resume_view_limit == -1) : ?>
<?php _e('Unlimited','noo');?><?php elseif( $resume_view_limit > 0 ) : ?>
<?php echo sprintf( _n( '%d resume', '%d resumes', $resume_view_limit, 'noo' ), $resume_view_limit ); ?><?php if( $resume_view_remain < $resume_view_limit ) echo ' ' . sprintf( __('( %d remains )', 'noo'), $resume_view_remain ); ?>
<?php endif; ?>
<?php endif; ?>
<?php if( $resume_view_until ) : ?>
<?php _e('View Resumes Until','noo')?><?php echo $resume_view_until; ?><?php endif; ?>
<?php endif;
endif;
}
add_action( 'jm_manage_plan_features_list', 'jm_manage_plan_features_view_resume' );
5 years, 6 months ago in reply to: Change the background color of the calendar grid on weekly or monthly view #1083097Hi,
We have no options for background color. Maybe it's overwritten by the style on your theme.
Please send me link your site and wp admin account. I will help you check.
Best regards,
tb.
I clicked somewhere to go to the product
Hi,
You can use the Child Theme and customize the manage-resume-suggest.php file.
Hi,
The problem has solved.
Please reload your site and check again.
Best regards,
tb.
We don't use values from the "order" to check functions in Jobmonster. So deleting the order or not, it makes no sense.
When a user makes a purchase, all necessary information from the "order" will be saved to that user's database. The data is retrieved via the User ID for use in Jobmonster.
When the user performs a task in the package, it will be updated to their data. Until the limit is reached, it will issue a package upgrade notice.
To ensure it works properly, you must select these two fields:
Best regards,
tb.
Hi,
Please send me wp admin account.
I will help you check.
Best regards,
tb.
Hi,
All customizations should be done on the Child Theme.
So if there is any change from the previous, please send me a screenshot to clarify.
I will help you check.
Best regards,
tb.
Hi,
I use Child Theme and customize navbar.php file. You go to /noo-jobmonster-child/layouts/navbar.php and add social link.
5 years, 6 months ago in reply to: Can't add timetable to new page while using NooTimeTable plugin with Divi #1083060Hi,
There seems to be a conflict between these two libraries -> Cannot enter date for field "Open Date".
I turned off Divi on these post types, everything worked fine.
Please reload your site and check again.
Best regards,
tb.
This reply has been marked as private.Hi,
Woocommerce also supports many different currencies.
What is your using purpose?
Hi,
Maybe plugin or theme conflict with Woocommerce plugin.
- Check themes: You activate the default WordPress theme and make payments and check for errors on.
If the error persists, the problem may come from the plugin. You can deactivate the extension plugins leaving only Woocommerce and retry the payment step.
Ok, I added some CSS lines to style.css of Child Theme.
Please reload your site and check again.
Please send me a screentshot to clarify.
You can use CSS to custom typography.
Hi,
I need your site link along with the problem, to be able to customize the CSS.
Hi,
Please send me your website link and wp admin account and some information about the error message.
I will help you check.
Best regards,
tb.
Hi,
You go to Realty Portal -> Settings -> Contact & Email -> select a contact form.
Best regards,
tb.
Ok, Roxmarketing.
Hi,
I have activated Child Theme and added all the CSS to the style.css of Child Theme file.
Please reload your site and check again.
Best regards,
tb.
-
AuthorPosts