Forum Replies Created
-
AuthorPosts
-
1 year, 7 months ago in reply to: Assign job to different employers who do not have their job posted #1220133
Thank you so much for this Jackie.
I finally came to realize there is a wp-admin backend page to list view of agents (companies) at /wp-admin/edit.php?post_type=noo_company
I could then delete companies that I used to think ghosts...!
Cheers:)1 year, 7 months ago in reply to: Assign job to different employers who do not have their job posted #1220121This reply has been marked as private.1 year, 8 months ago in reply to: Assign job to different employers who do not have their job posted #1220110This reply has been marked as private.1 year, 8 months ago in reply to: Assign job to different employers who do not have their job posted #1220098This reply has been marked as private.1 year, 8 months ago in reply to: wysihtml5-sandbox iFrame Editor deadly issue – please help asap!!! #1220067Thank you very much for your quick response!!
I really appreciated your testing to even type Japanese. That means a lot to me.I don't know why you couldn't replicate the issue though.
I used chrome and IE (edge) and firefox and all had the same issue.At any rate, it is now resolved thanks to your advice, I removed all the string "form-control-editor" from class in the resume_detail.php file so that wysihtml5 editor isn't activated.
Thank you again!
1 year, 8 months ago in reply to: wysihtml5-sandbox iFrame Editor deadly issue – please help asap!!! #1220065For the simple solution Jackie, it is to make the editor disable as I don't need them.
Inserting image, making the text bold, list and text alignment etc are not necessary.
Just single text area is fine like seen in many online contact form.1 year, 8 months ago in reply to: wysihtml5-sandbox iFrame Editor deadly issue – please help asap!!! #1220064Or forcing the page to click "Edit HTML" button on wysihtml5-toolbar by using JavaScript....
*As I mentioned HTML view mode has no effect with hitting SPACE key.And what I do is to hide that UL wysihtml5-toolbar by using CSS display none.
However, JS code I put in didn't work...
const target = document.getElementsByClassName('.wysihtml5-toolbar .btn.btn-default');
target.click();
1 year, 8 months ago in reply to: wysihtml5-sandbox iFrame Editor deadly issue – please help asap!!! #1220058The Attached is the editor I am talking about.
The source code of this is with UI class "wysihtml5-toolbar" and IFRAME class "wysihtml5-sandbox"Attachments:
You must be logged in to view attached files.1 year, 8 months ago in reply to: wysihtml5-sandbox iFrame Editor deadly issue – please help asap!!! #1220057iframe class="wysihtml5-sandbox" security="restricted" allowtransparency="true"
You know there are sections in html source codes that use above code. That is iframe to let users to write in textarea but it's controlled by "wysihtml5-toolbar".
I want you to tell me how to disable this toolbar together with wysihtml5-sandbox iframe.
Or at least forcing it to only use HTML mode while keeping users not seeing actual HTML.It is very difficult to explain.... sorry.
It would be perfect if you could force all the wysihtml5 editor into MCE editor though.
Maybe that's not easy.1 year, 8 months ago in reply to: wysihtml5-sandbox iFrame Editor deadly issue – please help asap!!! #1220056If you cannot change WYSIHTML editor to MCE editor then I at least as a countermeasure need to disable these editors.
Then all the text fields will become just textarea without advanced editing functionalities.
Please tell me how to disable UL class mysihtml5-toolbar and force them to use HTML in textarea.I hope it makes sense.
1 year, 8 months ago in reply to: Job Sidebar Widget Reset button doesn’t work on “Keyword Search” field #1220039This reply has been marked as private.1 year, 8 months ago in reply to: Job Sidebar Widget Reset button doesn’t work on “Keyword Search” field #1220038This reply has been marked as private.1 year, 8 months ago in reply to: Job Sidebar Widget Reset button doesn’t work on “Keyword Search” field #1220026Thank you very much Jackie for your prompt reply!
It's fixed the issue.Hey, I can't remember how many but there have been quite a few things I have raised up and you have fixed within parent theme.
I am wondering if these are all noted on your side and the next theme update includes their fix.If so, I can just replace the parent theme files without any worries but, if not, I still have to replace one file and another (I still keep all the notes on which files I have replaced in the parent theme folder) so that updated files (by you like this time on parent theme) won't override the modified files in the parent theme.
Also, I would like to know the full list of what is modified in the new update. Not line numbers as such details but reasons of fix (update the files) etc. Otherwise, it would be hard for me to replace the parent theme folder with the new one.
I want to hear your thought on this. I know it's troublesome but is there some way to make it easy?
Have a good weekend.1 year, 9 months ago in reply to: Adding New Job Alert — Cannot add job location which isn’t being used #1219965This reply has been marked as private.1 year, 9 months ago in reply to: Adding New Job Alert — Cannot add job location which isn’t being used #1219960This reply has been marked as private.1 year, 9 months ago in reply to: Adding New Job Alert — Cannot add job location which isn’t being used #1219949This reply has been marked as private.1 year, 9 months ago in reply to: Adding New Job Alert — Cannot add job location which isn’t being used #1219923This reply has been marked as private.1 year, 9 months ago in reply to: Adding New Job Alert — Cannot add job location which isn’t being used #1219922This reply has been marked as private.1 year, 10 months ago in reply to: Override template files stored in “/framework/” folder via child theme #1219809Sorry for the late response. Been on leave. Thank you for your reply.
I understand your point but for now, I will leave the parent theme untouched
My main concern is when the parent theme has a future update, I lose track of what I modified.
1 year, 11 months ago in reply to: Override template files stored in “/framework/” folder via child theme #1219730Hi Jackie,
Thank you for your message.
My apologies for not responding sooner. I've been sick in bed.I got confused how codes inside few files are modified by you. Remember you are only accessing a test site. I have to apply the changes you made to my other site. And it is not just for this time but also I have to always consider about the future update when themeforest notifies us about the theme change (parent theme of course).
So I didn't expect you to modify the parent theme. You have changed few parent theme files correct?
(noo-html.php, noo-theme.php, noo-utilities.php) because only replacing child theme files gave me fatal errors again.My worry is when you update your themeforest noo-job theme, will you include these changes by default?
1 year, 12 months ago in reply to: Changing the order of job content meta inside loop (output via Noo jobs) #1219633This reply has been marked as private.1 year, 12 months ago in reply to: Override template files stored in “/framework/” folder via child theme #1219632This reply has been marked as private.Thanks Jackie.
I updated the dev site using the file. /wp-content/themes/noo-jobmonster/framework/functions/noo-theme.php
But related to the post #1219599,
Using a child theme to use function below gave me error so I put it in the parent theme instead.
*** The code below in functions.php (of the child theme caused fatal error)
require_once get_stylesheet_directory() .'/framework/functions/noo-theme.php';
Anyway, the issue is resolved so I would like to close the ticket.
By the way, all these error (bug?) fix, will you include in next theme update making them default template?I am just curious.
Thanks again.
2 years ago in reply to: Override template files stored in “/framework/” folder via child theme #1219599Summary
The following 3 files gave me a fatal error when located in child theme folder.
require_once get_stylesheet_directory() .'/framework/functions/noo-html.php';
require_once get_stylesheet_directory() .'/framework/functions/noo-utilities.php';
require_once get_stylesheet_directory() .'/framework/admin/visual-composer.php';On the other hand, the following 3 files work fine in child theme. No error.
require_once get_stylesheet_directory() .'/framework/functions/noo-html-shortcodes.php';
require_once get_stylesheet_directory() .'/framework/job/job-template.php';
require_once get_stylesheet_directory() .'/framework/job/job-expired.php';Some of the files were ones you applied the fix and advised me of the location of the modified files.
2 years ago in reply to: Changing the order of job content meta inside loop (output via Noo jobs) #1219598Thanks Jackie,
Yes, regarding "jm_the_job_meta_fields", I identified the file you pointed out for what I wanted to do. However...
Have you actually tried to change order of job meta information within that file?
If you tried, you will understand how I could not change the order of job meta information in this file to reflect the change to actual order in job information loop output by using "Noo Jobs" via WP Bakery (or job cards in "/job/" page).
For example, the file (wp-content/themes/noo-jobmonster/framework/job/job-template.php) has the job meta information in the following order (starting around line 270)
1. job_type
2. job-location
3. _full_address
4. job_category
5. job_date
6. _closingI tried to change order like 1, 3, 2, 6, 4 by swapping the order within but does not work.
I hope you could do the same to understand what I mean.
-
AuthorPosts