Carl Brubaker
@imconfused4sure on WordPress.org
- Member Since: February 9th, 2021
Contribution History
Carl Brubaker’s badges:- Plugin Developer
-
Posted a reply to Recaptcha V2 Checkbox isn’t displaying on the front end, on the site WordPress.org Forums:
I found a bad plugin and downgraded its version. Thanks. -
Created a topic, Recaptcha V2 Checkbox isn’t displaying on the front end, on the site WordPress.org Forums:
So, for some reason, this has stopped working. Everyth… -
Posted a reply to Checkout form glitching, shows twice in console, on the site WordPress.org Forums:
There were no errors in the logs related to woocommerce square -
Posted a reply to Checkout form glitching, shows twice in console, on the site WordPress.org Forums:
Here is the information you requested. I did not see any errors in the logs.… -
Posted a reply to Checkout form glitching, shows twice in console, on the site WordPress.org Forums:
Hi @xue28 Apparently the issue has not been resolve. I just started working on this… -
Posted a reply to Checkout form glitching, shows twice in console, on the site WordPress.org Forums:
@ihereira that did make a difference. I guess I should ask the theme maker about… -
Created a topic, Checkout form glitching, shows twice in console, on the site WordPress.org Forums:
I working on a site that will use this plugin. When I … -
Posted a reply to Set different labels for Billing Address and Shipping adress fields, on the site WordPress.org Forums:
@lorro ok, so then how to I display different labels for Billing and Shipping Address? -
Created a topic, Set different labels for Billing Address and Shipping adress fields, on the site WordPress.org Forums:
I am trying to update Billing Address fields using the… -
Committed [2804868] to Plugins SVN:
tag 1.2.1 -
Committed [2804867] to Plugins SVN:
updated for version 6.1 -
Posted a reply to Form styling is not displaying on front end, on the site WordPress.org Forums:
Thanks, that indeed was the issue. -
Posted a reply to Form styling is not displaying on front end, on the site WordPress.org Forums:
Hi @wpmudevsupport14, I have tried multiple appearances on the form and none of them displayed… -
Created a topic, Form styling is not displaying on front end, on the site WordPress.org Forums:
You can access this page with the password: Preview N… -
Posted a reply to Imported variation attributes saving oddly, on the site WordPress.org Forums:
@3sonsdevelopment Sorry, I forgot to post back. It's the way Square saves them. Here was… -
Created a topic, Imported variation attributes saving oddly, on the site WordPress.org Forums:
We have a product variation in Square with the variati… -
Created a topic, apply_filters for order fulfillments on order creation, on the site WordPress.org Forums:
I have a site where I am trying to integrate Square an… -
Posted a reply to Credit card input is displaying twice at checkout., on the site WordPress.org Forums:
In case someone else runs into this issue: function removeExtraSquareInputOnCheckoutPage() { const squareWrapper = document.querySelector(<code>#payment</code>);… -
Posted a reply to Credit card input is displaying twice at checkout., on the site WordPress.org Forums:
@nawaz0705 In case someone else runs into this issue, here is a script to remove… -
Posted a reply to Credit card input is displaying twice at checkout., on the site WordPress.org Forums:
I figured out an issue with the WooCommerce Square plugin, but the above condition is… -
Posted a reply to Credit card input is displaying twice at checkout., on the site WordPress.org Forums:
I did some tracing. There Square form is created by a listener in wc-square.min.js. When… -
Posted a reply to Credit card input is displaying twice at checkout., on the site WordPress.org Forums:
Hi @nawaz0705 That of course is the easy solution, however it is also possible that… -
Posted a reply to Credit card input is displaying twice at checkout., on the site WordPress.org Forums:
Here is the link: https://wordpress.org/support/topic/credit-card-input-is-displaying-twice-at-checkout-2/ -
Created a topic, Credit card input is displaying twice at checkout., on the site WordPress.org Forums:
I am using WooCommerce Square with Order Delivery Date… -
Created a topic, Credit card input is displaying twice at checkout., on the site WordPress.org Forums:
I am using WooCommerce Square with Order Delivery Date… -
Posted a reply to Time Slot timestamp does not adjust for site timezone, on the site WordPress.org Forums:
@oluisrael @tychesoftwares When is this getting added to the plugin? It still isn't there. Thanks,… -
Posted a reply to Get value of $this->get_api_id(), on the site WordPress.org Forums:
Thanks, you don't happen to know any developers that work on this that you could… -
Created a topic, Get value of $this->get_api_id(), on the site WordPress.org Forums:
I am trying add an action to WooCommerce Square plugin… -
Created a topic, add_action to WooCommerce Square _api_request_performed, on the site WordPress.org Forums:
I am trying add an action to WooCommerce Square plugin… -
Posted a reply to Time Slot timestamp does not adjust for site timezone, on the site WordPress.org Forums:
After some discussion with the support team, they are updating an action hook to include… -
Created a topic, Incorrect tax status on product import, on the site WordPress.org Forums:
I have a seller who has both taxable and non-taxable i… -
Posted a reply to Time Slot timestamp does not adjust for site timezone, on the site WordPress.org Forums:
Thanks for the escalation. And no, the plugin does not currently consider WordPress Local Timezone… -
Created a topic, A lot more features than most, on the site WordPress.org Forums:
Had some issues early on with spam, but after adjustin… -
Created a topic, Time Slot timestamp does not adjust for site timezone, on the site WordPress.org Forums:
I am trying to integrate WooCommerce with Shipday and … -
Posted a reply to Major Security Risk with Forminator, on the site WordPress.org Forums:
Hi Patrick, I changed the security settings on reCaptcha and added a honeypot and it… -
Posted a reply to Major Security Risk with Forminator, on the site WordPress.org Forums:
I see this was marked as resolved. I also see that the resolution was to… -
Committed [2676745] to Plugins SVN:
upgraded version -
Committed [2676743] to Plugins SVN:
Updated to v1.2.0 -
Posted a reply to WP5.9/WooCommerce defaulting to template-canvas.php, on the site WordPress.org Forums:
Ignore code above. Use this instead. function action_remove_block_templates() { remove_theme_support('block-templates'); } add_action('after_setup_theme', 'action_remove_block_templates', 15); function… -
Posted a reply to WP5.9/WooCommerce defaulting to template-canvas.php, on the site WordPress.org Forums:
Ignore code above. This is the correct solution. function action_remove_block_templates() { remove_theme_support('block-templates'); } add_action('after_setup_theme', 'action_remove_block_templates',… -
Posted a reply to WP5.9/WooCommerce defaulting to template-canvas.php, on the site WordPress.org Forums:
I found the proper filter to resolve the issue. function filter_no_woocommerce_block_templates($has_template) { return false; }… -
Posted a reply to WP5.9/WooCommerce defaulting to template-canvas.php, on the site WordPress.org Forums:
After some digging I found a solution. function filter_no_woocommerce_block_templates($has_template) { return false; } function action_add_filter_no_woocommerce_block_templates()… -
Posted a reply to WP5.9/WooCommerce defaulting to template-canvas.php, on the site WordPress.org Forums:
Yes, I understand that there is something in the theme that needs corrected. I was… -
Posted a reply to WP5.9/WooCommerce defaulting to template-canvas.php, on the site WordPress.org Forums:
UPDATE: I have been digging through this and have found that self::has_block_template( 'single-product' ) is… -
Created a topic, WP5.9/WooCommerce defaulting to template-canvas.php, on the site WordPress.org Forums:
My sites with WooCommerce that use the default single-… -
Created a topic, WP5.9/WooCommerce defaulting to template-canvas.php, on the site WordPress.org Forums:
My sites with WooCommerce that use the default single-… -
Created ticket #54756 on Core Trac:
Change media query from 600px to 37.5em for better response and ... -
Committed [2630804] to Plugins SVN:
Added Tag 1.1.0 -
Committed [2630802] to Plugins SVN:
Added Roles, new version -
Committed [2624187] to Plugins SVN:
tagged version 1.0.1
Developer
-
Simply Auto SEO
Active Installs: Less than 10