Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
nice, thank you!
Hi,
sorry I missed your reply.
Thank you for your help
Hi,
thank you, it worked but I had to fix both the resume-category.php file and the css.
Please, fix the resume-category.php file because it contains a span instead of an h3, which is the tag used for the "title" class of the job categories, otherwise after every update people will have to manually fix it.
file: wp-content/plugins/jobmonster-addon/includes/elementor-extra/resume-category.php (line 249 and line 252)
247
category-item">248 term_id,
get_post_type_archive_link('noo_resume') ))?>">
249 //This span tag should be h3
250 <?php echo esc_html( $cate_name ); ?>
251 (<?php echo absint( $job_count ); ?> )
252 //This span tag should be h3
253
254
css:
.noo-resume-category-wrap.style-list a .title {
font-family: "", sans-serif;
}
.noo-resume-category-wrap .title {
font-size: 1em;
margin: 0px;
line-height: inherit;
font-weight: inherit;
}
Hi,
can you please fix this problem?
I have also extended the theme support and I would like to get the right help on this. It's not an extra feature, it's something that should work in a way out of the box but doesn't.
Hi, any news about this?
Also, is it possible to send to the admin's email the actual job/resume description instead of the "View resume/job" link?
As an admin, I would like to receive an email containing the job/resume description so that I can check the content and then approve it from the email itself, without having to login to wordpress.
Hi,
I might have solved the problem adding this function
function wpb_image_editor_default_to_gd( $editors ) {
$gd_editor = 'WP_Image_Editor_GD';
$editors = array_diff( $editors, array( $gd_editor ) );
array_unshift( $editors, $gd_editor );
return $editors;
}
add_filter( 'wp_image_editors', 'wpb_image_editor_default_to_gd' );
ok, so candidates can set their resumes without paying? it's not possible to make them pay to have their resume as featured, just like employers do?
alright, thank you
3 years, 3 months ago in reply to: “Order by” feature integration (public release or personal request) #1213817This reply has been marked as private.3 years, 3 months ago in reply to: “Order by” feature integration (public release or personal request) #1213815This reply has been marked as private.3 years, 3 months ago in reply to: “Order by” feature integration (public release or personal request) #1213812This reply has been marked as private.3 years, 3 months ago in reply to: “Order by” feature integration (public release or personal request) #1213803This reply has been marked as private.3 years, 3 months ago in reply to: “Order by” feature integration (public release or personal request) #1213801This reply has been marked as private.3 years, 3 months ago in reply to: “Order by” feature integration (public release or personal request) #1213799This reply has been marked as private.3 years, 3 months ago in reply to: “Order by” feature integration (public release or personal request) #1213796This reply has been marked as private.3 years, 3 months ago in reply to: “Order by” feature integration (public release or personal request) #1213794This reply has been marked as private.3 years, 3 months ago in reply to: “Order by” feature integration (public release or personal request) #1213779This reply has been marked as private.3 years, 3 months ago in reply to: “Order by” feature integration (public release or personal request) #1213767Thank you for your reply.
That's ok regarding custom fields, it's not vital.
But what about the published date, the rating score and the number of reviews? The published date and the rating score would be the most important ones.
What do you think?
Thank you
3 years, 3 months ago in reply to: “Order by” feature integration (public release or personal request) #1213762Hi,
yes, I think it would be very important for users to have the possibility to order the resume/job search results by different criteria, such as by publishing date (asc and desc), rating score (asc and desc), number of reviews (asc and desc) etc.
If possible, it would be cool to have the possibility to customize the "order by" options too, so that if I add a custom field I could also use that custom field as an "order by" element.
I'm attaching a screenshot taken from your demo website for the theme "Landmark" where it is possible to order the property search results by name, date, price etc.. that's exactly what I would like to have on Jobmonster. (https://wp.nootheme.com/landmark/properties/?display=style-list)I'm also attaching another screenshot with a visual example.
Please, let me know if it's doable!
Thank you!
Attachments:
You must be logged in to view attached files.3 years, 3 months ago in reply to: Integrate user/company rating in resume/company list elements #1213739Hi,
thank you for your reply.
I'll stick to the "submit button" solution then.
Thanks for your help
3 years, 3 months ago in reply to: Integrate user/company rating in resume/company list elements #1213729This reply has been marked as private.3 years, 3 months ago in reply to: Integrate user/company rating in resume/company list elements #1213707This reply has been marked as private.3 years, 3 months ago in reply to: Integrate user/company rating in resume/company list elements #1213693Also, when I use filters the stars disappear, how can I fix this?
Thank you
3 years, 3 months ago in reply to: Integrate user/company rating in resume/company list elements #1213689Is it now possible to order the results by rating or by other fields?
-
AuthorPosts