Forum Replies Created
-
AuthorPosts
-
5 years, 6 months ago in reply to: How to upload Template pages of jobmonster complete, not empty #1082314
Hi,
Which page you are trying to display but is empty?
Which page would you like to retrieve?
I will help you add it.
Best regards,
tb.
Hi,
There is currently no option to change this text. You go to advanced_search.php file (/wp-content/plugins/jobmonster-addon/includes/elementor-extra/) and change it.
Best regards,
tb.
Hi,
You can add these lines to Custom CSS or style.css of Child Theme:
@media (min-width: 768px){.noo-job-search-wrapper .job-advanced-search.horizontal.style-2 .job-advanced-search-form {
display: flex;
justify-content: space-between;
}
}
Hi,
You can add these lines to style.css of Child Theme:
.company-list .company-item .company-item-meta a:hover{
color: #81d742;
}
Hi,
You are currently using a fairly old version of the Noo Palazzo theme. The above function may have been updated in a later version.
Currently you should revert to the previous version for the above plugin.
Then copy your website to a subdomain and update to the latest version. If there is no error on the subdomain update -> you will update it on the main site.
With the latest version, we have included all the functions into one plugin" Realty Portal" instead of using many plugins like the current version you are using.
Best regards,
tb.
5 years, 6 months ago in reply to: Multiple Select Fields are not displaying on resume/job preview. #1082291Hi,
The problem has been fixed.
Please reload your site and check again.
Best regards,
tb.
5 years, 6 months ago in reply to: How to change your jon and resume archive pages meta descriptions #1082290Yes, you can change them.
You go to Yoast SEO -> Search Apperarance -> Content Types tab -> Jobs -> http://prntscr.com/qbvawp
Best regards,
tb.
Hi,
You can use these lines:
.loop-item-content .loop-item-title a {
font-size: 20px!important;
}
Hi,
You need to enable "DOMDocument" on your hosting before import the data demo.
You can contact the hosting company for assistance with this issue.
Best regards,
tb.
5 years, 6 months ago in reply to: Multiple Select Fields are not displaying on resume/job preview. #1082278Hi,
I checked, it seems that the data entered from the form is not updated in the database.
Do you have any customizations on the theme?
Currently you are using version 4.0.6.1, you can update to the latest version and try again.
If the problem is still not solved, please send me the FTP account, I need it to be able to check the code on your website.
Note: If you have customized the code in the parent theme, you will need to back it up before updating.
Best regards,
tb.
Hi,
You can add these lines to style.css of Child Theme:
.noo-page-heading:before{
background: none;
}
Best regards,
tb.
Hi,
You go to noo_job_package.php file following the above path and check line 600, there seems to be 1 file included in this line but you may have called the wrong path -> file could not be loaded-> warning above.
Best regards,
tb.
Hi,
I helped you fix it. Please reload your site and check again.
Note: You should only enable the cache plugin when you have finished customizing your website to avoid the cache problems.
Best regards,
tb.
Hi,
1. You can check that the Place API is enabled for your project.
I created an API Key and it is working properly on your site. Please check again.
2. You can create a new page and use the shortcode "Noo Job"
3. You can use these lines for register button:
.nav-item-member-profile.register-link a{
border-radius: 5px;
}
Best regards,
tb.
5 years, 6 months ago in reply to: Remove job location from header in single job post with css #1082253Hi,
You can use these lines:
.page-sub-heading-info .job-location {
display: none;
}
5 years, 6 months ago in reply to: Multiple Select Fields are not displaying on resume/job preview. #1082252This reply has been marked as private.Hi,
- If you only want users to search across states then in Job Location you should enter only across states you want.
- To not allow users to enter the job "location" you go to Jobmonster -> Custom field -> job_location -> column "Field Type", you choose 2 types "Multiple Location" or "Single Location" instead of the other 2 types .
Best regards,
tb.
5 years, 6 months ago in reply to: I need to change the register button's background color! #1082250Hi,
To export or import users, you can try with this plugin:
https://wordpress.org/plugins/users-customers-import-export-for-wp-woocommerce/
Best regards,
tb.
Sorry for the delay reply.
Please send me wp admin account info (Set as private reply).
I will help you check.
Best regards,
tb.
5 years, 6 months ago in reply to: How: Return person to their search from single job posting #1082239Hi,
You will need custom code for this.
First you need to activate the Child Theme. Then copy the code from the attachment and paste it into the functions.php file of Child Theme.
This problem has been updated in version 4.6.0.3.
You can update it and check again.
Best regards,
tb.
Hi,
It looks like you are hiding this shortcode on the mobile screen.
I have tried adding the above code via chrome dev tool.
And it works normally.
Please send me wp admin account. I will help you check.
Best regards,
tb.
Sorry, we are unable to assist you in this currently. We do not have much experience in developing applications based on the WordPress REST API.
In order for custom post types (noo_job, noo_resume, noo_company ...) to support the REST API, you can start with this article.
Best regards,
tb.
-
AuthorPosts