*

questions

  • *****
  • 319 posts
possible webp images for categories?
« on: February 27, 2023, 02:58:34 PM »
Hi,

Is it possible to allow webp upload for categories icons epsilon? any code change to allow this?
WebP Images Generator Plugin don't do this for categories.

thank you
« Last Edit: February 27, 2023, 03:19:14 PM by questions »

*

MB Themes

Re: possible webp images for categories?
« Reply #1 on: February 27, 2023, 06:26:33 PM »
No and not planned, as you can do that by yourself as well.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

questions

  • *****
  • 319 posts
Re: possible webp images for categories?
« Reply #2 on: February 27, 2023, 08:57:02 PM »
Can you hint? Or guide us?
Need guidance
Thank you

*

KaloSex

  • ****
  • 139 posts
Re: possible webp images for categories?
« Reply #3 on: March 10, 2023, 10:38:12 PM »
Can you hint? Or guide us?
Need guidance
Thank you

did you find a solution? Any type i try to upload i keep getting that only jpg is allowed

*

MB Themes

Re: possible webp images for categories?
« Reply #4 on: March 11, 2023, 12:47:33 PM »
Will need to update plugin to isolate conversion function and make it usable outside standard pligin functionality.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

questions

  • *****
  • 319 posts
Re: possible webp images for categories?
« Reply #5 on: March 11, 2023, 05:20:57 PM »
Will need to update plugin to isolate conversion function and make it usable outside standard pligin functionality.

Sorry?

Can you do an update? Or can you give us more details pls? More ppl expecting this.

There is a good theme but missing a lot of things

Too many headings into it too, must be much more SPANS.

A box after latest ads would be also great so we can add more text into it.

*

MB Themes

Re: possible webp images for categories?
« Reply #6 on: March 13, 2023, 09:13:04 AM »
@questions
Do not misuse this thread on other questions/topics you have. Your preference does not mean something is good or wrong, or that more people need it or no... really not needed.

Plugin has been just updated to 1.1.0 and brings following functions:


Created 2 new functions for those that would like to get webp on other images:
- Covert standard image to WEBP variant - wbp_image_to_webp($source_img_path, $target_img_path = "");
- Get WEBP url of standard image. If does not exists, generate WEBP image - wbp_get_webp_img($source_url, $generate_if_missing = true, $generate_force = false);
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots