toimisto
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] Do not remove css versionsOk sorry this was so dumb and missed the remove ver thing under extra settings… Thanks for your time nevertheless!
Forum: Plugins
In reply to: [Age Gate] Age gate stuckThanks Phil that does seem to be so… Added these two to the ignore cookies list in wp-rocket settings and it seems to be working again!
age_gate
age_gate_failedThanks for pointing me to the right direction here!
Same here with ajax and 353
Uncaught TypeError: Cannot read property ‘split’ of undefined
Hi Kaspars!
It seems to output a bit more than just the normal GA snippet but check for example our studio site https://www.client.studio source code.
Many thanks for looking into this!
N
Forum: Plugins
In reply to: [NP Quote Request for WooCommerce] 500 (Internal Server Error)The latest update worked! cheers!!!
Forum: Plugins
In reply to: [NP Quote Request for WooCommerce] 500 (Internal Server Error)PHP Fatal error: Uncaught ArgumentCountError: Too few arguments to function WC_Emails::email_header(), 1 passed in /nas/content/live/site/wp-includes/class-wp-hook.php on line 287 and exactly 2 expected in /nas/content/live/site/wp-content/plugins/woocommerce/includes/class-wc-emails.php:269\nStack trace:\n#0 /nas/content/live/site/wp-includes/class-wp-hook.php(287): WC_Emails->email_header(‘Thank you for y…’)\n#1 /nas/content/live/site/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(”, Array)\n#2 /nas/content/live/site/wp-includes/plugin.php(478): WP_Hook->do_action(Array)\n#3 /nas/content/live/site/wp-content/plugins/woo-rfq-for-woocommerce/woocommerce/emails/customer-rfq.php(31): do_action(‘woocommerce_ema…’, ‘Thank you for y…’)\n#4 /nas/content/live/site/wp-content/plugins/woocommerce/includes/wc-core-functions.php(345): include(‘/nas/content/li…’)\n#5 /nas/content/live/site/wp-content/plugins/woo-rfq-for-woocommerce/includes/classes/emails/class-wc-email-customer-rfq.php(114): wc_get_ in /nas/content/live/site/wp-content/plugins/woocommerce/includes/class-wc-emails.php on line 269, referer: https://site.wpengine.com/checkout/
Ok this is driving us crazy. Our support system collects over 10k tickets per week from these new account or password reset emails
HOW TO DISABLE ALL ADMIN EMAILS?
Nevermind this might be multisite issue, not UM…
Forum: Plugins
In reply to: [Invisible reCaptcha for WordPress] PHP 7.4 DeprecatedIs this a fatal issue that we should manually update while waiting for next update?
Forum: Plugins
In reply to: [WooCommerce] Show selected out of stock products in catalogOk is there any tips or hacks what we’d add to the sold out product to show it in shop listings?
Forum: Plugins
In reply to: [IP2Location Redirection] WP Rocket Cache supportThanks for your response. WP Rocket has option to exclude cookies by ID. Do you think we’d use that?
Forum: Plugins
In reply to: [WP Engine GeoTarget] Redirect on first visitThis is where I am but this still doesnt work. Any idea how to fix this?
function wpe_country_redirect() { if( is_home() || is_front_page() ) { $cookie_name = "country"; $country = null; if ( class_exists( 'WPEngine\GeoIp' ) ) { $geo = WPEngine\GeoIp::instance(); $country = $geo->country(); } if (!isset( $_COOKIE[$cookie_name] ) // do nothing ) { setcookie('country', $country, time() + (3600 * 24 * 30), '/'); // Create redirect rules based on country codes switch($country){ case 'FI': wp_redirect( 'https://url.com/fi', 301 ); exit; case 'DE': wp_redirect( 'https://url.com/de', 301 ); exit; default: break; } } } } add_action( 'init', 'wpe_country_redirect' );
- This reply was modified 5 years, 1 month ago by toimisto.
Forum: Plugins
In reply to: [IP2Location Redirection] WP Rocket Cache supportBy building country specific cache and with manual ?noredirect=true links it kind of works. But the redirect on first visit cookie doesnt. Any idea?
- This reply was modified 5 years, 1 month ago by toimisto.
Forum: Plugins
In reply to: [IP2Location Redirection] WP Rocket Cache supportI also tried “never cache this page” option for home but it doesnt help
Forum: Plugins
In reply to: [IP2Location Redirection] WP Rocket Cache supportCould this solve the issue https://wptest.means.us.com/country-geolocation-wp-rocket/