cnlselectronics
Forum Replies Created
-
Forum: Plugins
In reply to: [SupportCandy - Helpdesk & Customer Support Ticket System] Label Lengthnot required
Forum: Plugins
In reply to: [Dropshipping XML for WooCommerce] Cron updateWe have rolled back woocommerce currently with no success. Have the latest version of your plugin. Also removed our CDN with Quic Cloud(Litespeed) including Litespeed Cache plugin but it appears to be the same issue.
This is something we havent checked in a while but it used to update really quite quick. Now its taking around 1 hour for 500 items but we have 0 server restrictions (or changes)Forum: Plugins
In reply to: [LiteSpeed Cache] WooCommerce Stock CacheThank you, this actually caused issues on server due to the large amount. however, we have worked a separate solution for this issue. We still use Litespeed on the rest of the site.
There is no option in Litespeed Cache settings to turn off Woocommerce caching in the 4 options in the plugin. Would you be able to tell me how we can disable caching on product pages/ category pages completely please?Forum: Plugins
In reply to: [Dropshipping XML for WooCommerce] Cache/UpdateHi,
I havent added the above code no, I think it needs to be part of the function of when your plugin updates stock so when the stock update process is complete, this do action can be added to run at the end? I suspect thats what they meant as it makes most sense. Im not sure how I can add this to functions to run after your plugin has updated stock though.
What i mean by stock out of sync is. The backend shows the correct value but the customer facing website shows “100 in stock”. When you add it to basket it errors and says there is no stock to add to the basket. Because the real value is 0, just the cache is still showing 100. This is an option in Litespeed to clear the product/category cache after a product is saved. But only if the stock is updated using the regular Woocommerce hooks. When I reached out to them, they suggested to added the above code i sent to end of your code so once your plugin updates/saves our products stock, it will then run the purge cache for that product.
I just dont know how your plugin updates, or where I can add this so that its run after you update our productForum: Plugins
In reply to: [WooCommerce Square] Card input field not showing up on some devicesId just like to input here. I have been diagnosing this exact issue all day today. It only appears to happen, at least for me, if customers do not click accept on the cookie banner. If they click accept then it loads fine. Also if you disable a cookie plugin (ive tried several), it also works perfectly. Doesnt appear to be related to the cookie plugins as ive tried at least 4 today. Rolling back the Square plugin also doesnt help at present.
Hopefully thats somewhat helpful in troubleshootingWe also received the same fatal error, which was resolved by downloading the plugin link above with the fix from GitHub
Thanks for the new update. Installed and working perfectly
Sorry I should have added it is Line 695 the error appears from. Where line 716 of the previous update was moved to tag on the end of line 695 of the new update
I have tried Active & Inactive on the inline fonts and then regenerating. Purged Cache etc but it still shows the HTML error in places (Single Product Page & Contact Page) within widgets/icon-box.php (which was edited in the latest update). You can see it on my page here: https://cnlselectronics.co.uk/contact-us/
Same error here with numerous different icons across the site. have rolled back version (all works well) for now.
Forum: Plugins
In reply to: [Order Limit For WooCommerce ( Free Version )] 2.0.1 BugYes appears to have some incompatible/incorrect lines in the wc-order-limit-lite/trunk/includes/class-xsollwc-rule.php file
Forum: Plugins
In reply to: [Web Directory Free] Sorting SearchOkay…. well for anyone else having the same issue. You can edit the php file in W2DC>Classes>Shortcodes>search_controller.php.
Line 25 (exact categories). Change from ‘exact_categories’ =>array(), to:
‘exact_categories’ => ‘1, 2, 3, 4, 5, 6’,
Numbers being your category IDs 🙂
now save it, then refresh Directory Categories page and drag your options around 🙂- This reply was modified 2 years, 5 months ago by cnlselectronics.
Forum: Plugins
In reply to: [Web Directory Free] Redirectsresolved
https://cnlselectronics.co.uk/pc-parts/graphics-cards/
Here is one URL with screenshots. You will see how pixelated they are and the link is showing a 149×149 image. Woocommerce is set to use 300px. functions.php is set to force 300 also in the catalogue but these keep reverting back to 149 for some reason. The settings I have on in Optimole settings are:
Image Handling Enabled
Scale Images Enabled
Error Diagnosis Enabled
Retina Quality Enabled
Lazy Load Generic Placeholder Enabled
image scaling enabled
Images offloaded to cloud
the image on the product page is great and how it should be. Some images show as clear on catalog and some not. They were all clear after clearing the CSS/JS cache earlier but gradually go back to pixelated. maybe we need to clear image cache once offloading is completed?


Could I also ask. Regardless of the package that you have, if you hit the limit of monthly visits. Does that completely block any images from showing on your website? or only stop the CDN? If we hit say 5,000 visits. Would our website now have 0 images visible?