NooTheme Premium WordPress Theme › Forums › JobMonster › Layout of job ads
- This topic has 10 replies, 2 voices, and was last updated 5 years, 3 months ago by
Anonymous.
-
AuthorPosts
-
5 years, 4 months ago #1083667
AnonymousInactiveTopics: 7
Posts: 40This is our site: https://dynamicboards.co.uk/
We have problems with how the jobs are laid out. You can see these by signing in as a candidate (I'll send you details to do so privately in a moment) and going to 'board roles'.
We have 5 problems/ requests for help:
(1) logos - show up in the wrong place + huge on the single job ad page (https://dynamicboards.co.uk/roles/news/) and on the search page (https://dynamicboards.co.uk/roles/)
(2) "Please Upgrade the package to view more fields." appears on the single job ad text (below the logo). We'd like that to stop appearing.
(3) this text "Showing the single result" shows on the search page ( https://dynamicboards.co.uk/roles/) please can we delete this and the '4 line & 4 dot' icon next to it as
(4) can you remove the apply button (showing here: https://dynamicboards.co.uk/roles/news/) (ideally we'd have the option to have an apply button / not, but if that isn't easy to do then please just remove it all together as we are going to ask people to email in their applications)
(5) Please remove the 'views' showing here https://dynamicboards.co.uk/roles/news/ we won't want people to be able to see the views and had previously removed this but somehow it has come back.
Thanks,
Sarah
5 years, 4 months ago #1083668
AnonymousInactiveTopics: 7
Posts: 40This reply has been marked as private.5 years, 4 months ago #1083748
AnonymousInactiveTopics: 7
Posts: 40This reply has been marked as private.5 years, 3 months ago #1083848Hi,
1,3,5: I added these lines to Custom CSS, you can reload your site and check again.
.value-_noo_job_field__logo img{
max-width: 150px;
}
.job-_logo img{
max-width: 80px;
}
.noo-page-heading .page-title .count{
display: none;
}
a.noo-type-btn:nth-child(2) {
display: none ;
}
2, The reason why the above line appears is because you have turned on the package options for this field.
4, I no longer see the apply for job button, you seem to have hidden it.
Best regards,
tb.
5 years, 3 months ago #1083865
AnonymousInactiveTopics: 7
Posts: 40Thanks.
The apply button is still showing - it only shows if you are logged in as a candidate though? Try using the candidate log in I showed above and you should be able to see it.
The layout of the logo is still not great (on the list page or on the single job page). Are you able to improve this at all? Usually it would be top left / top right/ off to the side of the text?
Thank you for your help.
5 years, 3 months ago #1083866
AnonymousInactiveTopics: 7
Posts: 40Hi, I've now managed to get rid of the package wording but this wording still appears " Please note, if you select 'yes' we will agree the wording of these emails with you yes-please" ? #
any ideas?
5 years, 3 months ago #1083871
AnonymousInactiveTopics: 7
Posts: 40I've fixed that wording appearing now - so it's just the apply button & the layout of the logo left to sort, thanks.
5 years, 3 months ago #1083891Hi,
The layout of the logo is still not great (on the list page or on the single job page). Are you able to improve this at all? Usually it would be top left / top right/ off to the side of the text?
The job needs to be created from User Employer (Company). Logo will be obtained from Company image profile instead of use custom field.
You should create job from frontend instead of backend.
The button is currently applied by email and you want to hide this button.
5 years, 3 months ago #1084025
AnonymousInactiveTopics: 7
Posts: 40This reply has been marked as private.5 years, 3 months ago #1084090Hi,
You can use CSS:
.single-noo_job .job-action{
display: none;
}
Or use Child Theme and customize these files (detail.php, detail-style-2,3,4 -> wp-content/themes/noo-jobmonster/layouts/job/single). You find to the div tag with class "job-action" and remove it.
Best regards,
tb.
5 years, 3 months ago #1084397
AnonymousInactiveTopics: 7
Posts: 40Thank you - that worked.
-
AuthorPosts
You must be logged in and have valid license to reply to this topic.