dav74
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Thumbnail generator creating 1000’s of unneeded image sizesGreat. That is some useful information. Thanks again
UPDATE: YOUR LATEST RELEASE JUST FIXED THIS BUG. THANKS 🙂
YOU CAN IGNORE SUPPORT REQUEST I SENT VIA YOUR WEBSITE.Thanks for the reply. The SEO analysis is of course quite important, so this is not something I would turn off. It is just the addition of these search fields on the main product search page is a little cumbersome, as you rarely need to use these SEO search fields once you have setup your SEO.
On the other hand, the fields which you use daily to search for products are now shifted to the right. It’s a small complaint and more of an annoyance than anything else. It would have been better if you had placed these SEO search fields all the way to the right in my opinion.
Thanks in any case for your help. Much appreciated.
- This reply was modified 8 years, 2 months ago by dav74.
Forum: Plugins
In reply to: [WooCommerce] Resend customer “Pending Payment” emailThanks for the reply. Yes the standard payment details are all present in that email, it is just we have very customised emails. We can however copy most of the customisation across to the “Customer Invoice / Order Details” email, and that should hopefully work.
Thanks for reply. Here is a screenshot to show the fields…
https://snag.gy/9L3Hyv.jpgForum: Plugins
In reply to: [Ajaxified Cart] Demo page?I just downloaded and tested. Works like a charm.
Will you continue to offer support for this, when WooCOmmerce updates their plugin?Forum: Plugins
In reply to: [WooCommerce] Thumbnail images not sharpMany thanks @johndcoy
That link you sent was very useful to understand how WC is doign this…Forum: Plugins
In reply to: [Optimize Images Resizing] Not deleting image sizes – update required?@originalexe Sorry another update! I also noticed now that with the latest WooCommerce update they have a “regenerate thumbnails” button in teh WooCommerce tools (well it displays if I do not have my filter running).
Do you think this functionality does the same as what your plugin does, or does it just create extra images? I am not sure it removes unwanted images, but rather creates new images.
Forum: Plugins
In reply to: [WooCommerce] Thumbnail images not sharpUPDATE – I just discovered the “regenerate thumbnails” button under WooCommerce tools, which I had not seen before. I am guessing this might solve this problem of images not being sharp.
Can someone tell me if this “regenerate thumbnails” also removes unwanted image sizes, or just creats new image sizes based on your template requirements?
Forum: Plugins
In reply to: [Optimize Images Resizing] Not deleting image sizes – update required?@originalexe I noticed with the lastest WooCommerce update that their new “image regeneration” feature is possibly causing an issue with things. I disabled this WooCommerce feature with the below snippet, ran your plugin and cleared over 1000 images from our DB. For some reason their “image regeneration” feature was making unsharp thumbnail images.
add_filter( ‘woocommerce_background_image_regeneration’, ‘__return_false’ );
So if you are looking at updating your plugin, maybe that information is of help to you. Also if you want me to test the plugin if / after you update it (before you put it live), give me a shout.
Forum: Plugins
In reply to: [Optimize Images Resizing] Not deleting image sizes – update required?@originalexe Morning! Wondering if you managed to look at the updating of your plugin at all on the weekend?
Forum: Plugins
In reply to: [WooCommerce] Product thumbnail size not editable after last update@sebastian1611 The safest is possibly to download the “code snippets” plugin, and add it via that. It avoids having to manually update the functions.php file (because that is where it needs to be added).
@ndgm2016 Are you using Yith badges? The latest WC update has caused problems with the main product image if a badge is added to the product. I am trying to find a solution with Yith.
Forum: Plugins
In reply to: [WooCommerce] Product thumbnail size not editable after last update@nick8182 Hi Nick. Actually my issue is not completely fixed as the new WooCommerce templating has caused issues with the “Yith Badges” plugin. Are you using “Yith Badges” at all? If so, I thought that might be where your issue is. I am trying to get them to sort it but so far they have not found a solution.
Forum: Plugins
In reply to: [Optimize Images Resizing] Not deleting image sizes – update required?@originalexe Yes it was a really useful plugin. It all worked perfectly for quite some time, keeping my images required to a total of 2 ifferent sizes. I guess with one of the more recent WooCommerce / WordPress updates, something has changed.
Updating the plugin would be great news.