Forum Replies Created
-
AuthorPosts
-
Hi,
As I understand, you need to show 2 different schedules for 2 studios.
You can create 2 categories:
Studio 1: You assign the items that belong to studio 1
Studio 2: You assign the items that belong to studio 2
You can then create 2 schedules with these 2 categories.
Best regards,
tb.
Hi,
You will need to select an image to use for featured image before add a property.
Best regards,
tb.
Hi,
I didn't find the NooTimetable plugin enabled on your site. You can activate it, I will help you check.
Best regards,
tb.
Hi,
You can use plugin Loco Translate and translate for Theme.
Best regards,
tb.
Hi,
1, You can add this line:
background-repeat: no-repeat;
2, You can use these lines:
.bg-flower:after{
background-repeat: no-repeat;
background-image: url('Enter your image url');/* Add your image url */
}
Best regards,
tb.
Hi,
1,2,4. I updated some lines in style.css file. The problem has solved.
3, Due to the lack of a closing and opening tag in custom JS, I updated it.
- Change logo size: http://prntscr.com/qhrvwb
- Change the text on topbar: you can add these lines to style.css of Child Theme:
.noo-topbar .noo-topbar-text > span{
font-size: 30px;
}
Hi,
Sorry, the job category does not support background image.
If you want to add this option you can refer to it here:
https://en.bainternet.info/wordpress-taxonomies-extra-fields-the-easy-way/
Also my header image which holds the search bar, zooms out as i enlarge the page. Please provide a fix for this.
You can send me link your site and some screenshot to clarify.
Best regards,
tb.
Hi,
I'm not sure about the problem.
Please send me FTP account and wp admin account.
I will help you check.
Best regards,
tb.
Hi,
You can add these lines to style.css of Child Theme:
.noo-btn-job-alert-form:hover {
border-color: #e8be2f;
}
Hi,
Please send me link your site and wp admin account and some attached photos of the string you want to translate.
I will help you check.
Best regards,
tb.
Note: You should only use one of the two page page builder plugins (Elementor or WP Backery Page Builder) instead of both. This is not good for website performance.
Hi,
1, I removed the text.
2, I added a few CSS lines in style.css of Child Theme.
4,5 I used Child Theme and customized the heading-job.php file
6, You go to Customizer -> Header -> Navigation Bar -> http://prntscr.com/qhflyo
Please reload your site and check again.
Best regards,
tb
Hi,
I'm not sure about this, you can load your site and try again.
If all else fails, please send me link your site and wp admin account. I will help you check.
Best regards,
tb.
Hi,
I chose the Default Header and added these lines to Custom CSS.
@media (min-width: 992px){
.noo-header.header-1 .noo-main-menu {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
left: 50%;
position: static;
}
.noo-header.header-1 .menu-position{
display: flex;
justify-content: space-between;
}
.noo-header.header-1 .noo-menu-option{
order: 3
}
.noo-header.header-1 .menu-position:after,.noo-header.header-1 .menu-position:before{
display: none;
}
}
Please reload your site and check again.
Best regards,
tb.
Hi,
You have reduced the PHP version to 7.3.x and the above error persists?
Hi,
You can go to Revslider and change background for it.
Best regards,
tb.
Hi,
You can add these lines to Custon CSS or style.css of Child Theme:
.bg-flower:before{
background-image: url('Enter your image url');/* Add your image url */
}
Best regards,
tb.
5 years, 6 months ago in reply to: Email Error – Notification – Approve and Delete Resumes, and Approve New Jobs #1082612Hi,
It seems that all the jobs you create are from the backend instead of the Frontend.
You need to select the company for each Job. This is required in order for the actions to work properly.
Note: You should create job from the frontend interface instead of the backend.
Best regards,
tb.
Hi,
I helped you activate the Child Theme.
I have a few code updates in the child theme's functions.php file.
Please reload your site and check again.
Best regards,
tb.
Hi,
You can change 99 to 100 in this hook and try again.
Best regards,
tb.
Hi,
Please send me wp admin account info. I will help you check.
Best regards,
tb.
Hi,
I'm not sure what you have customized, but it seems you have used an add_filter ----> 'jm_resume_render_form_field_params' somewhere and ants for the value of $value variable are overwritten.
I tried "var_dump" $value before and after apply_filter was run.
Result:
Please check again.
Note:
- You should update the last new version for Jobmonster theme (Make sure no code is directly added to the parent theme), then check the codes you have customized from Child Theme.
- You should only enable the plugin cache when you are done editing your website.
Best regards,
tb.
Hi,
You can assign posts belonging to each studio to a class category.
Later you select each Schedule for each category corresponds.
Best regards,
tb.
-
AuthorPosts