onegoodroad
Forum Replies Created
-
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Removed From WordPress?@madtho thank you for the information. I am very relieved to see this.
π thanks
Actually, this is more specific:
.wpxpo-btn-tracking-notice {
display: none !important;
}Well, since I cannot take it anymore π
I added this to my functions file until they can address the issue properly.function remove_notice() {
echo ‘<style>
.notice-success {
display: none !important;
}
</style>’;
}
add_action(‘admin_head’, ‘remove_notice’);hello, I am experiencing this too… and i have hit “no thanks” many times and it comes back again. I have also hit “Allow” just to try to get it to go away forever, but that does not work either.
@coldrealms65 is this still happening for you too?
Actually I believe I fixed it, using custom css in admin:
selector img {
object-fit: contain !important;
}I would rather not give you the URL.
What I can say is this: The biggest issue is on the mobile version , the words get cut off that are on the image – on both sides…
I want to avoid creating new images with padding around for the words..
I am looking for a workaround , perhaps css etc.
Thanks.
nm, found it.
yes, elevaterehab.org
Hello –
Can you please answer my questions regarding why, even though everything is setup correctly, I am still (and always) getting the βTHIS URL IS NOT CACHEDβ message when checking cache status?
Thanks
Hello,
Thank you for your reply.
I Have CF and SG working correctly now – I believe.
headers from my site:
CF:
age: 810
alt-svc: h3-27=”:443″; ma=86400, h3-28=”:443″; ma=86400, h3-29=”:443″; ma=86400
cache-control: max-age=14400, s-max-age=604800, s-maxage=604800
cf-apo-via: tcache
cf-cache-status: HIT
cf-ray: 63f6142d4c1e983f-LAXserver: cloudflare
sg-optimizer-cache-control: s-max-age=604800, s-maxage=604800, max-age=60
sg-optimizer-worker-status: hit
vary: Accept-Encoding, User-Agent
x-cache-enabled: True
x-httpd: 1
x-proxy-cache: MISS
x-proxy-cache-info: 0 NC:000000 UP:`—
I am however, still (and always) getting the “THIS URL IS NOT CACHED” message when checking cache status in SG Optimizer. (now checking via the CloudFlare tab in SG Optimizer).
Will you please confirm from what you see from my header information here that it looks as if SG and CF are working as intended?
Thanks
Well, here is a very detailed article on cloudflare’s WP APO (from a different hosting service, but still applies). I don’t, in fact, have my cloudflare plugin activated at all now. I just use SG Optimizer for that.
This section specifically details the steps involved:
Hope this explains what you need!
@betumayo Hello,
I know how difficult it can be to get to the bottom of some of this sometimes…
I have spent a good amount of time doing just that and think I have things under control a bit (while using SG AND CF together)… at least on this particular site of mine.Here are both of our sites’ headers (from lighthouse) for you to review and compare:
headers from MY site:
CF CACHE:
age: 810
alt-svc: h3-27=”:443″; ma=86400, h3-28=”:443″; ma=86400, h3-29=”:443″; ma=86400
cache-control: max-age=14400, s-max-age=604800, s-maxage=604800
cf-apo-via: tcache
cf-cache-status: HIT
cf-ray: 63f6142d4c1e983f-LAXSG CACHE:
server: cloudflare
sg-optimizer-cache-control: s-max-age=604800, s-maxage=604800, max-age=60
sg-optimizer-worker-status: hit
vary: Accept-Encoding, User-Agent
x-cache-enabled: True
x-httpd: 1
x-proxy-cache: MISS
x-proxy-cache-info: 0 NC:000000 UP:headers from YOUR site:
CF CACHE:alt-svc: h3-27=”:443″; ma=86400, h3-28=”:443″; ma=86400, h3-29=”:443″; ma=86400
cf-cache-status: DYNAMIC
cf-ray: 63f611e61d1835fd-LAX
cf-request-id: 096da983d3000035fdc6932000000001SG CACHE:
server: cloudflare
vary: Accept-Encoding
x-cache-enabled: True
x-httpd: 1
x-pingback: https://YOURSITE/xmlrpc.php
x-proxy-cache: HITBased on just looking at the headers, our setups seems to be somewhat different. With clouldflare we are using their WP APO (costs i think $5/mo) and then in the SG Optimizer plugin admin, I activated cloudflare there.
Hope this helps a little!
@jetexpert,
Thank you for your reply! Very helpful. I will give it a go!
@jetexpert I see that your issue is marked “resolved”. do you mind sharing what was done to fix your issue?
Thanks.