WPSuperiors Developer
Forum Replies Created
-
Forum: Plugins
In reply to: [Additional Fees For WooCommerce Checkout] Works with wooSubscriptions?Hi @kevbrown044 ,
Thanks for reaching out.
Hope you are using the WooCommerce Subscription, and this plugin is fully compatible with WooCommerce Subscription.
If you are using something else, let us know.
You can submit your query through, https://www.wpsuperiors.com/contact-us/Thanks, stay safe.
Forum: Plugins
In reply to: [WP User Chat] Customize styleWe will think about your feedback’s in our next version.
Thanks
Forum: Plugins
In reply to: [WP User Chat] paid chatNo its not possible.
But we will think about this feature in our next version.Thanks.
Forum: Plugins
In reply to: [WP User Chat] All the users are seen to be offlineCan you please send any scrrensohts for this error?
You can email us on [email protected]
Please visit
https://www.wpsuperiors.com/knowledge-base/
https://www.wpsuperiors.com/blog/
for more details.Thanks
Forum: Plugins
In reply to: [WP Payment] Is there an admin dashboard recording payments in backend?Solved
Forum: Plugins
In reply to: [WP Payment] Authorize.net errorSolved
Please visit our knowledge base, https://www.wpsuperiors.com/knowledge-base/
Let me know, if you need further assistance.Forum: Plugins
In reply to: [WP User Chat] Customize styleFor customizing the style, you have to customize the css file.
Forum: Plugins
In reply to: [WP Payment] Is there an admin dashboard recording payments in backend?Hi czeller,
You can get the list of donor details from Submitted Payments tab, not from dashboard.Forum: Plugins
In reply to: [WP Payment] Authorize.net errorHi Dleigh,
to make live payment you have to change the mode from backend.Forum: Fixing WordPress
In reply to: Unwanted Phantom Menu on Single WordPress PageSimply put a condition before you call the menu in header.php, these is something like below:
<?php
if(!is_woocommerce()) {
//show the menu, or call wp_nav_menu(array(‘theme_location’ => ‘your-menu-name’));
}
?>
The above code did not show the menu in any woocommerce page.Thanks!