Forum Replies Created
-
AuthorPosts
-
Hi again.
We have checked and fixed the issue with the job details page.
Please check it again.
Thanks.
Hi.
Thank you for contacting us and sorry for the late response.
I think the issue from the EWWW plugin, it optimized all the image. That is why you see the blurry image.
Can you give us some image of the issue on your site?
Thanks.
Hi.
Thank you for contacting us.
Please give us your site URL, admin account. We will help you check the issue soon.
Thanks.
Hi again.
We have checked and found the issue from the portfolio page. You have removed the portfolio page on the page management, but you do not remove the portfolio page selected on the customizer/ portfolio setting.
We have fixed that issue.
Please check it again.
Thanks.
Hi.
Thank you for contacting us and sorry for the late response.
Please give us your site URL, admin and FTP account. We will help you debug the issue soon.
Thanks.
Hi.
Thank you for contacting us.
Can you give us your site FTP account?
We need to debug the source code.
Thanks.
Hi again.
Please give us your site URL again. You forgot that info.
Thanks.
Hi again.
Please check it again.
We have reduced the product display on this page to 20, it also helps you reduce the time loading for the products page.
Please check it again.
Thanks.
Hi again.
As the previous message, we have changed the code at file
wp-content/themes/noo-jobmonster/framework/functions/noo-utilities.php line 2168.
Please check it again.
Thanks.
Please clear your cache on your server to make the LinkedIn work again.
With LinkedIn 2.0, you need to setup redirect URL as this https://prnt.sc/mvc7up
Thanks.
Hi again.
We have checked and updated the theme to the last version on your site.
Please check it again.
Thanks.
Hi again.
We have checked your site and debug the issue. It still works fine.
The resume suggests query the resume base on the job category where the job posting by the company.
If you don't have any job, it will return empty.
Please check it again.
Thanks.
Jackie.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.
-
AuthorPosts
