phm2000
Forum Replies Created
-
Forum: Plugins
In reply to: [Co-marquage service-public.fr] Problème de rechercheC’est tout bon, merci
Hi,
Thanks Cristian, I solved it with “the_archive_description” and “term_description”
Forum: Plugins
In reply to: [Ultimate WooCommerce Brands] Brands page shows 404Hi
I have same problem, how did you solve it Pleple ?
Thanks
Forum: Plugins
In reply to: Combine/merge orders from same userHi mobimob
Did you find a plugin, I’m interrested too
Thanks
Pierre
Forum: Plugins
In reply to: [WP Job Manager] Job Listings – Slow Ajax Load TimesHello
I have the same problem, jm-ajax/get_listings/ take 1.6s to load.
londontechy, did you find something to speed that ?Thanks
Forum: Plugins
In reply to: [WP Job Manager] Disable job title editing when job editHi
With disabled, it doesn’t match when save the job listing, wp job manager needs a job title.
So I replace disabled by readOnly and it’s ok.The good script is :
<script> function disabled_job_title() { document.getElementById("job_title").readOnly = true; document.getElementById("job_location").readOnly = true; } </script> <body onload='disabled_job_title()'>
I didn’t success in override class-wp-job-manager-form-edit-job.php
Forum: Plugins
In reply to: [WP Job Manager] Disable job title editing when job editHi
I add this script in class-wp-job-manager-form-edit-job.php
It’s ok, but it’s not possible to override this file.
How can I do ?Thanks
<script> function disabled_job_title() { document.getElementById("job_title").disabled = true; document.getElementById("job_location").disabled = true; } </script> <body onload='disabled_job_title()'>
Forum: Plugins
In reply to: [WP Job Manager] WP Job Manager Search Titles OnlyHi
I’m interested too.
I’m using restrict content to restrict some content to free users but when they use the search box, they can access to all the content.
I’d like to limit search on title or on some field that I can select.
Thanks
Jobify+WP job manager
Forum: Plugins
In reply to: [WP Job Manager] Edit user mail doesn't match with contact formHello
Sorry, but I thought it was a wp job manager trouble, next time I’ll go support site.
I don’t find “the resume entry in wp-admin” , where is it exactly, in resume, in users ?
Thanks