deanodino1
Forum Replies Created
-
I too am having this same issue between Hide My WP and Litespeed Cache. When Hide My WP is switched on I cannot cache my site or run the crawler with Litespeed. When the security level is disabled it works fine, however I’d like to continue using this feature of course.
Could you help me resolve it? I’ve tried switching the feature back on as I think the OP suggested but that didn’t work. I also have the IPs whitelisted.
Forum: Plugins
In reply to: [LiteSpeed Cache] Crawler stuck on start watchingThanks for this, its helped me find the issue. It seems that Hide My WP is blocking the crawler and caching. What could be the issue?
Forum: Plugins
In reply to: [LiteSpeed Cache] Crawler stuck on start watchingThanks for responding. I’ve changed all of the settings, both increasing and decreasing them but nothing seems to work. I have set the interval to 300. when I click manual start, the page refreshes but nothing happens – start watching is always displayed
Forum: Plugins
In reply to: [LiteSpeed Cache] Wrong user data displayedThanks that resolved it.
Forum: Plugins
In reply to: [LiteSpeed Cache] Wrong user data displayedReport number: HBDMNUUC
Report date: 08/28/2024 14:32:32
Forum: Plugins
In reply to: [LiteSpeed Cache] Litespeed Crawler Stuck – 01 Jan 1970 01:00:00I realise that I was putting the sitemap in the wrong place. Sorry. Problem solved
Forum: Plugins
In reply to: [LiteSpeed Cache] Litespeed Crawler Stuck – 01 Jan 1970 01:00:00thanks for your response. I have used the guidance here
https://docs.litespeedtech.com/lscache/lscwp/crawler/#map-tab
I added an xml site map and it didn’t work.
Forum: Plugins
In reply to: [LiteSpeed Cache] Litespeed Crawler Stuck – 01 Jan 1970 01:00:00Thanks –
UBSFNIBF
Hi All,
I resolved my issue. I updated chrome this morning and that seems to have caused the problem. I can use the blocks when using Firefox. Hopefully, that resolves it for others too.
Thanks
Forum: Plugins
In reply to: [WooCommerce] Digital Downloads on Product PageThanks Mike. Keep me updated ??
Forum: Plugins
In reply to: [WooCommerce] CHeckoutI used this code I found on the net which did work for me but its incredibly ugly
#customer_details {
width: 48%;
float: left;
}#top .checkout .col-1, #top .checkout .col-2 {
width: 100%;
}#order_review, #order_review_heading {
clear: none;
float: left;
width: 48%;
margin-left: 2%;
}Do you know how I get the purple border around the Your Order?
Forum: Plugins
In reply to: [WooCommerce] CHeckoutHi, Thanks for responiding. I entered this code:
.woocommerce-checkout #customer_details {float:left; max-width:550px; width:48%}
.woocommerce-checkout #customer_details .col-1 {width:100%}
.woocommerce-checkout #customer_details .col-2 {width:100%}
.woocommerce-checkout #order_review_heading {float:right; width:48%}
.woocommerce-checkout #order_review {float:right; width:48%}
.woocommerce-checkout #payment {float:right; width:100%}But it never really solved it,
You can view it at https://www.fluentcenter.com/checkout/
I have seen this other beautiful checkout which has a purple border around the payments tab on the woocommerce website
https://docs.woothemes.com/document/tutorial-customising-checkout-fields-using-actions-and-filters/
(Image is towards the bottom)
This page however only shows how to edit the fields
Forum: Plugins
In reply to: [WooCommerce] Checkout Pageadd_filter('woocommerce_enable_order_notes_field', '__return_false');
Would the above code prevent this for happening?