NooTheme Premium WordPress Theme › Forums › JobMonster › Menu on mobile & job post item
- This topic has 18 replies, 2 voices, and was last updated 4 years, 10 months ago by abdiqani.
-
AuthorPosts
-
4 years, 11 months ago #1082483
Hi,
1. I am having difficulty with displaying the menu item on mobile, as I have changed the background of the nav bar to white, the menu manage to faded it.
can you please advise on how I can fix this
2. In the job post is it possible to display:
Full time Birmingham Chef Salary Offer: Negotiable Job Reference
in the following format:
Job Type: Chef
Full time
Salary offer : Negotiable
Job Reference: Bhmchf303
Thanks
4 years, 11 months ago #1082487Hi,
Can you send me link your site?
I will help you check.
Best regards,
tb.
4 years, 11 months ago #1082563This reply has been marked as private.4 years, 11 months ago #1082574Hi,
1, Mobile style: you can add these lines to Custom CSS or style.css of Child Theme:
.header-2 .navbar-toggle.collapsed{
color: #2e2e2e;
}
2, This option is currently unavailable. You will have to customize the code for the "jm_the_job_meta" function in (/noo-jobmonster/framework/job/job-template.php) file.
3, Disable click: You can add these lines to Customizer -> Custom Code -> Custom Javascript
jQuery(document).ready(function ($) {
if($('.jobs.posts-loop').length > 0){
$('.jobs.posts-loop').find('a').on('click', function(e){
e.preventDefault();
});
}
});
Best regards,
tb.
4 years, 11 months ago #1082587Hi,
Thanks for your help for point 2. do you know what I need to change in the code by any chance?
Thanks,
Abdiqani
4 years, 11 months ago #1082589Hi,
Please send me wp admin account info. I will help you check.
Best regards,
tb.
4 years, 11 months ago #1082593This reply has been marked as private.4 years, 10 months ago #1082611Hi,
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.
4 years, 10 months ago #1082617Hi Tinbeng,
Thanks for looking into this, however, I have few more queries if this is OK with you.
I have just reloaded the website:
1. In the job post -"Negotiable Job Reference in the following format: is now showing, not sure why? - see attachment.
2. In the job post. - the text is not showing in vertical for example:
Full Time
Salary Offer: Negotiable
Job Reference: BhmChef03033. How can I hide the image in homepage on mobile - in case I need to do this later?
4. How do I remove: "Search Job Now" along the field in the Job page, - I want to have the same as the home page.
5. Job Page - Ideally I want to show Job Category first and then Job Location - is this possible?
6. Need to hide/remove - login icon/text on desktop and mobile.
Thanks,
Attachments:
You must be logged in to view attached files.4 years, 10 months ago #1082621Hi,
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
4 years, 10 months ago #1082622Note: 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.
4 years, 10 months ago #1082632Super, thanks Tinhbeng.
Regarding the page builder, which one is currently being used and I can use that from now on.
4 years, 10 months ago #1082649Tinhbeng,
Firstly ignore my last post, about which page builder, I can see it from the page menu.
More importantly, I have gone through the website, and have the following issues:
1. In the job page, the drop down menu seems to have disappeared for both job category and job location - please see attachment.
2. In the home page, for the job location option, the arrow drop down don't seems to be squash, is there any way this can be fixed?
3. for some reason at the bottom of the website, the following code is showing:
jQuery(document).ready(function ($) { if($('.jobs.posts-loop').length > 0){ $('.jobs.posts-loop').find('a').on('click', function(e){ e.preventDefault(); }); } });
do you know why this is showing?
4. is it possible to have content displayed vertical when grid option is selected? for the list option is displaying correctly.
below are for my information:
a) If I need to change the logo size, where is best way to modify it?
b) Contact number on the top bar, how do I make that bigger?
Thanks,
-A
Attachments:
You must be logged in to view attached files.4 years, 10 months ago #1082659Hi,
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;
}
4 years, 10 months ago #1082676Thanks Tinhbeng.
For the mobile when slider is available - how do you make it fit within the screen without having to move it to right/left for adjustment
4 years, 10 months ago #10827134 years, 10 months ago #1082735Hi,
I have tried this, still not showing up on mobile for some reason, any chance you can look into this please?
4 years, 10 months ago #1082778This reply has been marked as private.4 years, 10 months ago #1082779This reply has been marked as private. -
AuthorPosts
You must be logged in and have valid license to reply to this topic.