Forum Replies Created
-
AuthorPosts
-
4 years, 11 months ago in reply to: many issues – follow us button, apply for job, member sidebar #10821194 years, 11 months ago in reply to: many issues – follow us button, apply for job, member sidebar #1082118
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
4 years, 11 months ago in reply to: many issues – follow us button, apply for job, member sidebar #10821174 years, 11 months ago in reply to: many issues – follow us button, apply for job, member sidebar #1082096This reply has been marked as private.4 years, 11 months ago in reply to: many issues – follow us button, apply for job, member sidebar #10820884 years, 11 months ago in reply to: many issues – follow us button, apply for job, member sidebar #1082079hi,
some response?
4 years, 11 months ago in reply to: many issues – follow us button, apply for job, member sidebar #1082060please fix ASAP can not add custom fields to resume package
4 years, 11 months ago in reply to: many issues – follow us button, apply for job, member sidebar #1082046--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
4 years, 11 months ago in reply to: many issues – follow us button, apply for job, member sidebar #1082040This reply has been marked as private.4 years, 11 months ago in reply to: many issues – follow us button, apply for job, member sidebar #1081984hi,
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' );
4 years, 11 months ago in reply to: many issues – follow us button, apply for job, member sidebar #1081964hi, thank you very much.
but the more info button on the package still dont work.
regards
4 years, 11 months ago in reply to: many issues – follow us button, apply for job, member sidebar #1081935This reply has been marked as private.4 years, 11 months ago in reply to: many issues – follow us button, apply for job, member sidebar #1081934-- 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
4 years, 11 months ago in reply to: many issues – follow us button, apply for job, member sidebar #1081931issue iframe custom css
4 years, 11 months ago in reply to: many issues – follow us button, apply for job, member sidebar #10819302. how to translate? why i dont have all strings in loco translator
how to add strings?
4 years, 11 months ago in reply to: many issues – follow us button, apply for job, member sidebar #1081929still have total failure more info button on package (theme 1.0.2)
4 years, 11 months ago in reply to: many issues – follow us button, apply for job, member sidebar #1081928essage view issue
4 years, 11 months ago in reply to: many issues – follow us button, apply for job, member sidebar #1081927This reply has been marked as private.4 years, 11 months ago in reply to: many issues – follow us button, apply for job, member sidebar #1081926This reply has been marked as private.4 years, 11 months ago in reply to: many issues – follow us button, apply for job, member sidebar #10819081. 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
4 years, 11 months ago in reply to: many issues – follow us button, apply for job, member sidebar #1081907how 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?
4 years, 11 months ago in reply to: many issues – follow us button, apply for job, member sidebar #1081904suggest for custom fields
4 years, 12 months ago in reply to: many issues – follow us button, apply for job, member sidebar #1081864<span>when will the new relaes be released?</span>
4 years, 12 months ago in reply to: many issues – follow us button, apply for job, member sidebar #1081862can not display featured companies with noo company widget
you need go to company dashboard and set featured for company.
you mean this company dashboard?
4 years, 12 months ago in reply to: many issues – follow us button, apply for job, member sidebar #1081860hi,
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