donlee101
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Getting 404 on WooCommerce Product Pagesthats not correct htaccess you have to find your public folder where you can see wordpress folders wp-content etc… there you must have .htaccess file with the content provided in the link documentation
Forum: Plugins
In reply to: [WooCommerce] Getting 404 on WooCommerce Product PagesDoes .htaccess file exist?
htaccess – Documentation – www.ads-software.comForum: Plugins
In reply to: [WooCommerce] advanced shipping calculations don’t workthank you… You are correct, calculations still work in the background
Forum: Plugins
In reply to: [Payment Plugins for PayPal WooCommerce] Issue with cart and checkout pagethanks for the update. I’m wondering if customer is stil able to choose pay in 3 when clicking on place order button
Forum: Plugins
In reply to: [Payment Plugins for PayPal WooCommerce] Issue with cart and checkout pagehi, i have reactivated and it seems to be intermittent, can you please check
thank you
Forum: Plugins
In reply to: [W3 Total Cache] Can’t convert all images to webpwp memory consumption before running convert all is only around 100 megs.
Also when i used to run convert all before, it would continue converting even when hourly limit is reached… now it seems i have to hit convert all every hour
Forum: Plugins
In reply to: [W3 Total Cache] Can’t convert all images to webpthat did the trick!
but why does it require so much memory now?
Hi, here’s the link to one of the product page https://devsites.mspbuddy.uk/balnecroftnew/gundog-training-aid-1lb-rabbit-skin-dummy/
i provided wrong details in the previous message, forgot that i replaced premmerce permalink with rank math SEO function to remove product slug
unfortunately latest version causes more problems.. Now PostSMTP not working due to wp_mail declared in pluggable by your plugin.. Sorry switching to competitor plugin
found the issue, Meta: rank_math_primary_product_cat tag was not actually empty but was pointing to nonexistent category id which happened during product and categories import from the live site. I used webtoffee import/export and deleted all Meta: rank_math_primary_product_cat value for all the products.. All good now.
Hi
Sorry i was wrong. Postman wasnt taking over amelia mails. I changed settings in amelia to use wp mail instead as they dont have direct integration with your plugin, but that made it work. Postman is now taking over and logging mails. All good. Thanks
Forum: Plugins
In reply to: [W3 Total Cache] Total Cache Image Service doesn’t work on my endHi,
i got it working ??
For those using PLESK and nginx caching with proxy mode.
I had to remove image extensions (jpg,jpeg,webp,png) from “serve static files directly by nginx” then use w3 total cache nginx rewrite rules in additional nginx directive
Now my webp images are happily being served.Thanks for your help.
Forum: Plugins
In reply to: [W3 Total Cache] Total Cache Image Service doesn’t work on my endI have tried disabling browser cache and purging everything and still does not work. There are some new product images which have been converted on upload and they’re not being served as webp either. So don’t believe it’s caching issue :/
is the nginx rewrite rule correct?
location ~* ^(?<path>.+)\.(jpe?g|png|gif)$ {
if ( $http_accept !~* “webp|\*/\*” ) {
break;
}expires 31536000s;
etag on;
if_modified_since exact;
add_header Pragma “public”;
add_header Cache-Control “public, must-revalidate, proxy-revalidate”;
add_header X-Frame-Options “SAMEORIGIN”;
add_header Vary Accept;
try_files ${path}.webp $uri /index.php?$args;
}try_files $uri $uri/ /index.php?$args;`
Forum: Plugins
In reply to: [W3 Total Cache] Total Cache Image Service doesn’t work on my endHi sir, yes i did. It’s not fully completed. About 1000 images and 2200 left. It’s going pretty fast for me. I did forget to update nginx rewrite rules. So i did, but made no difference in frontend, webp still not being served anywhere.
Link to product for you to check pls: https://www.balnecroftcountry.co.uk/hoggs-of-fife-albany-ladies-lambswool-waistcoat/
Forum: Plugins
In reply to: [W3 Total Cache] Total Cache Image Service doesn’t work on my endHi. We have some images completed. But when i check developer/network images are still jpeg and in original size. In the upload folder via ftp i can see actual converted images in webp. But in frontend wordpress is not serving them.