Emir Mulalić
Forum Replies Created
-
Hi Ed,
I am still getting this problem with version 1.7.1.
Any thoughts?
Thanks for the temporary fix. I have a store with 680000+ products and 200+ categories and this footer_scripts really increased loading time by almost 3 times.
Something should be done about it.
Temporary fix is to remove this plugin’s hook on ajax action wcwl_process_user_waitlist_request:
add_action( ‘wp_ajax_nopriv_wcwl_process_user_waitlist_request’, ‘remove_gdpr_hook’);
function remove_gdpr_hook(){
$no_removed = Inpsyde\remove_instance_hook( ‘woocommerce_register_post’, WPGDPRC\Includes\Extensions\WC::getInstance(), 10);
}
I am too having this problem:
Versions:
WordPress: 4.9.5
WordPress MS: No
PHP: 7.1.14
WP Mail SMTP: 1.2.5Params:
Mailer: gmail
Constants: No
Client ID/Secret: Yes
Auth Code: Yes
Access Token: NoServer:
OpenSSL: Yes
PHP.allow_url_fopen: Yes
PHP.stream_socket_client(): Yes
PHP.fsockopen(): Yes
PHP.curl_version(): Yes
Apache.mod_security: NoDebug:
Error while sending via Gmail mailer: {
“error”: {
“errors”: [
{
“domain”: “global”,
“reason”: “required”,
“message”: “Login Required”,
“locationType”: “header”,
“location”: “Authorization”
}
],
“code”: 401,
“message”: “Login Required”
}
}Forum: Plugins
In reply to: [CorvusPay WooCommerce Payment Gateway] Warning when activating this plugin+1
I have the same problem. Plus, the payment side of the checkout window is stuck loading when plugin is activated.
Job, apparently, the problem was caused by WP Solr plugin, so I’ll have to direct questions at them.
Thanks for your help anyway.Hi Job and thanks for looking into this.
I uploaded the site in question to http://www.antikvarijatknjiga.hr
If you search from the homepage for “shakespeare” for example, you get results rendered by search.php
If on that very search results page you simply hit search button again, then they get rendered by archive-product.php
No customizations have been done, except that it is a bookshop child theme, but the behavior is identical even if just the storefront is used.