NooTheme Premium WordPress Theme › Forums › JobMonster › Company Logo on Jobs Page
- This topic has 211 replies, 7 voices, and was last updated 4 years, 8 months ago by tinhbeng.
-
AuthorPosts
-
5 years ago #1080886
You can add priority by adding the "!important" attribute
content: "search"!important;
5 years ago #1080909This reply has been marked as private.5 years ago #1080912This reply has been marked as private.5 years ago #1080914This reply has been marked as private.5 years ago #1080918Hi,
You can override CSS:
.fa-file-text-o:before {
content: "\f0f6"!important; // replace "\f0f6" => your icon
}
Or use the child theme and customize the heading.php file (/wp-content/themes/noo-jobmonster/layouts/heading.php)
Best regards,
tb.
4 years, 11 months ago #1081924This reply has been marked as private.4 years, 11 months ago #1081949Hi,
This is a warning for fields that require a value to come from a browser, currently without customizations to change colors.
Best regards,
tb.
4 years, 11 months ago #1081970This reply has been marked as private.4 years, 11 months ago #1082020Hi,
Please send me wp admin account. I will help you check.
4 years, 11 months ago #1082026This reply has been marked as private.4 years, 11 months ago #1082072Hi,
I checked this problem and it seems to exist on Jobmonster. You can either wait for the update or send me an FTP account. I need it to update the code.
Best regards,
tb.
4 years, 11 months ago #1082078This reply has been marked as private.4 years, 11 months ago #1082081Hi,
I took a closer look at Jobmonster. This is not really an error.
When you enable "posting resume" by "Candidates with Paid Package" function, the package will have an expiration time. => There will be a function to automatically scan the resume with expired Candidates and move it to pending status => I'm just not sure that your package has 18 months but when users create a resume it doesn't seem to update the expiration time for this resume.
You can send me a FTP account to check this problem.
Best regards,
tb.
4 years, 11 months ago #1082086This reply has been marked as private.4 years, 11 months ago #1082106This reply has been marked as private.4 years, 11 months ago #1082121This reply has been marked as private.4 years, 11 months ago #1082134This reply has been marked as private.4 years, 11 months ago #1082144This reply has been marked as private.4 years, 11 months ago #1082164Hi,
The problem has been fixed.
But you still need to note the following:
- If you use the resume package -> All resume will turn into Pending status when the package expires.
- So depending on how you want the site to work => choose whether or not to enable resume packages or not.
- You should refer to this article to better understand how Child Theme works:
Copying the "framework" folder to Child Theme does not mean that it will overwrite all the files in this folder.
=> difficult to control the topic, when there are new updates.
You should only override functions or templates that you want to change.
These are the directories and files you can overwrite by copying them to the child theme.
To override a function:
https://developer.wordpress.org/themes/advanced-topics/child-themes/#using-functions-php
To overwrite a file using "include" / "require" / "require_once":
Best regards,
tb.
4 years, 11 months ago #1082172This reply has been marked as private.4 years, 11 months ago #1082178This reply has been marked as private.4 years, 11 months ago #1082186Moving forward will the site function ok and update with the current child theme?
As I described above, which files and folders can be copied to the child theme and they will automatically overwrite the original theme.
You will not be able to overwrite files in the "framework" folder by the way above. This folder mainly contains functions, if you want to override a function, you just need to copy this function to the functions.php file of Child Theme and edit it.
- Change color text: you can add these lines to style.css of Child Theme:
.noo-plupload-preview b{
color: #81D742;
}
Best regards,
tb.
4 years, 11 months ago #1082195This reply has been marked as private.4 years, 11 months ago #1082205Hi,
Can you tell me the file and function you edited to make it clearer?
I will then be able to guide you.
Best regards,
tb.
4 years, 11 months ago #1082300This reply has been marked as private. -
AuthorPosts
You must be logged in and have valid license to reply to this topic.