Katy87
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Show Tax_rate at price suffixForum: Fixing WordPress
In reply to: Automatic creation of post draftsI have found and solved the problem and leaving the explanation here in case of anyone ever experiences the same issue. I did as you suggested and found some wp_insert_post lines in the gravity forms plugin. Then it was immediately obvious the problem came from here since all automatic drafts were created on the same date a new form entry was send. So, after some more digging I found we accidentally added a custom post field inside the form instead of just a regular single text line. Changing this field solved the issue. Thanks!
Forum: Fixing WordPress
In reply to: Automatic creation of post draftsThanks Ian, I’m going to give that a try.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Admin@devprollc yes it works but you need to create a plugin with the code. not add it in your functions.php.
https://www.ads-software.com/plugins/simple-disable-for-woocommerce-admin/
https://www.webroom.tech/how-to-disable-woocommerce-admin-dashboard-and-woocommerce-analytics/Forum: Plugins
In reply to: [WooCommerce] Show Add to Cart button for products out of stock@sparagus no unfortunately we didn’t. We managed to keep the add to cart to be shown when out of stock, with a custom out of stock message. But when out of stock, you can still see and click the button. After click the page refreshes but doesn’t add anything to the cart. Not ideal, but works for now.
After my message, i’ve changed the js file of the datepicker inside wp-includes. Not sure if that solved the problem or if it was indeed the browser cache.
Thank you anyway for looking!Forum: Plugins
In reply to: [WooCommerce] Woocommerce Admin@riaanknoetze thanks for your reply. I will open a bug report on github.
@lukefiretoss I will try this, thank you!Forum: Plugins
In reply to: [WooCommerce] Woocommerce AdminOk, i see now if i install woocommerce admin seperately, the spanish translation does appear. Seems there has to be something fixed in the main woocommerce plugin so the built in woocommerce admin can be translated correctly.
Forum: Plugins
In reply to: [GravityExport Lite for Gravity Forms] Reset export countHaha, oke thanks ??
Forum: Plugins
In reply to: [Woocommerce Order address Print] Nothing happens when printingSuddenly I realized it had to be an other installed plugin (hide wp updates and warnings). I deactivated it and it works again. Thanks
Forum: Plugins
In reply to: [WooCommerce] WooCommerce product variations dropdown to display in shop loopSorry never mind, I see the plugin Woocommerce Ajax add to cart for variable products works out this problem!
Forum: Plugins
In reply to: [WooCommerce] WooCommerce product variations dropdown to display in shop loop@mike
Thanks, that also works for me. There is only one problem,
When you select a variation, you add an amount and you add it to cart, all the other products on the same page take over the same selection.Any idea how to prevend or resolve this?
Forum: Plugins
In reply to: [New Post Notification] Post linkNever mind, I changed the following line in the editor, and now it works perfectly.
Old:
guid.’&refferer=mailnotify&uid=’.$userid.'”>’.
$postobject->post_title.’New:
<h2>guid.'”>’.$postobject->post_title.’