yellofish
Forum Replies Created
-
Forum: Plugins
In reply to: [GenerateBlocks] Please add social icon: Facebook MessengerWell, I was probably the only one that didn’t know that…. This worked for me:
I found this link to a SVG file that I liked: https://upload.wikimedia.org/wikipedia/commons/6/6c/Facebook_Messenger_logo_2018.svg
Downloaded the SVG, opened it in Notebook++ – it looks like this:
<svg version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" viewBox="0 0 994 994"> <linearGradient id="Gradient" gradientUnits="userSpaceOnUse" x1="497" y1="1003" x2="497" y2="9.0126" gradientTransform="matrix(1 0 0 -1 0 1003)"> <stop offset="0" style="stop-color:#00B2FF"/> <stop offset="1" style="stop-color:#006AFF"/> </linearGradient> <path fill="url(#Gradient)" d="M497,0C217,0,0,205.1,0,482.1C0,627,59.4,752.2,156.1,838.7c8.1,7.3,13,17.4,13.4,28.3 l2.7,88.4c0.9,28.2,30,46.5,55.8,35.2l98.6-43.5c8.4-3.7,17.7-4.4,26.5-2c45.3,12.5,93.6,19.1,143.9,19.1 c280,0,497-205.1,497-482.1S777,0,497,0z"/> <path fill="#FFFFFF" d="M198.6,623.1l146-231.6c23.2-36.8,73-46,107.8-19.9l116.1,87.1c10.7,8,25.3,7.9,35.9-0.1 l156.8-119c20.9-15.9,48.3,9.2,34.2,31.4L649.5,602.5c-23.2,36.8-73,46-107.8,19.9l-116.1-87.1c-10.7-8-25.3-7.9-35.9,0.1 L232.8,654.5C211.9,670.4,184.5,645.3,198.6,623.1z"/> </svg>
Under “Icon” simply paste it into the “Icon SVG HTML” field. That’s it.
Comes out in perfect size and color!
Forum: Plugins
In reply to: [CloudFlare Cache Purger for WordPress] The plugin and fastcgi cache?I don’t think Cloudflare cache and fastCGI page cache are related, so, no.
Seems some CSS cache issue outside the scope of the plugin. So no worries for you.
Forum: Plugins
In reply to: [Autoptimize] 403 + 404 errorsVery persistent error. All WordPress and Cloudflare cache cleaning didn’t help. Cleaning all server cache did the trick.
Forum: Reviews
In reply to: [Conditional Menus] what are the conditions?I agree with you. Took me a while to understand how to work it. This video made it clear to me:
I had to install “categories to pages” though (there might be ways without it) and I used categories as hooks.
Forum: Plugins
In reply to: [Super Page Cache] How to do the nginx.conf on a vps?What about:
Prevent the following URIs to be cached: /wp-* ?
Should that be set
And, so I still keep “Cache Level: Cache Everything” in CF, right?
Forum: Plugins
In reply to: [Super Page Cache] How to do the nginx.conf on a vps?Mhm, I need to check that.
I think with your plugin I need to rules, right?
By the time you see them they are most likely removed.
Forum: Plugins
In reply to: [Super Page Cache] How to do the nginx.conf on a vps?Here are two site where I did set it up. Any suggestions are welcome
https://iphone-worldwide.com (loads data from mysql)
https://parodont-hk.com (a static site)Forum: Plugins
In reply to: [Super Page Cache] How to do the nginx.conf on a vps?So when I get those line in the header all is fine and working I guess?
no-store, no-cache, must-revalidate, max-age=0
Debug.log is also adding data.
Forum: Plugins
In reply to: [Super Page Cache] How to do the nginx.conf on a vps?Well, the
include
does not throw an error.Is there a way to actually test it? I mean all basic functions work.
Just is just example.com
The error is intermittent and happens only sometimes.
Forum: Plugins
In reply to: [Super Page Cache] How to do the nginx.conf on a vps?Not working:
include /var/www/web.site/htdocs/wp-content/wp-cloudflare-super-page-cache/web.site/nginx.conf;
Working:
include var/www/web.site/htdocs/wp-content/wp-cloudflare-super-page-cache/web.site/nginx.conf;
nginx is full of wonders!
Forum: Plugins
In reply to: [Super Page Cache] How to do the nginx.conf on a vps?So I went to
/etc/nginx/nginx.conf
and added right after:## # Virtual Host Configs ## include /etc/nginx/conf.d/*.conf; include /etc/nginx/sites-enabled/*;
…I added the line:
include /var/www/web.site/htdocs/wp-content/wp-cloudflare-super-page-cache/web.site/nginx.conf;
It’s not letting me re-start nginx, I get a re-start error.
- This reply was modified 3 years, 12 months ago by yellofish.
Forum: Plugins
In reply to: [Super Page Cache] How to do the nginx.conf on a vps?One added information: I use the wordops stack
Now I tried putting it in:
/etc/nginx/sites-available/web.site
Nginx re-starts, site works, cache works.
But no idea that is correct or not. Please let me know.
Forum: Fixing WordPress
In reply to: Why so many sentry_key 522 errors?Yes, Cloudflare flags the error. I am puzzled what causes it exactly. Site is SSL via Let’s Encrypt and gets a green A on SSLlabs.