xootix
@xootix on WordPress.org and Slack
- Member Since: July 11th, 2016
- Location: India
- Website: xootix.com/about
Contribution History
xootix’s badges:- Plugin Developer
-
Posted a reply to Google login throws Error 400: redirect_uri_mismatch, on the site WordPress.org Forums:
Hello,Please leave a message http://xootix.com/support for support related to premium version -
Posted a reply to How to stop pop on all pages, on the site WordPress.org Forums:
Hello,Just to be sure you want to enable "Auto popup" on certain pages.You can either… -
Posted a reply to Translation (.pot) file is not complete, on the site WordPress.org Forums:
Hello,The registration form fields can be directly changed from "Fields" page -
Posted a reply to Very slow response when adding item to the cart via Ajax, on the site WordPress.org Forums:
Hello,Ajax timing depends on your site and hosting configuration.Nothing to do with the plugin. -
Posted a reply to How to stop pop on all pages, on the site WordPress.org Forums:
Hello,This will helphttps://webstick.blog/get-page-id-wordpress -
Posted a reply to Login/Signup Popup, on the site WordPress.org Forums:
Hello,1) I see you're using elementor on your site. You can create your own icon/button… -
Committed [2879156] to Plugins SVN:
update -
Committed [2879095] to Plugins SVN:
flags update -
Posted a reply to [Side Cart Woocommerce (Ajax)] Blogvault showing this plugin vulnerable, on the site WordPress.org Forums:
Please contact with blogvault.The issue is patched from our end.You don't have to worry though.… -
Posted a reply to preload, on the site WordPress.org Forums:
Please add this CSS .xoo-wsc-basket { display: block!important; } -
Posted a reply to [Side Cart Woocommerce (Ajax)] Blogvault showing this plugin vulnerable, on the site WordPress.org Forums:
Please refer to thishttps://wordpress.org/support/topic/security-vulnerability-55/Try deleting and reinstalling the plugin. You will not lose your settings.The… -
Posted a reply to Critical Error in Admin, on the site WordPress.org Forums:
Hello,Please try opening the support page in incognito window.OrPlease mail here -
Posted a reply to Side cart appears after scrolling, on the site WordPress.org Forums:
Hello,Your site is not reachable. -
Posted a reply to ABSOLUTE GARBAGE, on the site WordPress.org Forums:
" GETS SUBMITTED TO SEARCH ENGINES WITH CUSTOMER NAMES AND PERSONAL INFORMATION"Anything to prove your claim… -
Posted a reply to issue with side cart, on the site WordPress.org Forums:
Hello,Since its related to premium version.Would you please send a message here -
Posted a reply to Change of the box, on the site WordPress.org Forums:
@anaissreyes12 Sorry what do you mean? You can download the latest version from herehttps://wordpress.org/plugins/easy-login-woocommerce/Also please… -
Posted a reply to Change of the box, on the site WordPress.org Forums:
@gglenda122 You’re Welcome.Would really appreciate if you rate the plugin herehttps://wordpress.org/support/plugin/easy-login-woocommerce/reviews -
Posted a reply to Change of the box, on the site WordPress.org Forums:
Here it ishttps://i.imgur.com/naUQOcH.png -
Posted a reply to alternative success endpoint with ?swcfpc=1, on the site WordPress.org Forums:
In theme's functions.php or you can use a code snippet plugin https://wordpress.org/plugins/code-snippets/ -
Posted a reply to Button Keep Shoping doesn’t work, on the site WordPress.org Forums:
You’re Welcome.Would really appreciate if you rate the plugin herehttps://wordpress.org/support/plugin/side-cart-woocommerce/reviews/ -
Posted a reply to Button Keep Shoping doesn’t work, on the site WordPress.org Forums:
Hello,Please try deleting and reinstalling the plugin. -
Posted a reply to Lighthouse improvement, on the site WordPress.org Forums:
Thank you. I will further look into this and do the needful in next update -
Posted a reply to Change of the box, on the site WordPress.org Forums:
You can change both role and sidebar image from the plugin settings -
Posted a reply to How to have a toggle hide pasword option, on the site WordPress.org Forums:
Hello,I agree with you and will implement this in the upcoming update. -
Posted a reply to alternative success endpoint with ?swcfpc=1, on the site WordPress.org Forums:
Hello,Please add this snippet add_filter( 'xoo_el_login_redirect', function( $redirect ){ return add_query_arg( 'swcfpc', '1', $redirect );… -
Posted a reply to load the plugin only on the shop page, on the site WordPress.org Forums:
Hello,Please add this snippet to your functions.php and clear cache add_action( 'wp_head', function(){ ?> <style… -
Posted a reply to Cart clears for first time visitors after login, on the site WordPress.org Forums:
Hello,It is related to woocommerce.Side car is just a template and shows what woocommerce cart… -
Posted a reply to social login valid oauth redirect URIs, on the site WordPress.org Forums:
Hello,Since its related to pro add-on. Please leave a message hereXootix.com/support -
Posted a reply to Button Keep Shoping doesn’t work, on the site WordPress.org Forums:
Hello,That is on purpose, just to close the side cart.You can go to side cart… -
Posted a reply to cart show in widget, on the site WordPress.org Forums:
Hello,The cart widget comes in the pro version.You can trigger cart using class "xoo-wsc-cart-trigger"Place this… -
Posted a reply to Link to open the cart, on the site WordPress.org Forums:
Hello,That was for the older version.For current version, you can open cart using class "xoo-wsc-cart-trigger"For… -
Posted a reply to Cart does not empty after customer places and pays for an order, on the site WordPress.org Forums:
Please contact here for premium plugin supportxootix.com/support -
Posted a reply to Change placeholder-content of form in “forgot password” tab, on the site WordPress.org Forums:
add_filter( 'xoo_el_lostpw_fields', function( $fields ){ $fields['user_login']['placeholder'] = 'Custom'; return $fields; } ); -
Posted a reply to Change Content of “Sign in”-Button, on the site WordPress.org Forums:
You will have to edit the templatehttps://docs.xootix.com/easy-login-for-woocommerce/#override-tempaltes -
Posted a reply to Login Form Content, on the site WordPress.org Forums:
Hello,The code is tested and works fine.Please make sure you're copying it properly. -
Posted a reply to Login Form Lowercase, on the site WordPress.org Forums:
You’re Welcome.Would really appreciate if you rate the plugin herehttps://wordpress.org/support/plugin/easy-login-woocommerce/reviews/ -
Posted a reply to Login Form Content, on the site WordPress.org Forums:
Hello, add_filter( 'xoo_el_login_fields', function( $fields ){ //Label $fields[ 'xoo-el-username' ]['label'] = 'Username/Email'; $fields[ 'xoo-el-password' ]['label']… -
Posted a reply to Login Form Lowercase, on the site WordPress.org Forums:
Please add this CSS .xoo-aff-group input[type="text"]::placeholder, .xoo-aff-group input[type="password"]::placeholder, .xoo-aff-group input[type="email"]::placeholder, .xoo-aff-group input[type="number"]::placeholder, .xoo-aff-group select::placeholder, .xoo-el-tabs… -
Posted a reply to Template Out of Date, on the site WordPress.org Forums:
Hello,Version number has 0 effect on functionality.This is how you can fix it. Navigate toplugins\easy-login-woocommerce\templates\xoo-el-wc-form-login.phpAnd… -
Posted a reply to WooCommerce Templates is out of date, on the site WordPress.org Forums:
Hello,Version number has 0 effect on functionality.This is how you can fix it. Navigate toplugins\easy-login-woocommerce\templates\xoo-el-wc-form-login.phpAnd… -
Posted a reply to Plugin Addons are not working – Xootix website not loading!, on the site WordPress.org Forums:
Please check now -
Posted a reply to [Side Cart Woocommerce (Ajax)] security vulnerability, on the site WordPress.org Forums:
Hello,I've fixed this in the current version. Will soon release the new version.You can delete… -
Posted a reply to upgrade license, on the site WordPress.org Forums:
Please try opening it in an incognito window. -
Posted a reply to hide cart mobile device, on the site WordPress.org Forums:
You're welcome.Would really appreciate if you rate the plugin herehttps://wordpress.org/support/plugin/side-cart-woocommerce/reviews/ -
Posted a reply to upgrade license, on the site WordPress.org Forums:
Yes, please contact here.xootix.com/support -
Committed [2862511] to Plugins SVN:
nonce fix -
Posted a reply to Cross-Site Request Forgery?, on the site WordPress.org Forums:
I don't know how it is marked as a critical security issue. As per their… -
Posted a reply to security vulnerability, on the site WordPress.org Forums:
I don't know how it is marked as a critical security issue.As per their detection,… -
Posted a reply to Welcome Email, on the site WordPress.org Forums:
Hello,Plugin does not control that.Wordpress automatically sends user notification on registration. The issue is specific… -
Posted a reply to Edit Change Have a Promo Code? Title Section, on the site WordPress.org Forums:
@patosapato appearance -> customize -> additional CSS
Developer
-
Login/Signup Popup ( Inline Form + Woocommerce )
Active Installs: 30,000+
-
OTP Login Woocommerce & Gravity Forms
Active Installs: 2,000+
-
Quick View WooCommerce
Active Installs: 3,000+
-
Side Cart Woocommerce (Ajax)
Active Installs: 60,000+
-
Waitlist Woocommerce ( Back in stock notifier )
Active Installs: 5,000+
-
WooCommerce added to cart popup (Ajax)
Active Installs: 10,000+