Forum Replies Created
-
AuthorPosts
-
Hi.
Thank you for contacting us and sorry for the late response.
Yes, we have checked our plugin and found the issue with the latest version.
We will check and update it soon.
Thanks.
Hi again.
We have checked your site and found the issue with the mobile loading speed.
Can you install the cache plugin as the Total Cache and check it again?
On the desktop testing, it still works fine.
With the expired job listing, please give us your site admin account. We need to check the config.
Thanks.
Hi again.
The SMTP just use to setup your sending name, email, not the email content.
To change the
New User Registration Email Confirmation Content, please go to JobMonster/ Settings/ Email Templates/Other.
https://prnt.sc/mdn7uyPlease check it again.
Thanks.
Hi again.
As I see, maybe you forgot to submit the sitemap again.
On this article https://www.betterteam.com/how-to-post-a-job-on-google, this is step 4
4. Use sitemaps to let Google know when you've added and removed jobs.
Do you submit the sitemap again? Please check it again.
Thanks.
5 years, 10 months ago in reply to: Export feature is not exporting the start and end times #1067692Hi.
Thank you for contacting us.
We have checked your site, try to export the calendar then import to our calendar. It still displays the correct time as your site data.
Please check my attach file and feedback us again.
Thanks.
Jackie.Attachments:
You must be logged in to view attached files.5 years, 10 months ago in reply to: Critical error to our business. hours dont show properly in some screens #1067691Hi again.
1. With the classes listing, we have fixed the issue to get the class next session info.
It can't get the correct date time when the class has multiple schedules, you need to go to class details to check the schedule.
2. To fix the issue with schedule layout, we have added the custom CSS to the customize/ additional CSS.
.entry-content tr td, body.et-pb-preview #main-content .container tr td {
padding: 0;
}
The code will add to the new version.
Thanks.
Hi again.
We have updated the latest version 2.0.5.1 to help you fix the issue with the event repeat.
Can you check it again?
Thanks.
Hi again.
We have updated the plugin to fix the issue with class tyle color. Can you install that version 2.0.5.1 to your site and check it again?
If yes, please give us your site admin account.
Thanks.
Hi.
Thank you for contacting us.
Please wait for us. We will help you check and import the data to your site soon.
Thanks.
5 years, 10 months ago in reply to: New User Registration Email Confirmation Content Change #1067534Hi again.
1. If your hosting block the mail.php function, you can't use the email config in the JobMonster/ Settings/ Email Template/ Other.
In this case, you need to use the SMTP plugin as https://wordpress.org/plugins/easy-wp-smtp/ to config the sending email on your site.
2. To see the confirmation email content on the other setting as this https://prnt.sc/mazxoe you need to enable the Require Email Confirmation config on the Settings/ Member.
Please check it again.
Thanks.
Hi again.
Sorry for the issue with the package page. I see the issue from the custom CSS.
a.btn.btn-primary {
display: none;
}It also removes the purchase button on the package page.
Please check it again. We have removed that CSS.
Thanks.
Hi again.
Sorry for the late response.
We have checked and fixed that issue on your site with the typography on the field.
Please check it again.
Thanks.
Hi.
Thank you for contacting us.
We have checked your site and helped you remove the field name on the select field by used the Loco Translate plugin to hide the field name.
Example with the select field name: https://prnt.sc/mazkmh
Please check it again.
Thanks.
Hi.
Thank you for contacting us.
To manage the job alert event, you can install the plugin https://wordpress.org/plugins/wp-crontrol/
It can help you delete the job alert.
Please check it again.
Thanks.
5 years, 10 months ago in reply to: Manage Application Without User i need help regarding this #1067521This feature used for the company - who don't have register user on your site, but still have the job posting adding by admin.
The admin assigns the job to this company. And the company can manage the application by using the link, secret key when they want.
Thanks.
5 years, 10 months ago in reply to: Critical error to our business. hours dont show properly in some screens #1067495Hi again.
Sorry for the late response.
We have checked and fixed that issue on your site.
Please check it again.
Thanks.
Hi.
Thank you for contacting us and sorry for the late response.
As I see, maybe you have fixed the issue.
Please check it and let us know again if you still have the issue with HTTPS method.
Thanks.
5 years, 10 months ago in reply to: Member Bar Back Ground Color Change & Register Buttom Hover Color Change, #1067471Hi again.
We have checked your site but not found the issue.
Please check it and let us know again if you still have the issue.
Thanks.
Attachments:
You must be logged in to view attached files.Hi.
Thank you for contacting us and sorry for the late response.
With the current version, we don't support that feature. Let us check the source code and let you know later.
Thanks.
You're welcome.
Hi again.
We have checked your site and found the issue from the CSS.
We have fixed that issue on your site.
Please check it again.
Thanks.
5 years, 10 months ago in reply to: Membership Package is shown as "Uncategorized" in Shop (Woocommerce v3.5.3) #1067431Hi again.
You can add this code to the end of this file /wp-content/themes/noo-yogi/functions.php file to hide the Uncategorized on the shop page.
/** Remove categories from shop and other pages * in Woocommerce */ function wc_hide_selected_terms( $terms, $taxonomies, $args ) { $new_terms = array(); if ( in_array( 'product_cat', $taxonomies ) && !is_admin() && is_shop() ) { foreach ( $terms as $key => $term ) { if ( ! in_array( $term->slug, array( 'uncategorized' ) ) ) { $new_terms[] = $term; } } $terms = $new_terms; } return $terms; } add_filter( 'get_terms', 'wc_hide_selected_terms', 10, 3 );
Please check it again.
Thanks.
5 years, 10 months ago in reply to: Manage Application Without User i need help regarding this #1067430Hi again.
Sorry for the mistake.
Please go to the Dashboard Jobs/ Companies and edit the company you want to use that feature. You will see the company secret key option on the right sidebar.
Please check it again.
Thanks.
Hi again.
Yes, we have checked our theme and found the issue with verticle style.
But we have added the shortcode to get the widget advanced search to your site.
Please check it again.
Thanks.
-
AuthorPosts