connorjoseph5
Forum Replies Created
-
Forum: Plugins
In reply to: [Menu Icons by ThemeIsle] Error with 2 “Select icon” in adminI had to roll back menu icons and re-update it, and it started working for me.
Forum: Plugins
In reply to: [Menu Icons by ThemeIsle] Not workingRolling back the plugin (using wp rollback) and re-updating fixed this for me.
Forum: Plugins
In reply to: [WooCommerce Square] Problem with Filling up informationAdd the WP Rollback plugin to your site, you should be able to roll back that way
- This reply was modified 4 years, 6 months ago by connorjoseph5.
Forum: Plugins
In reply to: [WooCommerce Square] Card entry field blockedThe square woocommerce plugin imploded the other day, so everyone has been having issues left and right, with not much help from Square or Woo.
I was able to make mine hobble along by setting a script to auto-refresh the checkout page, which seems to make the card input field start working (I was only having the issue in safari, sometimes?)
But, mine didnt seem to have any correlation with the shipping options.
Nonetheless, this is what I added to my cart page:
<script type='text/javascript'> (function() { if( window.localStorage ) { if( !localStorage.getItem('firstLoad') ) { localStorage['firstLoad'] = true; window.location.reload(); } else localStorage.removeItem('firstLoad'); } })(); </script>
This seems to fix the issue, but then again, it’s sporadic, so who knows.
- This reply was modified 4 years, 6 months ago by connorjoseph5.
Forum: Plugins
In reply to: [WooCommerce Square] Card entry field blockedThis is a big issue for everyone at the moment, it’s been going on for several days now.
Forum: Plugins
In reply to: [WooCommerce Square] Can’t input the credit card informations.I am having this same issue.
Forum: Plugins
In reply to: [WooCommerce Square] Problems with Square Plugin for WooCommerceYep. I know of several companies that have built their entire websites around this interface, and they have been dead in the water for 2 days now. This is a HUGE issue, and needs to be addressed ASAP.
Forum: Plugins
In reply to: [WooCommerce Square] Problems with Square Plugin for WooCommerceNo, we are running 2.1.3 and still has the same issue. I spoke with someone at woocommerce directly, and they acknowledged the fact that this version of the plugin is still malfunctioning. Is there a timeline for when this may be fixed?
Forum: Plugins
In reply to: [WooCommerce Square] Problems with Square Plugin for WooCommerceI am having similar issues right now.
Apparently it seems to be related to the number of API requests being sent to square; Woocommerce and square are apparently working together on a fix.
- This reply was modified 4 years, 6 months ago by connorjoseph5.