RobinWebber
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: Old email address still connected to profileCould somebody please delete this account so the problem will be solved?
Thanks!
Forum: Plugins
In reply to: [WooCommerce] Checkout – translate bug?Still not working on the account page:
Hello. From your account dashboard you can view your recent orders, manage your shipping and billing addresses and change your password.
Is this part being translated on your site?
Forum: Plugins
In reply to: [Frontend Uploader] delete files from front-endThank you so much!
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Duplicate Results w/ WPMLMy mistake! Didn’t see this checkbox yet:
Limit results to current language: If this option is checked, Relevanssi will only return results in the current active language. Otherwise results will include posts in every language.
It works perfectly now, thanks!!
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Duplicate Results w/ WPMLHi there,
I’ve the latest version of Relevanssi, but still get duplicate results on the search page. I see the ‘elseif’ statement in the code, so that can’t be the problem.
Hope you can help!
Forum: Plugins
In reply to: [User Role Editor] can't edit user rolesHi there,
I’m having the same problem, but there are no JavaScript errors in the console. It happens since the last update.
Update: Got an error in the ure-js.js file:
function ure_role_change(role_name) { jQuery.ure_postGo(ure_data.page_url, {action: 'role-change', object: 'role', user_role: role_name, ure_nonce: ure_data.wp_nonce}); } // end of ure_role_change()
Uncaught TypeError: undefined is not a function
I’ve the same problem! Had to deactivate the plugin. I hope there will be an update soon!
Forum: Plugins
In reply to: [Restrict Categories] Custom TaxonomyOk my mistake! It is possible to user wp_list_categories with a custom taxonomy.
I got the lists working on the options-general.php?page=restrict-categories page in the admin, but if I selected all possible terms for the Administrator, the terms aren’t showing up in the metabox on the post edit / add new screen.
Is there something I’m missing?
Forum: Plugins
In reply to: [WooCommerce] Price depends on gold priceHi bowenac,
Yes I think I’ve found it. Thanks for the tip!
Forum: Plugins
In reply to: [WooCommerce] Price depends on gold priceOkay, thank you! I’ll figure it out.
Forum: Plugins
In reply to: [WooCommerce] Price depends on gold priceHi bowenac,
Thanks for the quick reply! Could you explain yourself a bit more? How could I create a template override so that the price will be used, also in the following pages?
Forum: Plugins
In reply to: [Frontend Uploader] delete files from front-endHi there,
Great plugin! Is it already possible to delete files from the front end? I would like this functionality too, for registered members.
Thank you!
Forum: Plugins
In reply to: [WooCommerce] Cancel pending orders after x minutesHi colibry,
I tried setting the “hold stock” function to 1 minute, but it doesn’t change to “cancelled” after 1 minute… Any idea what’s going wrong? The stock management is deactivated.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Subscribe to specific list (Contact Form 7)Hi Danny,
It works! Great ?? Thanks for your help!
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Subscribe to specific list (Contact Form 7)Hi Danny,
I think that’s what I try to do indeed. Well, let’s say I have 4 different lists: 1 for English subscribers, 1 for French subscribers, 1 for German subscribers and 1 for Italian subscribers. I also have 4 different contact forms in the 4 different languages, one contact form in English, one in French etc.
How can I let somebody subscribe to the English MailChimp list from the English contact form, but subscribe to the French MailChimp list from the French contact form?
I know how to code so I would be able to add stuff to functions.php.
Thanks again!