Forum Replies Created

Viewing 7 replies - 16 through 22 (of 22 total)
  • Thread Starter lws-mo

    (@lws-mo)

    Hi 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,
    Mo

    Yes, 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

    Thread Starter lws-mo

    (@lws-mo)

    Hey, 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.
    Thread Starter lws-mo

    (@lws-mo)

    Hi,

    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!
    Thanks

    Hi 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.

    Thread Starter lws-mo

    (@lws-mo)

    Hi 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.

    Thread Starter lws-mo

    (@lws-mo)

    Hi 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

Viewing 7 replies - 16 through 22 (of 22 total)