reyneli
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Background image CDNOk, thank you.
Forum: Plugins
In reply to: [LiteSpeed Cache] CDN mapping: include images blocks payment checkoutYes, it works!. Thanks a lot!
Forum: Plugins
In reply to: [LiteSpeed Cache] CDN mapping: include images blocks payment checkoutI’ve found the problem, a code in functions.php: <img… changing src to absolute path
function bbloomer_remove_what_is_paypal( $icon_html, $gateway_id ) {
if( ‘paypal’ == $gateway_id ) {
$icon_html = ‘<img src="/wp-content/plugins/woocommerce/includes/gateways/paypal/assets/images/paypal.png” alt=”PayPal Acceptance Mark” />’;
}
return $icon_html;
}- This reply was modified 5 years, 12 months ago by reyneli.
Forum: Plugins
In reply to: [LiteSpeed Cache] static files subdomain cdnOk, a record and cert had been created automatically. The problem was that I had written faux.xyz instead of faus.xyz in Litespeed. Now everything is ok. Thanks a lot!
Forum: Plugins
In reply to: [LiteSpeed Cache] static files subdomain cdnNow, I think it works. I have upload another screenshot in drive.
https://drive.google.com/open?id=1npupHKpODlz7ydVu30YlTduR9omSuB24
Now it looks like this
https://faus.xyz/about/I guess I have to move the content and includes and it’s finish.
Thank you!
Forum: Plugins
In reply to: [LiteSpeed Cache] static files subdomain cdnForum: Plugins
In reply to: [LiteSpeed Cache] static files subdomain cdnI don’t know how to put a screenshot in the message.
Forum: Plugins
In reply to: [LiteSpeed Cache] static files subdomain cdnOk, I can open a file jpg in both ways manually. But the web displays https://www.domain.com/wp-content/plugins/some/file.jpg. How could I to know if its working?
Thank you!
Forum: Plugins
In reply to: [LiteSpeed Cache] static files subdomain cdnNo, I mean if I can use dns mapping with a subdomain created in cPanel pointing to /public_html.
I know that other cache plugin the option is “Enable CDN support”, “http://subdomain.domain.com” in “Off-site URL”.
Is it possible in LiteSpeed?Thank you!
- This reply was modified 5 years, 12 months ago by reyneli.
Forum: Plugins
In reply to: [LiteSpeed Cache] exclude elementor headerok, thank you!
Forum: Plugins
In reply to: [LiteSpeed Cache] exclude elementor headerI turn off JS defer. Header, NavMenu dropdown and all elements of the page are displayed correctly.
Forum: Plugins
In reply to: [LiteSpeed Cache] exclude elementor headerHi,
Nav menu is Elementor widget and logo is from hello theme. The logo appears with a huge space above and the dropdown nav menú arrows don’t appear.
Forum: Plugins
In reply to: [LiteSpeed Cache] exclude elementor headerI need to disable or uninstall the plugin before installing that version, and configure the fix litespeed-cache plugin with the same options enabled?
Forum: Plugins
In reply to: [LiteSpeed Cache] exclude elementor headerOK, I try to install it. The problem only happens with Firefox (My version 70.0.1 64-bit), with Chrome no problem.
thanks