lws-mo
Forum Replies Created
-
Forum: Reviews
In reply to: [The WP Remote WordPress Plugin] Previously Great now DisappointingHi there,
the last time I experienced the problem regarding not re-activated plugins, was on the same day I wrote this review. You said it was also a problem before maekit, but I must say I never experienced it back than.
Today I will install and look also at the update.
Thanks for the heads up regarding the drop-outs, if my problems still persists after the update I may get support from you.And thanks for your reply and info here.
Best regards,
MoYes, big thanks PascalFuchs!
Also make sure you replace this on two occasions. In the “wpcf7_getparam_shortcode_handler” and “wpcf7_showparam_shortcode_handler” function!
https://github.com/LWS-Web/contact-form-7-get-and-show-parameter-from-url/blob/master/getparam.php
Forum: Plugins
In reply to: [WooCommerce] Shipping selector not shown on cart pageHey, I just resolved this.
I was checking and testing the WooCommerce template “plugins/woocommerce/templates/cart/cart-totals.php“.
I than checked “WC()->cart->needs_shipping();“.
I could see that “WC()->cart->needs_shipping();” was always returning “false”.
But it needs to be “true” to display the shipping radio buttons.I remembered that I also had a problem in the past, that the “Ship to a different adress” field was not shown for Safari and Internet Explorer users.
To fix this I added a line to functions.php:
“add_filter( ‘woocommerce_cart_needs_shipping_address’, ‘__return_true’, 50 );”However, this line seems not to work for the cart page, as I got “false” every time here. It was working for the checkout page so that “Ship to a different adress” was always visible.
So I replaced the line, and removed the priority:
“add_filter( ‘woocommerce_cart_needs_shipping’, ‘__return_true’ );”
This is working now!- This reply was modified 7 years, 7 months ago by lws-mo.
Forum: Plugins
In reply to: [YITH WooCommerce Compare] Compare button text with WPMLHi,
thanks for the reply. I was already searching in the string translation, BUT I was only looking for “yith” textdomains (“yit”, “yith-plugin-fw” or “yith-woocommerce-compare”).
But as you now said, the “plugin_yit_compare_button_text” use the textdomain “Plugins”.
Everything is OK now!
ThanksForum: Plugins
In reply to: [ALO EasyMail Newsletter] ALO EasyMail Newsletter and WPML compatibilityHi there,
any news on this? Iam also using WPML and as soon as I activate the ALO Easymail Plugin I cant access the plugins-page anymore in the backend.
Even with standart theme and no other plugin active.
I tried activating wp_debug but got no log-entry for this?!
Thanks for your help.
Forum: Plugins
In reply to: [Collapsing Pages] v1.0 not working correctlyHi ShadowXVII,
thanks for your reply, so now I know that Iam not the only one with this problem ??
Iam keeping a backup of the 0.6.1 version inside a backup folder in the plugins directory, so I can switch fast.
Hopefully this can get fixed.
Forum: Plugins
In reply to: [Search & Filter] Question before I buy PROHi DesignsAndCode,
thanks for the quick answer and your suggestions.
Oh yeah the option to use just custom_fields is a good idea, sorry that was not in my head ??
Yeah up to now I have used the ::before selector to insert some HTML at those places.
I think I will get back to this plugin in a few days (after the holidays).
Thanks,
Mo