xscorpionx
Forum Replies Created
-
Agree @usabe and thanks for responding. I imagine it will be a general error. Anyway, any other thing or information you need about the issue that is not about my website, you can count on me. Greetings and thank you.
Hi, I see that happens in all the images that have that structure. The web is adult content, so here I don’t think they will let me send the link, can I send it to you in another way?
Forum: Plugins
In reply to: [LiteSpeed Cache] Problem with the images in the ESI widgetThanks a lot!!! Yes now!!! When he told me that, I have gotten into KeyCDN and activated Cache Key WebP, then in Litespeed cache I deactivated creating webp versions, I activated it again and now the images, although they do not end with webp, are the webp versions, with the same size and in the response header puts content-type: image / webp. Thanks a lot!!
Forum: Plugins
In reply to: [LiteSpeed Cache] Problem with the images in the ESI widgetYes I use CDN, so it does not work for me, but thanks for trying, surely someone who does not use CDN will do.
Forum: Plugins
In reply to: [LiteSpeed Cache] Problem with the images in the ESI widgetAnd there is no snippet that can solve this, for example, if the header accepts webp, add .webp at the end of urls that don’t have it?
Forum: Plugins
In reply to: [Author Avatars List/Block] Gutenberg styles are loaded on frontendGreetings Paul and sorry for the late reply.
Everything seems to be perfect! I have tested it both in the wordpress version 5.7 and in the new update 5.7.1, in both they no longer load those styles in frontend, perfect!Forum: Plugins
In reply to: [Author Avatars List/Block] Gutenberg styles are loaded on frontendI was referring to if there is any way that the plugin only loads in the pages that are needed, such as a snippet that has cf7:
add_filter( 'wpcf7_load_js', '__return_false' ); add_filter( 'wpcf7_load_css', '__return_false' ); <?php if( is_page( 'contact' ) ) : ?> <?php if ( function_exists( 'wpcf7_enqueue_scripts' ) ) : ?> <?php wpcf7_enqueue_scripts(); ?> <?php endif; ?> <?php if ( function_exists( 'wpcf7_enqueue_styles' ) ) : ?> <?php wpcf7_enqueue_styles(); ?> <?php endif; ?> <?php endif; ?>Something like that.
Forum: Plugins
In reply to: [Author Avatars List/Block] Gutenberg styles are loaded on frontendOkay Paul,
Thank you. One last question, to load the plugin only on the page where the list of authors is, is there a snippet?Forum: Plugins
In reply to: [Author Avatars List/Block] Gutenberg styles are loaded on frontendWhen I deactivate the plugin those styles disappear, I have tried deactivating other plugins and they disappear when I deactivate author list. Those styles shouldn’t load on frontend.
Edit: The block-library style I think it can load in frontend, the others should not.
- This reply was modified 5 years ago by xscorpionx.
Ok, no problem, I’ll do it with css then, thanks π
@pbearne Everything perfect, thanks to you.
A question, what is the term for rounding the corners in the shortcode?Forum: Plugins
In reply to: [LiteSpeed Cache] I have deactivated plugins, reset and there is still FOUC@qtwrk @serpentdriver It seems that the problem is not LiteSpeed ββCache, nor wordpress, not even the theme, the problem must be with the Dark Reader plugin for web browsers, it does not load the web properly. To compensate you, I will give you a good score, and deserved, because you have been quick with the help and LiteSpeed ββCache makes the web improve their score a lot.
Forum: Plugins
In reply to: [LiteSpeed Cache] I have deactivated plugins, reset and there is still FOUC@qtwrk I get the following error when sending the report:
Failed to request via WordPress: [server] https://api.quic.cloud [service] wp/report
So I sent a ticket and this is the tracking number: #129461
There attach image information and I will put a gif of the FOUC
Forum: Plugins
In reply to: [LiteSpeed Cache] I have deactivated plugins, reset and there is still FOUC@serpentdriver Hello, Yes I use CDN on the web server, but not on the local server, and it happens to me on both servers, both on the web and on the local one.
Forum: Plugins
In reply to: [LiteSpeed Cache] I have deactivated plugins, reset and there is still FOUCAlso say that before writing in this support forum I have done everything possible, disable options, exclude styles, and nothing works