gahia
Forum Replies Created
-
Forum: Plugins
In reply to: [Nginx Helper] fastcgi_cache_purge with open_basedir issueAfter checking the code, I’ve realized that this was affecting only to the Purge All method as it’s ignoring the setting to use the module and trying to remove the entire cache directly by the filesystem. This means it will never works unless you add the folder to its allowed paths and grant permissions to that folder.
This is may be ok for a single WordPress installation but I you looks for a safe environment it will be better to keep the
open_basedir
policy enabled and don’t grant any permissions to users for system folders.Then I’ve opted to install the a newer “version” or the module that allow the use of wildcards. I understand that this feature was missing form the original module you recommend and it doesn’t make possible to clear all cache unless you do it through the filesystem.
It will be nice if you can make this small changes in the plugin:
1) Purge all though the
ngx_cache_purge
module
2) Custom purge accepting wildcardsThanks!
Forum: Plugins
In reply to: [AMP] How to remove amp-lightbox script?Oh! I see!
I didn’t even thought about an amp-lightbox tag and check just the images.
I will check how to fully remove the menu in header as it has no items… It’s a theme issue.
Sorry and thanks for your time!
Forum: Plugins
In reply to: [AMP] How to remove amp-lightbox script?Please check the AMP validation checks: https://ibb.co/7Y40y9V
Forum: Plugins
In reply to: [AMP] How to remove amp-lightbox script?No problem,
It’s online now here: https://www.gahia.com.ar
Forum: Plugins
In reply to: [AMP] How to remove amp-lightbox script?Hello James, thanks for your reply.
Actually, I have no issues with lightbox or doubts about how it works.
I just want to know if it’s possible to avoid load the amp-lightbox script
https://cdn.ampproject.org/v0/amp-lightbox-0.1.js
.As I’m not using lightbox at all, I would like to avoid loading it.
Unfortunately, I didn’t figure out how to… is it possible?
I understand, I should replicate the Twentig code for my custom types… Fair enough.
Hope in the future Twenty can handle it and allow to enable its overrides to custom post types.
Thanks for the reply!