pomkanik
Forum Replies Created
-
Forum: Plugins
In reply to: [Charts Blocks for Gutenberg] Alignment error and colors?Give this thread UP!
Really cool and light chart blocks plugin!
Also will be great to have option to select colors from default theme palette or have several palettes to select from.
Maybe add typography settings for Chart title and legend as well as switch to hide them.
And some JS errors:
block “charts-blocks/bar” is registered with an invalid category “charts-blocks”
And this error appears for each chart.Forum: Plugins
In reply to: [LiteSpeed Cache] Webp images not workingMy ideas have finished)
Try to restore all optimized images and re-optimize them againForum: Plugins
In reply to: [LiteSpeed Cache] Webp images not workingIf I have found your site right – I see that you are using nginx server but for correct WebP replacement Apache or OpenLiteSpeed/LiteSpeed Enterprise Server required (changes in .htaccess)
See https://www.ads-software.com/support/topic/webp-not-delivered/- This reply was modified 3 years, 6 months ago by pomkanik. Reason: typos
Forum: Plugins
In reply to: [LiteSpeed Cache] Webp images not workingWell, as you can see – the log is clear: no file exists – /home2/xxxxxx/public_html/wp-content/uploads/2021/09/sahkopotkulaudan-viritys-250×200.jpg.webp – can you manually check it with file manager or ftp?
- This reply was modified 3 years, 6 months ago by pomkanik.
Forum: Plugins
In reply to: [LiteSpeed Cache] Webp images not workingCan you provide at list 3 lines for this image as I show above (change IP and other sensitive info) to see the full trace of what plugin is looking for and doing after?
Did you add .webp extension for this image in separate browser tab to see that it is really exist?Forum: Plugins
In reply to: [LiteSpeed Cache] Webp images not workingWhat is in the debugger log (wp-content/debug.log)?
Forum: Plugins
In reply to: [LiteSpeed Cache] Webp images not workingYou need to see debugger log (advanced) – find the request to this post with this image and see is there an error.
Logs are very clear:09/13/21 13:33:20.936 [XX.XX.139.226:54562 1 piJ] [Media] webp replacing: https://XX.com/wp-content/uploads/brizy/308/assets/images/iW=131&iH=131&oX=0&oY=0&cW=131&cH=131/optimized/Image2.png 09/13/21 13:33:20.936 [XX.XX.139.226:54562 1 piJ] [Util] file not exist: /home/XX/webapps/wp-test-01/wp-content/uploads/brizy/308/assets/images/iW=131& 09/13/21 13:33:20.936 [XX.XX.139.226:54562 1 piJ] [Media] -no file, bypassed
Forum: Plugins
In reply to: [LiteSpeed Cache] Webp images not workingI had the similar problem and when I turned on debugger on LSCP, cleared cache as mentioned in link above – the issue was gone ??
Maybe also try to turn-off and then turn-on WebP in plugin settingsForum: Plugins
In reply to: [LiteSpeed Cache] Webp images not workingHello!
Did you try this -> https://docs.litespeedtech.com/lscache/lscwp/ts-media/#webp-not-loading ?