Andrew Schultz
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] How to add classes to Woocommerce product imgYou can use the filter ‘wp_get_attachment_image_attributes’ to append classes to the default ones.
Forum: Plugins
In reply to: [Login by Auth0] [error code: unauthorized]Found the issue, I had an email domain whitelist rule setup that was blocking me from logging in. Error message should really include this otherwise it’s hard to troubleshoot.
Forum: Plugins
In reply to: [Grid/List View for WooCommerce] List View With Avada ThemeI did some investigating and it looks like you remove certain hooks like “woocommerce_after_shop_loop_item”. I think Avada uses the hook “woocommerce_before_shop_loop_item_title” to add the product details which probably needs to be removed also.
Hurry up with the update amigos this is such an annoyance!!!
Forum: Fixing WordPress
In reply to: Help Me This Error – Warning: Missing argument 2 for WP_ScriptsWhat I did to resolve this was to hide those warnings using the following code in my wp-config.php file. I’m still looking for the cause of the issue on my client’s site.
ini_set('display_errors','Off'); ini_set('error_reporting', E_ALL ); define('WP_DEBUG', false); define('WP_DEBUG_DISPLAY', false);- This reply was modified 7 years, 3 months ago by Andrew Schultz.
I wrote my own service worker and it used to show the add to home screen notification about 6 months ago but now it doesn’t work. I thought I’d try you product and I have the same issue, pressing the “Add To Home Screen” link on the desktop version of Chrome in debugger doesn’t generate any notification banner. Do you know what I am referring to when I say the link in the debugger console? When I used to press this link it could manually trigger the notification banner.
- This reply was modified 7 years, 7 months ago by Andrew Schultz.
I’ve tried it on the desktop and mobile version of Chrome and Firefox. Mobile version is iOS. Desktop version of Chrome is 69.0.3497.100 (Official Build) (64-bit). I just don’t see any add to home page notifications on any device…
It was definitely your plugin, as I said I could see the call taking over 20 seconds to complete in the network tab. I had already checked the “Only log activities in use” and it is still running the AJAX action gamipress_track_visit. However, now it seems to be completing promptly so whatever the issue was seems to have worked itself out. I will continue to monitor it.
I agree, there’s a nasty little bug in there somewhere. I have no paid plugins and my site stopped working until I disabled the plugin. The issue was being caused by the function gamipress_site_visit_listener during an AJAX call on load.
This isn’t resolved. I had to disable the plugin via FTP because I couldn’t log into my site anymore. There’s a rogue AJAX process running that tries to log a site visit. Need to investigate some more.
Forum: Plugins
In reply to: [BadgeOS] Dependent AchievementsIgnore this I’ve worked it out, I added in a step which ensures other badges are required before this one is completed.
I have a similar issue, I kind of found a workaround where if I switched off the New Order email notification for administrators then the New Order Customer email started to fire again. Haven’t work out the core issue yet though…
Forum: Plugins
In reply to: [WooCommerce Duplicate Billing Address] Isn’t workingJust tested it with WooCommerce 3.3.3 and WordPress 4.9.4 and it copied over the billing address to the shipping address when I placed the order. Haven’t had any reports from other users that this function is not working so you might need to upgrade WooCommerce to the latest version or you’ve got some sort of plugin conflict.
Forum: Plugins
In reply to: [WooCommerce Duplicate Billing Address] Isn’t workingThere is a checkbox option in WooCommerce/Settings/General that you need to tick if you want the billing address to copy to the shipping address after an order is placed. The option is called “Duplicate billing to shipping address”.
Forum: Plugins
In reply to: [WooCommerce Duplicate Billing Address] Blank pageWhat’s the public button? I can view the Orders in the My Account page on the 2017 WordPress theme.