Forum Replies Created
-
AuthorPosts
-
2 years, 5 months ago in reply to: Adding New Job Alert — Cannot add job location which isn’t being used #1219959
Hi.
I have helped you show all the locations and categories for the job alert form on the member page.
Please recheck it.
Thanks.
Hi.
Thank you for contacting us.
Please give us your site admin account. We need access your site to check the config.
Thanks.
2 years, 5 months ago in reply to: Adding New Job Alert — Cannot add job location which isn’t being used #1219944Hi.
Thank you for contacting us.
For the job alert location field, we have the option at JobMonster/ Settings/ Job/ hide empty taxonomy config: https://prnt.sc/WD2Xv-Krzyxy
If you uncheck this field, you will see the taxonomy with an empty value for the field select. Now you will see the location without a job for the job alert form.
Please recheck it.
Thanks.
Yes, please let us know again if you need to change the sign-in button.
Thanks.
Hi.
I have helped you check and fixed the google sign image button issue. It has a cache issue on your site.
Now it displays on the login form. Please recheck it.
Thanks.
Hi.
I have checked the job search function, and only the search job on the sidebar is working fine. The search on the job heading doesn't work. I don't know why, maybe it has an issue with the query. I need more time to check it.
Thanks.
Hi again.
Please give us your site URL, admin, and FTP account again. I'll help you add the custom function to get the company covers image to the widget company list.
Thanks.
Hi.
Thank you for contacting us.
Please give us your site admin account. We will help you check that issue.
Thanks.
Hi.
I can't access your site, it response the error: There has been a critical error on this website. Please check your site admin email inbox for instructions.
Do you have cPanel account? We need access your source code to debug that issue.
Thanks.
Hi.
You need to add the function get_company_cover_image() to this file wp-content/themes/noo-jobmonster/framework/admin/noo_company.php under line 1042. This function use to get the company cover image.
public static function get_company_cover_image( $company_id = 0, $size = 'thumbnail', $alt = '', $args = array() ) { if ( empty( $company_id ) ) { return ''; } $size_key = is_array( $size ) ? implode( '_', $size ) : $size; if ( ! isset( self::$companies[ $company_id ] ) ) { self::$companies[ $company_id ] = array(); } if ( ! isset( self::$companies[ $company_id ][ $size_key ] ) ) { $class = apply_filters( 'noo_company_cover_image_class', '', $company_id ); $thumbnail_id = noo_get_post_meta( $company_id, '_cover_image', '' ); $size = is_numeric( $size ) ? array( $size, $size ) : $size; $args[ 'alt' ] = $alt; $args[ 'class' ] = isset( $args[ 'class' ] ) ? $args[ 'class' ] . ' ' . $class : $class; $company_cover_image = wp_get_attachment_image( $thumbnail_id, $size, false, $args ); if ( empty( $company_cover_image ) ) { $img_size = ''; if ( is_array( $size ) ) { $size[ 1 ] = count( $size ) > 1 ? $size[ 1 ] : $size[ 0 ]; $img_size = 'width="' . $size[ 0 ] . 'px" height="' . $size[ 1 ] . 'px"'; } $company_cover_image = '<img src="' . NOO_ASSETS_URI . '/images/company-logo.png" ' . $img_size . ' class="' . $args[ 'class' ] . '" alt="' . $args[ 'alt' ] . '">'; } self::$companies[ $company_id ][ $size_key ] = $company_cover_image; } return apply_filters( 'noo_company_cover_image', self::$companies[ $company_id ][ $size_key ], $company_id ); }
Then you can go to file: wp-content/plugins/jobmonster-addon/includes/elementor-template/noo-company/style-grid.php and use the function below to get the company cover image:
<?php echo Noo_Company::get_company_cover_image($post->ID, 'company-image'); ?>
Please recheck it.
Thanks.
Hi.
I have checked and installed the Autoptimize plugin to help you improve site speed. Now it works better.
You should check and turn off another plugin if you don't need it. I see a lot of plugin working on your site, it also affects to site speed.
Thanks.
Hi.
To use the Job package, you need to change the action control Post Job to Employer with the paid package. As I see, you are config the posted job to Employer, which means every employer will have permission to post a job without the package. Then it won't use the package. https://prnt.sc/J0K0op-yR-cC
Please recheck it.
Thanks.
Hi.
I have checked and helped you fix the resume search function. Please recheck it.
The admin top bar doesn't have the edit button for the archive page. The edit button only displays a single post/page. Please recheck it. https://prnt.sc/rnxYPtIZakpP
Thanks.
Hi.
Thank you for contacting us.
We have checked your site and found the issue with the search resume function. We will check and help you fix it soon.
Please wait for us.
Thanks.
2 years, 5 months ago in reply to: Not alligning the flow from job packages to woocommerce payment. #1219889Hi.
Thank you for contacting us.
Maybe you have changed the user account. Please give us the admin account again. Don't forget to check "Private reply" to protect your site info.
Thanks.
Hi.
Thank you for contacting us.
Do you want to customize the Noo Company Feature widget? Please let us know more about that, we will help you get more info about the Company.
Thanks.
Hi.
Thank you for contacting us.
With the same email address, the user can't manage another company.
Thanks.
Hi.
Thank you for contacting us and sorry for the late response.
We have supported adding the content to the job listing page. https://prnt.sc/mAy_kL7lJ_rt
Please go to customize/ Job & company/ job list, you will see the field input "Insert custom content" to input the custom content.
Thanks.
Hi Wal.
Please give us your cPanel or FTP account. We need to access your source code to debug the issue.
Thanks.
Hi.
Please give us your site FTP account. We need to enable debug and check the source code to help you fix that issue.
Thanks.
Hi.
The source code was released to Plugin, so it can't add to the child theme. Please note and backup that file before updating the plugin.
Thanks.
Thank you for your feedback. We have back to work after a long holiday Lunar New Year.
Thanks.
Hi.
Thank you for contacting us and sorry for the late response.
Please go to edit the source code at file: wp-content/themes/noo-citilights/layouts/noo-property-loop.php line 160
add the source code below under </h2> tag:
<small><i class="fa fa-map-marker"></i> <?php echo get_post_meta($post->ID,'_address',true)?></small>
Please recheck it. Or you can give us your site URL, admin account. We will help you add the source code.
Thanks.
Hi.
I have helped you update the Noo Mebla Core plugin, now you can edit the footer site content via the customzing/ Footer/ Footer bottom content. https://prnt.sc/dHHW8oO08Ip8
Please recheck it.
Thanks.
Hi.
Sorry for the late response.
We are on the Lunar new year holiday.
We have back to work, we will help you check it soon. For the import demo, the old file imported has expired, I have created a new file data. I'll add that file to the next version.
Thanks.
-
AuthorPosts