Forum Replies Created
-
AuthorPosts
-
hi,
its time to fix it.
--menu widget does not work on footer on desktop, on mobile and on sidebar the same widget works.
--other issues, some of them i sent you allready several times, now its time to solve all issues.
and all the mobile issues
This reply has been marked as private.hi,
some response?
please fix ASAP can not add custom fields to resume package
--menu widget does not work on footer on desktop, on mobile and on sidebar the same widget works.
-- advanced shearch does not work
--other issues, some of them i sent you allready several times, now its time to solve all issues.
and all the mobile issues
regards
This reply has been marked as private.hi,
i found this css code in one of the job monster support feeds.
please edit this code for fitsica. thanks.
4, By default, Jobmonster inherits the maximum file upload filesize from WordPress.
If you want to specify a maximum filesize, the following code will set the limit to 1mb for non-admins.
function noo_limit_upload_size_limit_for_non_admin( $limit ) {
if ( ! current_user_can( 'manage_options' ) ) {
$limit = 1000000; // 1mb in bytes
}
return $limit;
}
add_filter( 'upload_size_limit', 'noo_limit_upload_size_limit_for_non_admin' );
function noo_apply_wp_handle_upload_prefilter( $file ) {
if ( ! current_user_can( 'manage_options' ) ) {
$limit = 1000000; // 1mb in bytes
if ( $file['size'] > $limit ) {
$file['error'] = __( 'Maximum filesize is 1mb', 'noo' );
}
}
return $file;
}
add_filter( 'wp_handle_upload_prefilter', 'noo_apply_wp_handle_upload_prefilter' );
hi, thank you very much.
but the more info button on the package still dont work.
regards
This reply has been marked as private.-- you added custom css to my child theme for custom fields.
if i change something in the custom fields, the text "recent jobs" shifts together with the custom field text.
-- can not display cover image job view
-- unread messages info on user account image even if there are no new messages
-- iframe custom css failure
-- string allready translated appears still in english and please set the rewiv stars in one row
issue iframe custom css
2. how to translate? why i dont have all strings in loco translator
how to add strings?
still have total failure more info button on package (theme 1.0.2)
essage view issue
This reply has been marked as private.This reply has been marked as private.1. can not upload file with microsoft edge
2. how to translate?
3. again - footter in front on job detail view when i add widgets to footer.
4. box size without images
best regards from vienna for the hard working team
how to display video with custom fields?
- screenshot 1: video on resume detail view - the size is ok
-- screenshot 2 : video on job detail view - how to set an own field for video, outside the box?
--- screenshot 3: video on company detail view - how to set a video outside the company info box?
suggest for custom fields
<span>when will the new relaes be released?</span>
can not display featured companies with noo company widget
you need go to company dashboard and set featured for company.
you mean this company dashboard?
hi,
please dont skip anything. i dont want always to post the same questions
its allready urgent.
1.more info button on job package
when i click on more info i get a screen failure
2- member icon color ---- mobile
can not see the icon bevor click on it. how to change color?
3. apply for job button --- mobile
pls add text - apply now. nobody knows what the button means with the arrow
4. search button cadidate: You can change that text in fitsica / layouts / resume / heading-resume file.
i dont want to chage text. the search arrow covers the text. please fix it. make the button bigger or disable the arrow
5. main menu size - pls fix it. when i go to 100% browser view the menu goes responsive. why?
6. please upload all in demo showed templates to my server
7. job detail templates
now i have 8 templates in the settings but i in add new product i can see only 5
8. job package position.
9.can not display featured companies with noo company widget
10. responsive issues on job package site after click on post job on member site
11. sidebar issue after click on closing cross
regards
-
AuthorPosts
