Webapp Dev
Forum Replies Created
-
Hi!
I’m experimenting the same issue. I’m using flatsome theme. But with the CSS you specify it’s now working. Is there any chance that this would be fixed in the next update?
Forum: Plugins
In reply to: [Force Login] Woocommercer password reset and other pages whitelistThank you.
I set this:
/** * Bypass Force Login to allow for exceptions. * * @param bool $bypass Whether to disable Force Login. Default false. * @param string $visited_url The visited absolute URL. * @return bool */ function my_forcelogin_bypass( $bypass, $visited_url ) { $allowed = array( home_url( '/my-account/lost-password/' . $_SERVER['QUERY_STRING'] ), home_url( '/other/subpage/' . $_SERVER['QUERY_STRING'] ), ); if ( ! $bypass ) { $bypass = in_array( $visited_url, $allowed ); } return $bypass; } add_filter( 'v_forcelogin_bypass', 'my_forcelogin_bypass', 10, 2 );
It’s working but I don’t know whether is correct (good code) that code.
Forum: Plugins
In reply to: [WooCommerce] Plugin for “after delivery” surveysThank you so much for your answer. I have been looking for a solution for the “delivery status” and I guess I found it in “aftership plugin” https://www.ads-software.com/support/plugin/aftership-woocommerce-tracking/ and its service. However, I can see that all should be “out” of Worpdress, I mean, between Aftership service and a Survey service provider.
Hi!
I disabled it (Catalog mode) and the issue is still happening. By the way, even in Catalog mode, when I use your plugin with “Simple Product” it works. I’m sure the problem is with variable products.
Yes, it’s enabled.
I’ve created manually each product variation and set the 0 price. But the plugin it’s not working.
Hi!
But I need it for flatsome theme. So, I understand your plugin won’t work with this theme and only with default WP theme?Forum: Plugins
In reply to: [YITH Request a Quote for WooCommerce] No funciona con productos variablesI have an issue with variable products because, although I have set 0 price for each variant in the product, the product list for a quote is always empty. However, I’m not getting any error. The plugin simply does not work.
Wrong support forum