patchyart
Forum Replies Created
-
Hi thank you that works exactly how we hoped!
When you load a non-cached product page the wishlist button appears in the original place before moving to the intended place, is there anyway to stop this occuring?
Thanks
Hi, thank you for your reply!
I’m not sure how to check what this software is or how to check, i will ask my hosting provider.
On a seperate note is there a way to add a filter based on Shipping Class?
Thanks
- This reply was modified 1 year, 8 months ago by patchyart.
Hi Peter, after some digging around i have fixed that error, however the problem still persists
Hi Peter, this problem occurs when all plugins are deactivated so I don’t think it’s coming from one of those and i havent done any custom coding outside of plugin use
please advise
- This reply was modified 1 year, 12 months ago by patchyart.
Hi,
Did you guys receive the email okay?
Hi,
I’ve sent this diagnostic email!
Thanks
Hi,
I haven’t back from you guys, not sure if you have seen my updates/if you are looking into this?
Thank you, we will try to have a play around with the code provided to try and get it working
If you guys ever added this as a feature to the premium version i would definitely upgrade as its a great feature to add
Link for checkout: https://patchy-art.co.uk/testing/art/
Link to add a product so you can get to checkout page: https://patchy-art.co.uk/testing/checkout/
This site only has woocommerce and wordfence enabled, and is on the default theme not a child
- This reply was modified 2 years, 1 month ago by patchyart.
Hi,
Thank you for getting back to us so quickly!
Regarding the AJAX mode, we have been using the Dedicated Ajax Mode
Best,
Leo
Hi,
The other product sorting options don’t really work well with our site and the products listed, so we are trying to get the random sorting working.
We tried this solution:
session_start(); add_filter( 'posts_orderby', 'misha_rand_order_with_seed' ); function misha_rand_order_with_seed( $orderby ){ // do nothing if we are not on the shop page // you can include product archive pages here as well if( ! is_shop() || !is_page('art')) { return $orderby; } // do the magic only when "Sort in a random order" is selected if( isset( $_GET[ 'orderby' ] ) && 'rand' === $_GET[ 'orderby' ] ) { // reset the order each time the 1st page is visited if( ! is_paged() && isset( $_SESSION[ 'seed' ] ) ) { unset( $_SESSION[ 'seed' ] ); } $seed = false; if( isset( $_SESSION[ 'seed' ] ) ) { $seed = $_SESSION[ 'seed' ]; } // Set a new seed if not exists if ( ! $seed ) { $seed = rand(); $_SESSION[ 'seed' ] = $seed; } // pass it to an SQL query $orderby = 'RAND(' . $seed . ')'; } return $orderby; }
However, i believe this is for normal pagination and not Ajax.
Is there anyway you can point us in the right direction of where to start in getting this to work? For example a similar setting of RAND seed for AJAX calls?
Thanks
- This reply was modified 2 years, 1 month ago by patchyart.
Testing with wordfence and wordfence login security disabled shows that the login does work.
I have realised that the wordfence login security is the same as wordfence, so i have disabled that but the error persist
Furthermore, when disabling:
- WooCommerce integration
Or
- Enable reCAPTCHA on the login and user registration pages
The issue goes away, the issue also goes away when i enable recaptcha test mode
Hi,
I disabled all plugins except Wordfence and Woocommerce and changed my theme however the login at checkout still doesn’t work
Here is alink to a site with all plugins deactivated and theme changed:
https://patchy-art.co.uk/checkoutlogin/checkout/
Thanks
- This reply was modified 2 years, 1 month ago by patchyart.
Forum: Plugins
In reply to: [WooCommerce] Slow Cart/Checkout PageThis seems to be issue that scales massively with the amount of products in the basket/cart, causing slow product, cart and checkout pages when multiple products are in the basket.
Testing on a clone website and turning off plugins and changing themes to default showed that the issue was still there with 15 second page loads with 4 items in the basket
- This reply was modified 2 years, 1 month ago by patchyart.
Forum: Plugins
In reply to: [LiteSpeed Cache] No cache for logged in usersis there no way to show cached pages to logged in users without turning ESI on? doing so slows down my website tremendously on non-cached / missed pages
- This reply was modified 2 years, 1 month ago by patchyart.