sammiefields2512gmailcom
Forum Replies Created
-
Hey Gijo,
Regarding the first point, it’s not a cache problem, as I can check in Chrome console whether it’s being delivered by cache.
With the Statically plugin, when I clear the cache then load the page, the images are delivered by Statically. Then when I refresh the page, the images are delivered from cache.
With Flying Images however, when I clear the cache then load the page, the images are delivered from my own server. Then when I refresh the page, the images are delivered from cache. Sometimes after clearing the cache, images are served via Statically, I’m not sure if the SAME images are SOMETIMES served via Statically, or if specific images are ALWAYS served via Statically, I didn’t take the time to play around with it.
Anyways, let’s see if others complain about the same thing, then you might want to look into it.
Don’t worry, I won’t leave a bad review, lol I’m using one of your other plugins and it’s great!
Yikes, ok, new problem:
With your plugin, sometimes the images load via statically, sometimes they don’t. I’ve tried instead with the Statically wordpress plugin, and the images always load from statically.
Also, when using your plugin and the images DO load from statically, they’re still not webp – when I go to the network panel in my browser, the response header>content-type shows image/jpg.
I’m using the Statically plugin for now, until there’s a fix with your plugin.
Update:
I contacted Statically, and here’s what they said:
“I apologize that this happened to you.
I checked into the service, it looks like your domain is blocked by our security filter. So I went ahead and whitelist your domain, please check from your side”
It’s working fine now, images are showing as being served by Statically.
Gijo,
I contacted Satically, and here’s what they said:
“I apologize that this happened to you.
I checked into the service, it looks like your domain is blocked by our security filter. So I went ahead and whitelist your domain, please check from your side”
It’s working fine now, thanks for your help!
I can confirm that there is no need to install the Statically plugin.
Hi Gijo,
Thanks for getting back to me.
I’ve noticed that on first load, Statically tries to load the images but fails. On opening the broken image on a new tab, I’m given the error message:
“400 Bad Request
Statically cannot download remote images, backend returned an unexpected status code (502).”Then when I refresh the page, the images display, but from a cache rather than from Statically.
Could all this possibly be due a conflict with Cloudflare?
I’ve tried installing the Statically plugin and entering the API key, and it still doesn’t workI’ve got the same problem.
My images are publicly accessible, and I’ve tested from an incognito window.
On loading the page for the first time, the images don’t show. They then show when I refresh the page. The same problem happens when I clear the cache (I’m using Cache Enabler, which is a simple plugin, but many including myself have found it results in faster pageload speeds than WP Rocket)
When I right-click on the broken image and open in new tab, I’m taken to a page that says:
400 Bad Request
Statically cannot download remote images, backend returned an unexpected status code (502).And the url of the image is:
https://cdn.statically.io/img/mywebsite.com/images/imagename.jpg?quality=100
When I refresh the page and the image is showing, there’s no evidence that the images are being served by statically. They’re in .jpg format, not webp, and when I view source, the images still have their original local ftp source url’s (https://mywebsite.com/images/imagename.jpg), there’s no mention of statically around the images, only two mentions in the header of the page:
<link rel=”dns-prefetch” href=”https://cdn.statically.io/”><link rel=”preconnect” href=”https://cdn.statically.io/” crossorigin><meta name=”viewport” content=”width=device-width, initial-scale=1″>
Forum: Plugins
In reply to: [WP Mautic Form Integrator] Wrong IP address being passed to MauticI just realized this is happening to me too.
Would be great to have some more functionality in this plugin.
Forum: Plugins
In reply to: [WP Mautic Form Integrator] Add new blank pageoAuth2 works perfectly fine for me, but with oAuth1 I get a blank page just like op mentioned.
I wonder if the plugin author has an update for us?
Thanks in advance.
Aw scrap, seems I was mistaken, must be some other problem on my site lol. Please delete my above post. Sorry to bother you. Great plugin btw 🙂 I’ve made $46 on Amazon Canada I wouldn’t have made otherwise.
Forum: Plugins
In reply to: [Allow Multiple Accounts] Plugin is not working with GRAVITY FORMYes, thank you! I need this too, hope someone can chime in and find a fix.
Forum: Plugins
In reply to: [Multiple Columns for Gravity Forms] Latest update is broken!Just gave this plugin a 5 star review.
Forum: Plugins
In reply to: [Multiple Columns for Gravity Forms] Latest update is broken!Hi, thanks for the quick response.
Problem fixed, plugin updated and seems to be working perfectly.
Best wishes,
SammieForum: Plugins
In reply to: [Multiple Columns for Gravity Forms] Latest update is broken!Was talking about version 2.1.0. Managed to use Rollback plugin to go back to 2.0.1 for now.
Forum: Plugins
In reply to: [WooCommerce] Show hidded product as upsellUpdate:
I found that my above advice worked for one website (using Thesis theme), but not for another (using Genesis theme), but I managed to find the solution for my second website by doing the following:
With step #1, I took the code,
<?php
add_filter( ‘woocommerce_product_is_visible’, ‘__return_true’ );
?>and instead of placing it right at the bottom of cart.php, I placed it just above the following existing code:
<?php do_action( ‘woocommerce_after_cart_table’ ); ?>
Hope this helps someone 🙂
Wohaaa! Thanks Mike! This solved a HUGE problem for me! I was almost about to abandon Woocommerce entirely!