toneyo
Forum Replies Created
-
Forum: Plugins
In reply to: [SendGrid] Getting a gzinflate(): data errorSame thing here. Running PHP 5.5.32 and WP 4.5.2
Forum: Plugins
In reply to: [SendGrid] API 400 errorsMany thanks for the fix! It’s very much appreciated.
The plugin is now working without error, but is there a reason why a http request is made on every admin page load?
Forum: Plugins
In reply to: [SendGrid] Plugin adds ~2 seconds load time to admin pagesI also see a similar problem in my admin area
GET https://api.sendgrid.com/api/mail.send.json 400 Bad Request curl GET https://api.sendgrid.com/v3/stats 400 BAD REQUEST curlThanks
Forum: Plugins
In reply to: [PayPal for WooCommerce] Paypal button size changeThat’s great. Thanks angelleye
Forum: Plugins
In reply to: [PayPal for WooCommerce] PayPal Express Checkout Image – Not HTTPSThanks for the reply. Yes, that’s spot on. I have the settings in woocommerce checkout as:
(Ticked)Force secure checkout – Force SSL (HTTPS) on the checkout pages (an SSL Certificate is required).
(Unticked)Force HTTP when leaving the checkout
Forum: Plugins
In reply to: [PayPal for WooCommerce] PayPal Express Checkout Image – Not HTTPSHi,
I am also facing a similar problem. All other paypal related buttons/icons appear to be fine apart from the one within checkout payment options. I’ve no SSL related plugins.
Thanks
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Linkedin RedirectThanks Jeremy. Looks like a cache flush sorted it out.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Linkedin RedirectThanks for the fix Jeremy. I also came across the same problem today but making the changes doesn’t seem to fix the problem.
Thanks
That’s great to hear, thanks!
Hi, just wondering if this will be actioned? Thanks
Forum: Themes and Templates
In reply to: Custom theme questions – Showing a single post<?php query_posts('name=welcome'); //retrieves the welcome page only ?>Found out that the above works ok on the main page without any images in the div, but still trying to figure out the smaller content boxes.