pbpiotr
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] background-image not replaced webp formatI would like serve all media webp format for support browser, because the Google Page Speed Insight prefer webp format. You have a great plug and it’s a shame that this feature is missing.
Maybe unless the jpg version does not affect Google? I am sorry if I am wrong.
Best regards
Forum: Plugins
In reply to: [LiteSpeed Cache] background-image not replaced webp formatHow to set all photos to be served webp format? ??
Forum: Plugins
In reply to: [LiteSpeed Cache] background-image not replaced webp formatI did many tests. I only added:
<img src="https://www.ladtransport.com/wp-content/uploads/2020/01/tloparallaxkrajowa.jpg">
and this image jpg also has not changed to the webp format ??
Forum: Plugins
In reply to: [LiteSpeed Cache] background-image not replaced webp formatHi @stanleylitespeed
Thank you for your response.
This image jpg is have a webp version.Screen: https://i.ibb.co/KKPrwMY/webpthisimage.png
Best regards
Forum: Plugins
In reply to: [LiteSpeed Cache] Image not replaced to webp formatHi Stanley,
Thank you for your response. I wrote to you on slack.
Best regards
Forum: Plugins
In reply to: [LiteSpeed Cache] Image not replaced to webp formatI didn’t change the domain and I don’t have a firewall.
Forum: Plugins
In reply to: [LiteSpeed Cache] Image not replaced to webp formatMaybe can somehow reset the litespeed plugin from the database level?
Forum: Plugins
In reply to: [LiteSpeed Cache] Image not replaced to webp formatI click “reset IAPI key” and it is still the same error displayed ??
Forum: Plugins
In reply to: [LiteSpeed Cache] Image not replaced to webp formatI’m trying to re-optimize all image but displays error if I choose “Destroy All Optimization Data”.
Error messages:
Nie powiod?o si? wysy?anie przez WordPress-a: “hash does not match: ClientCB[wrong passive callback] Server[8O1iaqaQsmjBvIAt]”
Nie powiod?o si? wysy?anie przez WordPress-a: “hash does not match: ClientCB[wrong passive callback] Server[sFOGOa8IxVgJH3Ko]”
Nie powiod?o si? wysy?anie przez WordPress-a: “no auth_key”Best regards
Forum: Plugins
In reply to: [VDZ CallBack Plugin] How to change sender name and emailOk its done. I add to php code and work.
// Function to change email address
function wpb_sender_email( $original_email_address ) {
return ‘[email protected]’;
}// Function to change sender name
function wpb_sender_name( $original_email_from ) {
return ‘Tim Smith’;
}// Hooking up our functions to WordPress filters
add_filter( ‘wp_mail_from’, ‘wpb_sender_email’ );
add_filter( ‘wp_mail_from_name’, ‘wpb_sender_name’ );Forum: Fixing WordPress
In reply to: Layout fullwidth stretchedok thank you ??
ok, repair it ??
I tested php: https://az-serwer1828211.online.pro/kjenergysun/test.php
- This reply was modified 6 years, 5 months ago by pbpiotr.
Forum: Fixing WordPress
In reply to: WordPress crashOk, all thank you very much. I repair it ??
Best regards
Forum: Fixing WordPress
In reply to: WordPress crashI contacted TemplateMonster support and I’m waiting for an answer.
The panel wp-admin is work correct. I also have all shortcode in page, page, post, media in panel wp-admin. I do not have a backup. My web hosting has backup from 48 hours back. I will take this copy and im waitig for answer TemplateMonster. Maybe it’s a matter that they solve quickly and without any problems.