vishakhanehe
Forum Replies Created
-
Forum: Plugins
In reply to: [rtMedia for WordPress, BuddyPress and bbPress] website speed slowHi,
Facing the same issue.
Is there any solution for this?
Please let me know.Thanks!
Hi,
Yeah, I was trying to use the admin coupon after using the code but it did not work but If I comment these lines i.e.
add_filter( 'woocommerce_coupon_is_valid', [ $this, 'ensure_vendor_coupon' ], 10, 2 );
in
/wp-content/plugins/dokan-lite/includes/Order/Hooks.php
The coupon code works fine…
Thanks!
Forum: Plugins
In reply to: [BuddyPress Activity Autoloader] jQuery is not definedHi Team,
Should I ask the question on BuddyDev support forums?
Forum: Plugins
In reply to: [WooCommerce] New user & existing user does not show logged via my-accountHi,
As we are on production so it would be very difficult to switch the theme. Although, I did a local setup and everything is perfect with the same theme which I am having + all the existing plugins + woocommerce but idk what is wrong with the production, would like to understand why the functionality is breaking.
Is there a way to debug? I would be very grateful.
Forum: Plugins
In reply to: [WP Job Manager] Hide the job listing from getting publicHi Team,
Have not heard back from you. Would be great if you can update as earliest as possible.
Forum: Plugins
In reply to: [WooCommerce] New user & existing user does not show logged via my-accountHi,
I disabled the rest of the plugin and kept woocommerce activated but still issue is there.Is there any hook that I can check in my code for the same?
Hi,
I am getting the same issue.
Addingadd_filter( 'dokan_ensure_vendor_coupon', '__return_false' );
in my child theme’s functions.php but still getting the same error i.e. ‘A coupon must be restricted with a vendor product.’Please help.
Forum: Plugins
In reply to: [BuddyPress Activity Autoloader] jQuery is not definedHi,
I am using it with beehive theme.
URLForum: Plugins
In reply to: [WooCommerce] New user & existing user does not show logged via my-accountHi Team, Is there any update on this?
Forum: Plugins
In reply to: [BuddyPress Activity Autoloader] jQuery is not definedAnybody can help?
Forum: Plugins
In reply to: [BuddyPress Activity Stream Hashtags] Hashtag URLs does not workAnybody can help?
Hi Team,
Please let me know if there is any update.Forum: Plugins
In reply to: [WP Job Manager] Hide the job listing from getting publicHi Team,
Please let me know if there is any update.Forum: Plugins
In reply to: [WooCommerce] New user & existing user does not show logged via my-accountHi,
I am using asset-clean up and wp-rocket. WooCommerce is fully compatible with WP-Rocket and as you recommend avoiding JavaScript file modification, Following the same.I tried deactivating both the plugins but the issue persists.
With Asset Cleanup, I am adding all three pages. https://ibb.co/cyZ48XN
Please help!
Hi Team,
Thanks for reply!
This weird issue is happening with the registered users via my-account page.If I create a seller from admin then there is no issue in redirection to seller dashboard, login works fine.
– The same issue is happening if any vendor registers via my-account page. After register, that vendor is redirecting to the home page where he has to log in again.
Please let me know how to solve this.