Forum Replies Created
-
AuthorPosts
-
Hi.
I'll add the class to the parent theme, then you won't have any problem when updating the theme.
Regards.
This reply has been marked as private.I have checked your site and found the issue with your CSS.
.entry-content table:not(.variations) { border: 1px solid #eee; margin: 0 0 15px; text-align: left; width: 100%; } .entry-content tr td { border-top: 1px solid #eee; padding: 6px 24px; }
If you disable that CSS, the class will display a full column like our demo. https://prnt.sc/kxgOUeuEFm06
Please recheck it.
Regards.
Hi.
Sorry for the late response.
This is the shortcode we are using for the demo layout.
[ntt_schedule schedule_layout="grid" source="class" default_view="agendaWeek" min_time="6:00:00" max_time="21:00:00" show_time_column="yes" class_item_style="cat_bg_color" show_weekends="sat,sun" general_header_toolbar="yes"]
Please recheck it. If it still doesn't work, please provide us with your site admin account. We will access your site to help you check the issue.
Regards.
Hi.
I have checked and fixed that issue on your new site.
Please recheck it.
Regards.
Hi.
I have checked and added the source code to your child theme to help you add the bookmark icon on the job details.
Please recheck it.
Regards.
Hi.
I have checked and fixed the issue on your site. I have edited the source code in the child theme: /layouts/navbar.php.
The issue with the front page. It can't save the page "Updating failed. Error message: The Response is not a valid JSON response". I have installed the Classic Editor plugin. Now you can save the front-page edit and fix that issue.
Please recheck it.
Regards.
Hi.
Thank you for contacting us.
Please provide us with your site admin URL and admin account. We need access your site to help you check the issue.
Regards.
Hi.
Thank you for contacting us.
Maybe you are using header.php file in the child theme. Please go to your child theme/ header.php file and remove the line: noo_get_layout('heading');
Please recheck it or provide us with your site admin account. We will access your site to help you fix that issue.
Regards.
Hi.
Thank you for contacting us.
You can find the employers' profiles in the Jobs/ Companies section.
Regards.
Hi.
I have checked your site and found the issue with the option "Image optimization & CDN" on the Autoptimize plugin. It works fine when that option is unchecked.
I have set a static image for the map icon. It is bigger than the original icon.
Please recheck it.
Regards.
Hi.
For the employer information, please check the Jobs/ Companies management.
Please recheck it.
Regards.
Hi.
I have helped you change the job map style to your style. It needs to change the source code in this file:
wp-content/themes/noo-jobmonster/assets/js/google-map-custom.js
Please back up that file when you lose the map style.
Regards.
Hi.
I have enable the style from WooCommerce plugin. The changed also include in the update version. Don't worry about that.
I have editted the source code on this file: /wp-content/themes/noo-jobmonster/layouts/update_password.php to help you have eye icon on the update password form.
Please recheck it on olivier3 site.
Regards.
Hi.
Please recheck it. https://prnt.sc/Vqg8a4tCj1xB
I have helped you edit the source code on this site https://olivier3.idwebsolution.fr
Now it will limit the input length of the number field to 9.
Please recheck it.
Regards.
Hi.
We have checked and fixed that issue on your site. We also released a new version to fix that issue. You can get the update or keep the current version on your site.
Regards.
2 months, 4 weeks ago in reply to: Header photo and job location map not showing on job offer pages #1222539Hi.
To turn off the parallax background for the page heading, please go to customize/ Design and layout. Then you will see the option to turn off the "Enable Parallax Background" option.
Regards.
2 months, 4 weeks ago in reply to: Header photo and job location map not showing on job offer pages #1222537Hi.
I have checked and fixed the page cover issue on your site.
Please recheck it.
Regards.
2 months, 4 weeks ago in reply to: 1) Jobs are not displayed, 2) German Version always overwritten #1222529Hi Danilo85
Please create a new topic and provide us with your site info, admin account. We will access your site to help you check the issue.
Regards.
Hi.
I have checked and fixed that issue on your site. The issue when you disable the WPBakery page builder. You are using the WPBakery Page builder to build the home page content.
I have enabled that plugin to help you fix the homage page issue.
Please recheck it.
Regards.
Hi.
I have checked and fixed that issue on your site. You have missed the Zoom level config under the JobMonster/ Settings/ Location.
Now you can see the map.
Please recheck it.
Regards.
Hi.
I have checked and helped you update the addons plugin. Now you can hide the button on the search widget.
Please recheck it.
Regards.
Hi.
I have checked and fixed that issue on your olivier3 site.
Please recheck it.
Regards.
Yes, please go to this file: wp-content/themes/noo-jobmonster/framework/libs/custom-fields/render-fields.php
line 88 with the function noo_render_number_field()
and change the input code from
<input id="<?php echo esc_attr( $input_id ) ?>" <?php echo $class; ?> type="number" name="<?php echo esc_attr( $field_id ) ?>" value="<?php echo esc_attr( $value ); ?>" placeholder="<?php echo $field_value; ?>"/>
to
<input id="<?php echo esc_attr( $input_id ) ?>" <?php echo $class; ?> type="number" name="<?php echo esc_attr( $field_id ) ?>" value="<?php echo esc_attr( $value ); ?>" placeholder="<?php echo $field_value; ?>" oninput="javascript: if (this.value.length > this.maxLength) this.value = this.value.slice(0, this.maxLength);" maxlength = "9" />
This code will affect to all your number custom field.
Please recheck it.
Regards.
Hi.
Thank you for contacting us.
1. We don't use the "Restrict Content Pro" plugin, but you can try that plugin with our theme.
2. We don't support the CSV plugin to manage the job board. You can import the job from a CSV file.
Regards.
-
AuthorPosts