Forum Replies Created
-
AuthorPosts
-
2 years ago in reply to: Override template files stored in “/framework/” folder via child theme #1219597
Thanks Jakie,
I employed the method you referred to.
For example the below file in the child theme folder was working fine./wp-content/themes/noo-jobmonster-child/framework/functions/noo-html-shortcodes.php
And to make it work, I put the following code in functions.php in the child theme.
require_once get_stylesheet_directory() .'/framework/functions/noo-html-shortcodes.php';
However as soon as I put following 2 files, fatal error occurred. Doesn't have to be 2 files. Even 1 file creates fatal error. You may think the files are wrong but don't get me wrong, this is without any modification. I just copied them from the parent theme and pasted them in child theme folder location for testing purposes.
/wp-content/themes/noo-jobmonster-child/framework/functions/noo-html.php
/wp-content/themes/noo-jobmonster-child/framework/functions/noo-utilities.phpIt would be great if you could look into it but I am guessing this is outside of your support scope...
This reply has been marked as private.I understood.
Thanks Jackie. I put the file back.
This reply has been marked as private.I understand. I will have to ignore the noo_job text then.
I don't want to change the text on every template file.Thanks for your support.
Thanks Jackie,
I understood now about job expiration and closing / expire / active status finally.
Previously I was ignoring the job expiring date because I didn't get the need of it.
So I was trying not to use it by setting the duration to 0 or 1. Something small...However, I realized I must always use job expiry date in order to use your theme correctly. Now I put 365 duration.
Now I understand the system. Thanks for your patience. I will close the ticket.
P.S.
I still need to solve the closing date issue on other thread.
2 years ago in reply to: Changing the order of job content meta inside loop (output via Noo jobs) #1219542failed again. I attached the screenshot
Attachments:
You must be logged in to view attached files.2 years ago in reply to: Changing the order of job content meta inside loop (output via Noo jobs) #1219541Sorry the code was left off...
-------------------------------------------------------------------Inside the paragraph tag
,
there are couple of span class and I want to change the order of it when it is output in HTML.
For example following is a default order
1.
2.
3.
4.
5.
6.But I want to shuffle around the way I want. E.g. 2 > 4 > 1 > 3 > 5 > 6.
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.With regards to "why2.jpg", if you press the reposting icon, the status changes to "active" again.
However, when you execute "noo_job_check_expired_jobs" action, the status goes back to "expired".
IMO this is not right because the (expiration) date is set in the future 11/17 and today is 11/7, it cannot be expired.
Please explain....
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.2 years ago in reply to: I want to add contentes into blog and jobs page using wpbakely in wp backend. #1219509Ok I understood..
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Hi
I am still struggling with this...My job publish date is 2022-10-10
And closing date is 2022-10-29
With expire date set 2022-10-30
Today is 2022-11-03 It is still displayed. How does it disappear from the job search view?
It is like both closing date, expiration date of the job doesn't do anything.
2 years ago in reply to: It doesn’t output “resume-description” when you turn Resume Print Option ON #1219496Thanks for looking at this.
Yes, that made sense! I appreciate your advice:-)
I am closing the ticket.2 years ago in reply to: It doesn’t output “resume-description” when you turn Resume Print Option ON #1219486This reply has been marked as private.2 years ago in reply to: How can I output “Introduce Yourself (Optional) field” from profile on resume? #1219485Thanks a lot Jackie.
It is perfect.I also found out that the reason why it didn't do anything before on my dev site was because I was using "detail-style-3.php.
So this time based on your modification on "detail-style-2.php", I modified the style-3 in the way I wanted.I am closing the ticket now:)
-
AuthorPosts