Forums
(@toneyo)
8 years, 9 months ago
Same thing here. Running PHP 5.5.32 and WP 4.5.2
9 years ago
Many 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?
9 years, 1 month ago
I 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 curl
Thanks
10 years ago
That’s great. Thanks angelleye
10 years, 1 month ago
Thanks 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
Hi,
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.
10 years, 5 months ago
Thanks Jeremy. Looks like a cache flush sorted it out.
Thanks for the fix Jeremy. I also came across the same problem today but making the changes doesn’t seem to fix the problem.
That’s great to hear, thanks!
Hi, just wondering if this will be actioned? Thanks
15 years, 5 months ago
<?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.