NooTheme Premium WordPress Theme › Forums › Fitsica › many issues – follow us button, apply for job, member sidebar
Tagged: apply for job button, featured job icon, fitsica job board theme, follow jobs, follow us button, job monster, more info button, profile image max size, shortlist
- This topic has 51 replies, 3 voices, and was last updated 5 years, 1 month ago by Anonymous.
-
AuthorPosts
-
5 years, 1 month ago #1081921
AnonymousInactiveTopics: 0
Posts: 155Hi,
1. can not upload file with microsoft edge
We have seen the problem, we will respond when we debug it
3. again - footter in front on job detail view when i add widgets to footer.
It will be fixed when we release a new version this week.
4. box size without images.
We could not fix the fixed size of the image, it was cropped to the general size.
Your problem could be fixed by editing the image image-company-default.jpg with another 400x300 image by following the path jm-core / assets / images / image-company-default.jpg
Regards.
5 years, 1 month ago #1081926This reply has been marked as private.5 years, 1 month ago #1081927This reply has been marked as private.5 years, 1 month ago #1081928essage view issue
5 years, 1 month ago #1081929still have total failure more info button on package (theme 1.0.2)
5 years, 1 month ago #10819302. how to translate? why i dont have all strings in loco translator
how to add strings?
5 years, 1 month ago #1081931issue iframe custom css
5 years, 1 month ago #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
5 years, 1 month ago #1081935This reply has been marked as private.5 years, 1 month ago #1081950
AnonymousInactiveTopics: 0
Posts: 155Hi,
--essage view issue
I fixed it.
--still have total failure more info button on package (theme 1.0.2)
I checked and no longer have this problem.
--issue iframe custom css
I helped you add css into customize.
-- 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.
I fixed it.
-- can not display cover image job view
Disable Parallax Background in customize.
-- string allready translated appears still in english and please set the rewiv stars in one row
I fixed it.
Regards.
5 years, 1 month ago #1081952
AnonymousInactiveTopics: 0
Posts: 1552. how to translate? why i dont have all strings in loco translator
how to add strings?
I fixed it in the code.
5 years, 1 month ago #1081953
AnonymousInactiveTopics: 0
Posts: 155--some mobile issue.
Thank you for letting us know what problems we encounter, we will fix it in the future.
Best Regards.
5 years, 1 month ago #1081964hi, thank you very much.
but the more info button on the package still dont work.
regards
5 years, 1 month ago #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' );
5 years, 1 month ago #1081992
AnonymousInactiveTopics: 0
Posts: 155Hi,
It is the wordpress default filter so you can add those 2 functions in fitsica / functions.php file or in childtheme. You can edit $limit =1000000 saint $limit = 1048576 to set the size to 1mb.
Thanks.
5 years, 1 month ago #1081996
AnonymousInactiveTopics: 0
Posts: 155Hi,
--the more info button on the package still dont work.
I think the problem comes from the cache. I have tried creating a new page and adding the Noo Package widget and I don't see the problem. So I suggest you create a new job package page.
Thanks
5 years, 1 month ago #1082040This reply has been marked as private.5 years, 1 month ago #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
5 years, 1 month ago #1082060please fix ASAP can not add custom fields to resume package
5 years, 1 month ago #1082079hi,
some response?
5 years, 1 month ago #10820885 years, 1 month ago #1082096This reply has been marked as private.5 years, 1 month ago #1082108
AnonymousInactiveTopics: 0
Posts: 155Hi,
-- advanced shearch does not work. I fixed it.
--PLS se screenshot
I fixed it.
--resume package pop up not working.
I fixed it.
---please fix ASAP can not add custom fields to resume package
You need to setup the post resume is "candidate with package"
--where to find the indeed and joble zip files.
Did you mean the Noo Jobs Imports plugin, I sent you the zip file in the attached link
-- maybe you can help
sample page: https://prntscr.com/q7wxep
Sorry our developers are currently developing new products, so we can't help you with this right now. We will review and develop it in the future.
Regards.
5 years, 1 month ago #10821175 years, 1 month ago #1082118hi,
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
-
AuthorPosts
You must be logged in and have valid license to reply to this topic.