Dat Hoang
Forum Replies Created
-
Thanks for your reponse @m-esmaili
Currently, the source of the email is “WordPress” and the link in it to reset the password is invalid. I would like to edit this Email.
We use the email system from WordPress by default.
WP Job Manager does not control that. I suggest following these guides to achieve what you want.
http://www.wpbeginner.com/plugins/how-to-change-sender-name-in-outgoing-wordpress-email/
https://premium.wpmudev.org/blog/wordpress-email-settings/Cheers,
Forum: Plugins
In reply to: [WP Job Manager] Job search is pulling blog postsHi,
Actually, you’re still using the Jobify theme and other plugins.
We’d like to see a testing site, which you’re using a default theme like TwentySeventeen and other plugins.
Based on what I can see on your site, the search query by WP Job Manage is modified by other theme/plugins. But I can not say exactly where it is.
If you can set up a brand new testing site with just a default theme and no other plugins (just WPJM) and the issue is still there, we might have a look,
Thanks.
DatForum: Plugins
In reply to: [WP Job Manager] Show temporary and full tile jobs on different pageHi,
That’s totally possible.
Please have a look at https://wpjobmanager.com/document/the-job-dashboard/
selected_job_typesis the parameter of the shortcode you want 🙂Cheers,
Forum: Plugins
In reply to: [WP Job Manager] Job search is pulling blog postsCan I reach you directly via email? I don’t mind giving you access, but I’d prefer not to provide a public link at this time.
We do have the email support, but for the premium add-ons only https://wpjobmanager.com/product-category/core-add-ons/
In this case, can you set up a testing site, then we can have a look?
Thanks.
DatForum: Plugins
In reply to: [WP Job Manager] filter in sidebar? how?Hi,
Sorry, but we aren’t able to help with custom code requests like this. 🙁 You may want to look into one of these services for help:
Thanks!
Forum: Plugins
In reply to: [WP Job Manager] Job search is pulling blog postsHi,
If that doesn’t help, you can also try switching to the Twenty Sixteen theme via Appearance > Themes, and test again. If the issue is resolved then you know it’s a problem with the theme, and you’ll need to contact the theme author for further assistance.
I am sorry. I did not ask for the link. Can you please send us?
Cheers,
DatForum: Plugins
In reply to: [WP Job Manager] Job IDs disappeared since updateHi all,
Yes i noticed this to, i cant display featured job by [job_sumary] shortode.
This might be another issue. Can you please open a new ticket and give us more details?
Hi, I’m not sure what modification you mean but no it’s not in the URL. On the job page, you have the Job title, then underneath it the name of the person who placed the job and the date it was placed. Previously, it then had the Job ID that was automatically generated. That has now disappeared. This was a critical requirement of the plugin and the main reason that we switched to it from a different one. It has not been modified.
Currently, this is what I am seeing.
https://mums-the-word.co.uk/jobs/
* This job https://mums-the-word.co.uk/job/oxfordshire-chipping-norton-part-time-temporary-tutor-ref/ has the “Tutor. Ref 1564” title.
* This is not https://mums-the-word.co.uk/job/mums-the-word-buckinghamshire-aylesbury-part-time-after-school-nanny/ – “After school Nanny”.
By default, WPJM does not provide this feature as you see here
https://demo.wpjobmanager.com/jobs/You might check with the developers or someone creating this site for you, they might add custom code somewhere (that’s not necessary in the WPJM code).
Cheers,
Forum: Plugins
In reply to: [WP Job Manager] Job search is pulling blog postsIt’s possible that there might be a conflict with one of your current plugins or your theme.
Try disabling all of your plugins except WP Job Manager (and add-ons). Then try testing again to see if the issue persists. If that resolves your issue, you can find what was causing it by enabling each plugin one by one while continuing to test.
Forum: Plugins
In reply to: [WP Job Manager] Setting a job featured through SQL question.Hi,
I’ve tested again.
You guys can test it from your and by inserting the meta for a job, then posting another non featured job, you will see that the new job will appear above the featured job.
I confirm this. You can try to use this code.
$post_id = 76;
$meta_key = ‘_featured’;
$meta_value = ‘1’;update_post_meta( $post_id, $meta_key, $meta_value );
add_filter( ‘get_job_listings_cache_results’, ‘__return_false’ );(Or the raw code here http://cld.wthms.co/ssvE3v )
We have some filters in doing this task. It’s not simply a change in meta_key above.
Cheers,
- This reply was modified 8 years, 7 months ago by Dat Hoang.
Forum: Plugins
In reply to: [WP Job Manager] Translation no Longer Working After Update to 1.29.0Hi Chris,
Can you please try this workaround from WPML?
https://wpml.org/forums/topic/wp-job-manager-jobslisting-shows-only-on-default-language-page/
As you see here, they’re an issue from WPML.
https://github.com/Automattic/WP-Job-Manager/issues/1176
https://github.com/Automattic/WP-Job-Manager/issues/1197Cheers,
DatForum: Plugins
In reply to: [WP Job Manager] Javascript Error and Arabic Search Results not loadingHi there,
Can you please try this workaround from WPML?
https://wpml.org/forums/topic/wp-job-manager-jobslisting-shows-only-on-default-language-page/
As you see here, they’re an issue from WPML.
https://github.com/Automattic/WP-Job-Manager/issues/1176
https://github.com/Automattic/WP-Job-Manager/issues/1197Cheers,
DatForum: Plugins
In reply to: [Woo Viet - WooCommerce for Vietnam] Uing VND but can’t get One Pay to workHi Tim,
So, correct me if I’m wrong, but this plugin then really only works for e-commerce stores that are being launched from Vietnam.
You’re not wrong at all.
That’s my first intention, then other people like you.I’m using the WPML plugin.
…When users switch to the Vietnamese version of the site VND will be the currency…
What you see (VND) is not really what other plugins interact each other.
I have not tested this issue at the moment.
However, if you’re a developer, you can tweak true/false to enable the OnePay gateway (by changing the ‘VND’ to ‘USD’).
* https://github.com/htdat/woo-viet/blob/d6ecbfe8069956499d63a68755fd02d67d4f90b4/woo-viet.php#L146
Be noted that: I do not guarantee this tweak may work correctly with WPML. If you’re not a developer, you might hire someone with the knowledge of WooCommece and WPML to help you: the OnePay class I wrote is good, just the issue with sending the correct amount value of the order and its currency.
—
Disclaimer: I used to be a member of WPML team, I know how complicated the multi-currency in WCML (WooCommerce Multilingual) is.Update: the GitHub issue https://github.com/htdat/woo-viet/issues/36
- This reply was modified 8 years, 7 months ago by Dat Hoang.
Hi em,
Dạ hiện tại em đã thử customize lại form Checkout bằng cách unset các trường không cần thiết bằng code và thành công rồi anh ạ.
À OK, vậy chúc mừng em. Dùng hook thì đúng là có thể modify theo ý mình, anh cũng phải dùng các hook đó trong plugin Woo Viet thôi.
Forum: Plugins
In reply to: [Woo Viet - WooCommerce for Vietnam] Uing VND but can’t get One Pay to workHi Tim,
Which multi-lingual plugin are you using?
I am afraid of that there is no workaround at the moment.Because as far as I know, each multi-lingual plugin creates their own layer in managing the multi-currencies.
If there are more requests regarding this issue, I may consider to add it later.
Thanks for your understanding.
Cheers, Dat
Forum: Reviews
In reply to: [Woo Viet - WooCommerce for Vietnam] Plugin TốtCảm ơn bạn,
Bạn có gợi ý về cổng thanh toán và công cụ shipping nào ko?
Việc tích hợp cổng thanh toán và shipping đòi hỏi khá nhiều thời gian, nên mình cũng vẫn đang thử nghiệm.