espressivo
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Thank You for WooCommerce] Need valuesWe ended up using a different thank you plugin. Sorry! Your plugin is great – just needed one that integrated with a client’s funnel system directly (WooFunnels).
Forum: Plugins
In reply to: [Caldera Forms Anti Spam] Causes other forms to not workI wasn’t trying to “Get around” these issues – just trying to find the official support page. Yes, I have a form linked as a popup in my footer. I’m guessing that is conflicting.
I didn’t share any login details.
But thanks for your help.
Forum: Plugins
In reply to: [Caldera Forms Anti Spam] Causes other forms to not workOk….? If you have an email address I can email you about the issue.
Thank you for the tip!! Turns out it wasn’t the plugin’s fault (so sorry!) but just a weird filter. Here was the details:
https://support.google.com/mail/thread/13992039?hl=en
The most common way that sent messages appear in your Inbox is if you have a filter in Settings->Filters that uses the “never send to spam” option. That forces all matching messages (including ones you send) to the Inbox.Once the filter removed it seems to have stopped!
Well if you guys aren’t using the latest version of Guzzle and your plugin is throwing the error code then perhaps you should update to the latest version of Guzzle.
Forum: Plugins
In reply to: [Caldera Forms Anti Spam] Causes other forms to not workChecking in on this…
Hi! I just sent a test email that was copied to me.
Here is that report:
https://www.dropbox.com/s/8bnhdmeiyw7292n/Original%20Message.pdf?dl=0
Mine is happening for every. email. Doesn’t matter whether form, WordPress, woocommece, etc.
I am having a similar issue. It is throwing an error and it is causing a critical error. PhP log says:
Stack trace:
#0 /home/NAMEREDACTED/public_html/wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php(107): GuzzleHttp\Exception\RequestException::getResponseBodySummary(Object(GuzzleHttp\Psr7\Response))
#1 /home/NAMEREDACTED/public_html/wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/Middleware.php(65): GuzzleHttp\Exception\RequestException::create(Object(GuzzleHttp\Psr7\Request), Object(GuzzleHttp\Psr7\Response))
#2 /home/NAMEREDACTED/public_html/wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/promises/src/Promise.php(203): GuzzleHttp\Middleware::GuzzleHttp\{closure}(Object(GuzzleHttp\Psr7\Response))
#3 /home/NAMEREDACTED/public_html/wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/promises/src/Promise.php(156): GuzzleHttp\ in /home/NAMEREDACTED/public_html/wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php on line 127Forum: Plugins
In reply to: [Custom Thank You for WooCommerce] Need valuesWell I don’t need any payment or anything but this is not information that has to be present when shared out to the channel – it is for the Pinterest tracking code to track for when someone is paying for ads to their store. I will keep at it and post an update. This is very specific to Pinterest and just needs to fire on the thank you page if someone has the Pinterest tag installed.
Forum: Plugins
In reply to: [Custom Thank You for WooCommerce] Need valuesHi! This is what I have thus far – the only thing not working now is the bundle quantity is counted extra. So if she has a bundle of 3 products then the quantity count is 4 (one for the bundled product and then 3 for the products included in the bundle).
add_action('wp_head', 'wpb_hook_javascript1'); // Adds this to the head function wpb_hook_javascript1() { if (is_page ( array('1751'))) { //Adds it to the specific page, in this case WooCommerce cart // This calls the cart contents $order_id_number = wc_get_order_id_by_order_key( $_GET['key'] ); $order = wc_get_order( $order_id_number ); $totalamount = $order->get_total(); $sumofitems = 0; foreach ( $order->get_items() as $item_id => $item ) { $quantity = $item->get_quantity(); $sumofitems+=$quantity; } ?> <script> pintrk('track', 'checkout', { order_id: '<?php echo $order_id_number ?>', value: '<?php echo $totalamount ?>', order_quantity: '<?php echo $sumofitems ?>', currency: 'USD', em: '<?php echo wp_get_current_user()->user_email ?>' }); </script>
Forum: Plugins
In reply to: [Caldera Forms Anti Spam] Causes other forms to not workI tried that. Is there a way to share a staging site login details with you? Basically, I have one form with a recaptcha and one form without. The form without doesn’t work.
Right but this recently started being indexed and I don’t know why it is suddenly being indexed or how to stop it from being indexed.
Forum: Plugins
In reply to: [WPFront Notification Bar] Plugin PHP file causing Error Log entriesSimilar: Cannot modify header information – headers already sent in /home/primaryblissteac/public_html/wp-content/plugins/wpfront-notification-bar/classes/class-wpfront-notification-bar.php on line 63
I am having a similar issue:
Cannot modify header information – headers already sent in /home/primaryblissteac/public_html/wp-content/plugins/wpfront-notification-bar/classes/class-wpfront-notification-bar.php on line 63