Forum Replies Created
-
AuthorPosts
-
5 years, 8 months ago in reply to: Multiple Select on Custom Fields not working on Advance Search #1069606
Hi again.
We have checked and fixed the issue with multi-select type. https://prnt.sc/mswulz
Please check it again.
Thanks.
Hi again.
Please add the code to 2 files wp-content/themes/noo-jobmonster/layouts/resume/single/detail-style-2.php line 120 and wp-content/themes/noo-jobmonster/layouts/resume/single/detail.php line 88
We also have the code to check resume permission, please add the code below to file /wp-content/themes/noo-jobmonster/framework/resume/resume-viewable.php line 63.
if( is_user_logged_in() ) { $user = wp_get_current_user(); if ( in_array( 'editor', (array) $user->roles ) ) { return true; } }
Please check it again.
Thanks.
Hi again.
Yes, we don't support the editor user type to view the resume details. But you can change our source code to allow editor user can access the resume details without package purchase.
Please check the code at file wp-content/themes/noo-jobmonster/layouts/resume/single/detail-style-2.php line 120 and wp-content/themes/noo-jobmonster/layouts/resume/single/detail.php line 88.
Add the code below:
if( is_user_logged_in() ) { $user = wp_get_current_user(); if ( in_array( 'editor', (array) $user->roles ) ) { $is_can_view = true; } }
Please check it again.
Thanks.
Hi again.
We will help you debug the source code.
But please check the cPanel account again. We can't access to your cPanel.
My Ip address is 14.177.235.13
Thanks.
Hi again.
We have checked your site and helped you removed the resume suggest base on the location by changing the code at the file:
wp-content/themes/noo-jobmonster/framework/functions/noo-utilities.php line 2168.
Please check it and back up the file when the theme updating.
Thanks.
Hi again.
Sorry for the late response.
With the job submit without expired date info, we have found some way to help you check it with the "[email protected]" user.
We need the FTP account to debug the source code.
Or you can use the function var_dump(jm_get_job_posting_info(287)); to debug.// 287 is the user_id.
Please check it and give us that info again.
Thanks.
Hi again.
Sorry for the late response.
We have used the Loco Translate plugin to help you translate the "cart" string in our theme to your language.
Please check it again.
Thanks.
Yes, you can find the code at file wp-content/themes/noo-mebla/includes/woocommerce.php function noo_mebla_minicart
Please check it again.
Thanks.
Hi.
Thank you for contacting us.
We have checked your shop page with price filter.
It still works fine.
This is our data test info. https://i.imgur.com/F96bxtw.png
Thanks.
Hi.
Thank you for contacting us.
Yes, we have rendered all the property map info to marker.txt file. When you updated the theme, it will get the maker.txt file from our info. Please edit the property, and save the property again. It will help you render your marker.text file.
Please check it again.
Thanks.
Hi again.
The GoDaddy account doesn't correct. Please check it again. If yes, please provide the FTP account.
To get the full company logo size, you can go to file /wp-content/themes/noo-jobmonster/framework/admin/noo_company.php line 954,
change the code $company_logo = wp_get_attachment_image( $thumbnail_id, $size, false, $args ); to
$company_logo = wp_get_attachment_image( $thumbnail_id, 'full' );
Then add the custom CSS to remove the radius 50%:
.list.loop-item-wrap .item-featured, .style-1 .loop-item-wrap .item-featured { border-radius: 0; }
Please check it again.
Thanks.Hi.
Thank you for contacting us.
We have checked your site and fixed the issue.
Please check it again.
Thanks.
Hi again.
We found some article can help you make the adsense load on the ajax load.
https://weblog.west-wind.com/posts/2016/apr/09/google-adsense-for-ajax-content
and here https://stackoverflow.com/questions/10834751/adsense-with-ajax
Put the script <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> to the head or another position.
Please check it again.
Thanks.
Hi again.
We have help you removed the link on the blog list page.
Please check it again. We have changed the source code at this file /wp-content/plugins/noo-visionary-core/admin/vc_extension/shortcodes/noo-blog-list.php
With the next issue, please give us the image again. You should upload the image to another source and give us the link. Our maximum file size allowed is 1048 KB.
Thanks.
Hi.
Thank you for contacting us.
The company logo depends on your logo submit, if you want, we can help you add the custom code to get the full company logo.
With the WP All Import issue, please give us the FTP account. We will help you check it again.
Thanks.
Hi again.
Sorry for the late response
1.2, With the search placeholder on the field select, please check the code at file
https://zzpned.nl/wp-content/themes/noo-jobmonster/assets/js/min/noo.min.js
you will see the string to change.
3. We have checked your site and fixed the issue with job category and job tag field label. Now it can change the field as you want.
4. With the child theme to load the js file, you need to add the code
add_action( 'wp_enqueue_scripts', 'noo_datatable_scripts' );
function noo_datatable_scripts() {
wp_register_script( 'noo-DataTables', get_stylesheet_directory_uri() . '/datatables.min.js', null, null, true );
}
to child theme. We have added this code to help you overwrite the datatables.min.js in the child theme.
Please check it again.
Thanks.
5 years, 9 months ago in reply to: Captcha Not available on Send to Friend at homepage (leading to spams) #1068685Hi again.
To enable the captcha for Company contact form, please go to customize/ Job & Company/ Single company, select the full information, it will show the use captcha config. Turn on the captcha then select your single company layout again.
It will help you show the captcha for the company contact form.
Thanks.
okay, we have added the custom CSS to help you reduce the image size.
Please check it again.
Thanks.
You're welcome.
Hi again.
Can you give us a link about the ticket? We don't remember about this.
application message: Start conversation when a candidate has applied for a job.
When you received the application, you will see the message icon, where you can send a direct message to the candidate. We use the Front-end PM plugin to sending and manage the message.
3. With the [email protected] account? Do you have that account info? We have check our account on your site and it still works fine.
Thanks.
Hi again.
We found the custom footer at the child theme, please check the code at file
wp-content/themes/noo-umbra-custom/footer.php file
Thanks.
With All string, please search the string "All %s" then try it again.
Thanks.
Hi again.
Please give us your site admin account again? We will check it on your site and give you the correct way to change the field.
Thanks.
Please follow the article to send the refund request.
https://help.market.envato.com/hc/en-us/articles/202821460-Can-I-Get-A-Refund-
Thanks.
Hi.
Thank you for contacting us.
1. Front-end PM plugins using to contact the employer with the candidate, the application can't display in Front-end PM. It is completely different.
2. When you use the reporting the expired job, it will go to activate or pending. It depends on your Job Approval setting.
- Refresh job: use to refresh job posting date time, to make the activate job go to the first of the job listing.
- Reposting: use to repost the expired job. https://prnt.sc/mkvxs9
3. With the expired date, it will get the expired date from display time as the package when the job public.
We have checked your site, try to post a new job and it still works fine. https://prnt.sc/mkw0oe
Please check it again.
Thanks.
-
AuthorPosts