Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
This is how some elements are loaded
Attachments:
You must be logged in to view attached files.You can check and only apply for single job or resume, eg
function remove_email_address($content){ if(is_singular('noo_job') || is_singular('noo_resume')){ return preg_replace_callback('/([a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+.[a-zA-Z]{2,4})/i', function($email){ return ' '; }, $content); } return $content; } add_filter( 'the_content', 'remove_email_address', 20 ); add_filter( 'widget_text', 'remove_email_address', 20 );
Best regards.
It looks like it works. Thank you!
Dear, the email not show because you custom function 'remove_email_address' in file functions.php of your theme. Please remove it and check again. Best regards.
I found this function on this forum, it should prohibit deleting email addresses in the field of job descriptions and resume.
Is there any way to rewrite this function so that it only works in description fields?
This reply has been marked as private.Was this request resolved? I am also interested in displaying only Featured resumes separately from the rest.
Dear, On Job page, that is block to display featured job. But resume not support featured job, so the theme not support add it on Resume page. Best regards.
I don't need to show my featured jobs on the resume page. I need to put a separate block with my featured resumes on top of the general list of resumes, even if they did not update the date and they went to the next page
Why do we need this forum if questions are not answered here anyway?Dear, I don't understand your questions because the Social icon of Jobmonster theme only support display on topbar. Please kindly give me more details. I will check to help you.
These are two different questions.1) Is it possible to add other social networks besides those indicated in the second screenshot2) How to remove a button with a user account, which is duplicated (see the first screenshot). You need to leave it only on top, you need to remove it from the bottom.These are two different questions.1) Is it possible to add other social networks besides those indicated in the second screenshot2) How to remove a button with a user account, which is duplicated (see the first screenshot). You need to leave it only on top, you need to remove it from the bottom. -
AuthorPosts