lens2016
Forum Replies Created
-
Forum: Plugins
In reply to: [Import Listings into WP Job Manager] Avoid setting expiry dateThanks :).
- This reply was modified 2 years, 8 months ago by lens2016.
Forum: Plugins
In reply to: [Import Listings into WP Job Manager] Avoid setting expiry dateThanks for your feedback. The problem is that I need the expiry date on jobs that are created manually. For jobs I import via feeds I do not want to set an expiry date as they expire once they are no longer in the feed. Means that some jobs from the feeds may not expire within a year while the manual entered job offers need to expire after 30 days.
Forum: Plugins
In reply to: [WP Job Manager] Pending payment status – how to restartHey @andreint do you have an answer for that? I have the same issue…Would like to send out an email with an URL directly to the payement form, where they can initiate the order and pay.
Forum: Plugins
In reply to: [MAS Companies For WP Job Manager] Polylang compatibilityThanks for your feedback. By setting up a wpm-config.xml file the post get translatable. So that works. I do not know the names of the other taxonomies that are missing but by adding them that should work out well.
<wpml-config> <custom-types> <custom-type translate="1">company</custom-type> </custom-types> <taxonomies> <taxonomy translate="1">company_category</taxonomy> </taxonomies> <custom-fields> <custom-field action="copy">_featured</custom-field> <custom-field action="copy">_company_name</custom-field> <custom-field action="copy">_company_website</custom-field> <custom-field action="copy">_company_tagline</custom-field> <custom-field action="copy">_company_twitter</custom-field> <custom-field action="copy">_company_video</custom-field> <custom-field action="copy">_company_phone</custom-field> <custom-field action="copy">_company_since</custom-field> <custom-field action="copy">_company_location</custom-field> </custom-fields> </wpml-config>
I will now check how I could add a feature to allow the customers to translate their company profiles via the front end. My base idea is to duplicate the profiles on creation with Polylang and then allow the customer to adjust the languages if he wants.
One question: What is the reason you added a custom value to the company name slug? A clean slug like: company/company-name would be far nicer.
Also an improvement for the future: If I get it right when you have not an approved company profile you cannot publish a job with Workscout for example. Selling job listings it would be great to be able to create the company and use it even though it not yet approved to create your job offer. Once the job offer is paid the profile and the listing are published and approved. Avoids extra admin interactions but still avoids spam profiles. From experience no spam bots wants to pay for a profile ;).
Thanks for the great plugin, I will further play around with it and maybe contribute in the future.
- This reply was modified 2 years, 10 months ago by lens2016.
Forum: Plugins
In reply to: [Import Listings into the Jobify Theme] WP-CLI import errorThanks. I have too many imports to run so it is nearly impossible to time it correctly with normal wget cron jobs. I regularly run into import issues because of overlapping imports and server time outs. The WP-CLI import works so much better and runs all 20 jobs one after another…so no trouble at all.
Guess I will need to set up all the jobs again with the Wp Job Manager Addon and custom fields which seems to support WP-CLI. Keep me updated when you have updated your add-on, since its been more than a year and a half you started the WP-CLI support so its a bit sad that your own add-on is not supporting it after that long of a time.
Forum: Plugins
In reply to: [Redis Object Cache] 404 on custom plugin with WPMLHi Till,
thanks for your reply, I guess I should have looked into the wiki earlier ;).Question how should the config look like
“WP_REDIS_IGNORED_GROUPS (default: [‘counts’, ‘plugins’])”
Is it like:
define ('WP_REDIS_IGNORED_GROUPS', ['counts', 'wpml-pluginame'])
Maybe you could give an example cause I am note sure about the “counts”. Thanks
Any updates? I was considering getting the pro version for the defer options and need to know how I can really handle all JS that is loaded. I have the same issue with recaptcha.js. I have two instances (plugins) loading it and I have unloaded it on main front page (showing up once in the manager but it still shows up on the page. I guess from the second plugin. Overall there are about 3 JS that do not show up in the manager:
2x Facet WP JS
-> /plugins/facetwp/assets/js/dist/front.min-3.4.5.js
-> /plugins/facetwp/includes/integrations/woocommerce/woocommerce.js1x Slick js
-> /wp-content/themes/xxxxxx/slick/slick.min.jsForum: Plugins
In reply to: [WooCommerce Multilingual & Multicurrency with WPML] PHP 7.4 compatibilityForum: Fixing WordPress
In reply to: After upgrade to 5.1.1 high CPU and high disk IOOk I guess there is something wrong with WPML. At least there are many slow queries. I will follow up with WPML. Thanks for reading ??
Forum: Plugins
In reply to: [WooCommerce Email Validation] Add email validation to "My Account" pageThanks for your reply – love that and thanks for the plugin! Maybe I’ll have a look into it even though my developing skills are quite limited.
Forum: Plugins
In reply to: [WPJM Related Jobs] Not working with jobifyOk I checked again it works with the latest official release of Jobify. can you tell me on which criteria the related jobs are selected? Same category? Same keywords? Would be good to know. Thanks