Forum Replies Created
-
AuthorPosts
-
Hi.
Thank you for contacting us and sorry for the late response.
We have checked your site and found the issue with the image import and the shortcode.
Can you give us the FTP account? We will help you fix the issue soon.
Thanks.
Hi again.
We have checked your site, the submit property still works fine. It depends on your package.
As you see, on this image https://prnt.sc/n0rpkh the remain value is 1, that mean you can submit one property.
After submitting the property, the remain value will reduce 1.
Please check it again.
Thanks.
This reply has been marked as private.Hi again.
Please add the custom CSS to your site. It will help you fix that issue.
.noo-dashboard-table .pagination .paginate_button { float: left; margin-bottom: 5px; }
Thanks.
Hi again.
The issue from our source code.
Don't worry about that, we will include the change to the next update.
Thanks.
Hi again.
The issue from your source code.
$redirect_to = 'https://dynamic-boards-staging.onyx-sites.io/success'; if( 'page-post-job.php' == $page_tempate || 'page-post-resume.php' == $page_tempate ) { $redirect_to = get_permalink() . '#jform'; } $redirect_to = isset($_GET['redirect_to']) && !empty($_GET['redirect_to']) ? $_GET['redirect_to'] : $redirect_to;
Change to
if( 'page-post-job.php' == $page_tempate || 'page-post-resume.php' == $page_tempate ) { $redirect_to = get_permalink() . '#jform'; } $redirect_to = isset($_GET['redirect_to']) && !empty($_GET['redirect_to']) ? $_GET['redirect_to'] : $redirect_to; $redirect_to = 'https://dynamic-boards-staging.onyx-sites.io/success';
Please check it again.
Thanks.Hi.
Thank you for contacting us.
We have checked and fixed that issue on your site.
Please check it again.
Thanks.
5 years, 8 months ago in reply to: Manage Application Without User i need help regarding this #1070773Hi again.
You can enable the WPBackery page builder for the Company post type, then you can add the notice to the company description.
To enable the WPBackery page build for the custom post type, please go to WPBackery Page Builder/ Role manager/ select custom for Post types and check to noo_company.
Please check it again.
Thanks.
Hi.
Thank you for contacting us.
Ok, let us check it again.
Please provide the admin account. We will help you check the issue soon.
Thanks.
Hi again.
We have checked your job submit, the job featured option still work fine.
Please check it again.
Thanks.
Attachments:
You must be logged in to view attached files.Thank you for the review.
Can you give us the FTP account again? We will help you check the bug soon.
Thanks.
Sorry, what about the message? Can you explain it again?
Thanks.
Please check it again. I have added the custom CSS to your site.
Thanks.
Hi.
Thank you for contacting us.
We will fix the job feed issue soon.
But you also can hide that button by using the custom CSS below:
a.noo-type-btn:nth-child(3) {- display: none !important;
}Please check it again.Thanks.Hi again.
Please tell me the email action. Maybe the issue from your email template config.
Please check it again. Don't forget to give us your site admin account.
Thanks.
Do you see the "single-noo_company" class?
Please check it again.
Thanks.
For the job page, you can include the body class to this CSS.
post-type-archive-noo_job
Thanks.
Please check it again. Maybe you have to remove the member page.
Thanks.
5 years, 8 months ago in reply to: Help, how do I change the font colour of a Fixed top navigation bar #1070742Hi again.
To use Loco Translate to change the string in the theme, you can follow our document at this link
http://wp.nootheme.com/docs/jobmonster/#how_to_rename_translate_any_word
And can you give us your site admin account? We need to check the setting to help you fix the issue with the company footer.
Thanks.
Hi.
Thank you for contacting us.
Sorry, we don't have that option as you want. But if you want, we can help you change the code and redirect the registration success to a static page.
You also can change the code at file wp-content/themes/noo-jobmonster/layouts/forms/register-form.php
set the $redirect_to to your link.
Please check it again.
Thanks.
Hi.
Thank you for contacting us.
As I see, you have missed the Revolution slider import. Please get full package from Envato, extract the file you will see the dummy content folder - which include the revolution slider dummy data. Then go to Revolution slider/ import the slide from dummy data.
Please check it again.
Thanks.
Hi again.
To disable that feature, please check the setting at Action Control tab/ disable "Enable Block Company" option.
Please check it again.
Thanks.
Hi again.
Yes, you can use the CSS below to increase the height of page heading
.noo-page-heading { padding: 130px 0; } // change the padding value to increase the height of heading page.
Please check it again.
Thanks.
Hi.
Thank you for contacting us.
1. To remove the company heading overlay color, you can use the custom CSS below
.noo-page-heading.noo-page-heading-company-2 {- background: transparent!important;
}2. On the body class, you will the class for a single post type. Example with the company details page, it will have the class: "noo_company-template-default single single-noo_company"Please check it again.Thanks.5 years, 8 months ago in reply to: Resume Search Box has error… not showing all location and category fields #1070705Hi again.
Can you give us the site admin, FTP account again? As I see, it has changed, we can't access your site.
Thanks.
-
AuthorPosts