José Miguel
Forum Replies Created
-
Forum: Plugins
In reply to: [Optimum Gravatar Cache] Unable to cache the Image.If you want to exclude avatars from being processed by WP Rocket follow the following link:
https://docs.wp-rocket.me/article/15-disabling-lazy-load-on-specific-imagesForum: Plugins
In reply to: [Optimum Gravatar Cache] Unable to cache the Image.The img tags are being modified by another plugin.
Should be like this:
<img src='https://vizartpandey.com/wp-content/uploads/optimum-gravatar-cache/0.svg' class='avatar avatar-80 photo avatar-default' height='80' width='80' />
But it looks like this:
<img alt='' src="data:image/gif;base64,R0lGODdhAQABAPAAAP///wAAACwAAAAAAQABAEACAkQBADs=" data-lazy-src='https://vizartpandey.com/wp-content/uploads/optimum-gravatar-cache/0.svg' class='avatar avatar-80 photo avatar-default' height='80' width='80' />
I think it has to do with some lazy load plugin for images.
Forum: Plugins
In reply to: [Optimum Gravatar Cache] Unable to cache the Image.What is the lazyload plugin you are using?
Forum: Plugins
In reply to: [Optimum Gravatar Cache] Unable to cache the Image.Hello @rajvivan
It does not seem to me a problem with the “Optimum Gravatar Cache”.
It seems to be a problem in the minification of the javascript files of your site.
Try disabling the Rocket cache, clear the cache.
Forum: Plugins
In reply to: [Optimum Gravatar Cache] Unable to cache the Image.Hello @rajvivan
There are JavaScript errors on the home page of your site. And the images do not appear.
14:04:57.918 SyntaxError: missing ) in parenthetical 686247745cd0269ef4597ea205f48c6f.js:81:217However, I can see the profile image, and is using the cache.
https://vizartpandey.com/wp-content/uploads/optimum-gravatar-cache/19.pngForum: Plugins
In reply to: [Optimum Gravatar Cache] Unable to cache the Image.Hello @rajvivan
Try to better explain your problem.
Are you referring to the “About me” widget, where does your profile picture appear?
Forum: Plugins
In reply to: [Optimum Gravatar Cache] ** Permissions (OCTAL)Forum: Plugins
In reply to: [Optimum Gravatar Cache] Database table considered orphanedOK thank you!
Forum: Plugins
In reply to: [Optimum Gravatar Cache] Database table considered orphanedHello @willstockstech,
Yes, I analyzed the code. I think they should find a better way to tell if a plugin is installed.
Thank you!
Anyway, I’m going to change Text Domain in version 2. This is for users who want to translate the plugin. To avoid collisions of plugins names, if someone creates a plugin called OGC.
Will, this topic is resolved?
Forum: Plugins
In reply to: [Optimum Gravatar Cache] Database table considered orphanedHello Will,
It is decided, I will change the Text Domain to optimum-gravatar-cache already in the next version. To avoid this discomfort as well as to make it easier for others to guess the plugin’s slug, in translations and others.
Forum: Plugins
In reply to: [Optimum Gravatar Cache] Database table considered orphanedHello @willstockstech,
I’ve been analyzing it because WP-optimize says OGC is not installed.
The plugin is based on the Text Domain in the plugin header. The optimum gravatar cache uses the OGC Text Domain instead of the optimum-gravatar-cache name.
It does not make sense, if wp-optimize reads the information from the plugin’s header it’s because it’s installed! Right!
Read: https://developer.www.ads-software.com/plugins/plugin-basics/header-requirements/
The truth is that wp-optimize does not realize much of logic. It can denigrate the image of many p lugins without reason.
I’ll analyze it better, then I’ll open a topic in the plugin forum.
Forum: Plugins
In reply to: [Optimum Gravatar Cache] Database table considered orphanedHello Will,
It really shows as not installed.
I’ll try to understand the reason.
Forum: Plugins
In reply to: [Optimum Gravatar Cache] ** Permissions (OCTAL)Confirm that the files / directories id is the same as the web server.
However this only happened because you installed the plugin manually.
Forum: Plugins
In reply to: [Optimum Gravatar Cache] ** Permissions (OCTAL)In version 2 I already notice the user when there is this problem.
Forum: Plugins
In reply to: [Optimum Gravatar Cache] ** Permissions (OCTAL)I realize your question Will, however chmod / touch among others can only be performed by the owner of the file / directory.