patchyart
Forum Replies Created
-
this was via the woocommerce ‘allow login on checkout’ and not through a different plugin
Forum: Plugins
In reply to: [LiteSpeed Cache] Failed to notify WP to pick up optimized imagesHi,
the server ip in there is already that one
Forum: Plugins
In reply to: [LiteSpeed Cache] Failed to notify WP to pick up optimized imagesHi, here you go: HSRYTNYY
Forum: Plugins
In reply to: [LiteSpeed Cache] Turning ESI on removes YITH wishlist buttonsHi, the links have changed since so they can no longer be used to compare, but the issue is that turning ESI on causes yith wishlist buttons to not be displayed and turning it off causes them to come back
Forum: Plugins
In reply to: [LiteSpeed Cache] No cache for logged in usersIs there a way to schedule the crawler to run through cpanel/ in general? I found this but it is for magento2 not wordpress
https://docs.litespeedtech.com/lscache/litemage/crawler/#how-to-use-the-crawler-script
- This reply was modified 2 years, 1 month ago by patchyart.
Forum: Plugins
In reply to: [LiteSpeed Cache] No cache for logged in usersAh i found the schedule purge section for setting the TTL of specific pages
Forum: Plugins
In reply to: [LiteSpeed Cache] No cache for logged in usersIf a visitor goes to page that has just had its cache purged does them visiting create a new cache kinda like a crawler or can new public caches for pages only be generated through the crawler
Forum: Plugins
In reply to: [LiteSpeed Cache] No cache for logged in usersThanks!
Is there a way to set the TTL of specific pages?
Also if we want the cache to be purged and recrawled every 24 hours does the cache TTL need to be shorter than the duration between crawls?
Thanks
Forum: Plugins
In reply to: [LiteSpeed Cache] No cache for logged in usersOkay thank you we will try that and get back to you,
In the meantime how do we stop this font change occurring on cached pages, for example in this video the header bar with browse art etc:
View post on imgur.com
It shifts from one font to another
Thanks
Forum: Plugins
In reply to: [LiteSpeed Cache] No cache for logged in usersHi, we are looking to serve the public cache to the logged in individuals as the pages are not different when logged in or out and that option seems to be for private caching of logged in users
Here is the support number: SJPGBUIK
Thanks
Thank you that did fix it
However is there then no way to have random product sorting and the AJAX load more button?
Thanks
Hi,
Thank you for solving those issues, I have given your plugin a 5 star review for your support!
However we have noticed a little issue today where after clicking the load more products button some products are duplicated/displayed twice even though there is only one copy of that product uploaded to the website. I’ve tried to illustrate that in this recording :
View post on imgur.com
I’m not sure if the recent update of the plugin had anything to do with this issue, as we haven’t noticed it before
Thanks!
Forum: Plugins
In reply to: [WooCommerce] Putting the [products] in no-products-found.php breaks the pageHi,
thank you for your reply but this seems to still return the same error
Here is the code i am using in the no-products-found.php template
<p class="woocommerce-info woocommerce-no-products-found"><?php esc_html_e( 'No products were found matching your selection, here are some we recommend from our featured sellers:', 'woocommerce' ); ?></p> <div> <div id="no-products-found"> <p> <?php echo do_shortcode("[products limit='4' columns='4' visibility='featured']"); ?> </p> </div>
Hi,
Thank you for the support, it has helped immensely!
There’s is just one last change we are trying to make, which is move the submit filter options bottom from the bottom of the filter form to the top and change it from just ‘Filter’ to ‘Click to Filter’
See here:
View post on imgur.com
I imagine it can be done similar to:
if( ‘undefined’ !== typeof( awf_data ) ) {
awf_data.togglable_preset.insert_btn_before_container = ‘.woocommerce-result-count’;
}perhaps like:
if( ‘undefined’ !== typeof( awf_data ) ) {
awf-apply-filter-btn.insert_btn_before_container = ‘.awf-filter-container.awf-product-search-container’
}but i cant seem to get it to work
Thanks for everything,
Leo