sylvainfx
Forum Replies Created
-
Incredible, it was exactly that! The date was defined in hard copy and not in the conventional format (j F Y). Thank you for your speed and expertise. You were right on target.
Your extension is great, I even think it’s the only one that’s free (for the webp part) because the others offer subscriptions. So this is a big service that you provide to the WordPress community. Do you think I can find a possibility of doing what I’m talking about? Use the .webp extension directly in the source code of the page? Or will I have to find another plugin?
Everything you say, I know. I’m a front-end developer and I code in twig. In twig we use filter |towebp example :
<img src="{{ image.url|towebp }}" alt="{{ image.alt }}">
The image is then converted via the GD library. It’s super simple and the extension is .webp in the code. Exemple : image.jpg -> image.webp
For PHP unfortunately it is not as simple. This is why we are looking for an extension capable of doing the same.
Concerning compatibility, all browsers accept webp except IE which no longer exists.
From what I think I understand, your extension does not allow you to have real .webp files like I have with twig.
Why do I want to have a .webp in the source code? Because your extension allows you to convert .jpg to .webp quite simply. So I want .webp at the end. It’s like you gave me a red ice cream and told me it was chocolate ice cream. Everyone, including me, will think it’s strawberry ice cream.
When we are looking for an extension that allows us to have images in .webp, we want the extension to be webp. Not just the guy.That’s why I wanted to know if there was a solution to really have real .webp in the source code.
- This reply was modified 2 years, 8 months ago by sylvainfx.
Forum: Reviews
In reply to: [BackUpWordPress] The latest update crash siteDelete the plugin folder and put version 3.8. And everything will be good 🙂
PS : The new wordpress debug mode is deactivated by clicking on the link sent by email by wordpress and clicking on the top right of the Back-office.
- This reply was modified 6 years, 12 months ago by sylvainfx.
Forum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] White page : “Wrong email”The name is “ne” :/
<input class=”newsletter-email” type=”email” name=”ne” size=”30″ required=””>