LPackman
Forum Replies Created
-
Sorry, I don’t know why it wasn’t working for me but it’s working now!
Is it possible to also consider stock status?
Great plugin by the way.
- This reply was modified 4 years, 4 months ago by LPackman.
Forum: Plugins
In reply to: [WPC Product Bundles for WooCommerce] Remove sale price when out of stock@empitve I have tried disabling all plugins the issue remains, my current theme is OceanWP + Elementor, are there any known issues with this theme and builder?
Just to clarify, I create a bundle and add two different products to it, I then select 5% discount for the bundle, when out of stock the bundle still shows sale price.
Can you provide more information on the solution which lives outside of WordPress I don’t really understand?
Thank you ??
Having the same issue, did you resolve this?
Forum: Themes and Templates
In reply to: [OceanWP] PHP Warning (Suppressed) mkdir(): File existsHello,
Thank you for your assistance.
Just to let you know I resolved the issue by replacing the following code inside wp-admin/includes/class-wp-filesystem-direct.php
if ( ! @mkdir( $path ) ) { return false; }
with
if (!file_exists($path)) { mkdir($path, 0700); }
Kind regards
Hello, did you resolve this, I am experiencing same issue at around 700 images, error 500:
I noticed if I refresh the page the process resumes but only seems to process another 3 images for every page refresh.
Forum: Themes and Templates
In reply to: [OceanWP] Remove Gallery on Shop LoopNo problem,
Thank you so much for that, it’s just what I needed ??
Forum: Themes and Templates
In reply to: [OceanWP] Remove Gallery on Shop LoopDear @abhikr781,
Thank you for pointing me in this direction,
I have checked and only see product entry whilst the default product style is selected.
I would like to use the hover style, please can you help me to remove the slide out gallery with hover option selected, is this possible please?
Maybe you are able to provide a functions code to remove the slide-out gallery element so I am still able to use the hover option but simply without the gallery?
many thanks for your time.
Forum: Plugins
In reply to: [Advanced Woo Search] Oceanwp seamless not workingForum: Plugins
In reply to: [Advanced Woo Search] Oceanwp seamless not workingHello & thank you,
Sorry for delay in responding.
Unfortunately, the test site is currently on local machine so unable to provide a link right now.
The search box in header I believe is from OceanWP as the position is set from theme customizer settings.
If this doesn’t help I will try to make it available online for you.
Thank you again for your prompt replys as always.
Kind regards
Thank you for the super fast reply,
Error log shows. The maximum execution time of 30 seconds was exceeded!
I guess I should have checked the debug log first, live and learn lol.
Extended from 30 to 60 seconds and the library is now loading.
Thank you for your help, I really appreciate it.
10/10 for customer service ??
Yes, regarding corruption I read something similar on Google, however as it was a table related to your plugin I thought I should run it past you guys before making any changes.
Thank you for the helpful tip I will give that a go ??
Forum: Plugins
In reply to: [Autoptimize] Autoptimize conflicts with Divi Visual BuilderHello, same issue here but the solution posted doesn’t resolve the problem for me, disabling the plugin does but not a practical solution.
Console shows these errors.
/wp-content/themes/Divi/includes/builder/frontend-builder/build/bundle.modals.ee6c35c8.css net::ERR_ABORTED 404
[React-imported-component] Error: Loading CSS chunk 6 failed.
/wp-content/themes/Divi/includes/builder/frontend-builder/build/bundle.modals.ee6c35c8.css)
at HTMLLinkElement.p.onerror (bundle.js:2)Uncaught (in promise) Error: Loading CSS chunk 6 failed.
/wp-content/themes/Divi/includes/builder/frontend-builder/build/bundle.modals.ee6c35c8.css)
at HTMLLinkElement.p.onerror (bundle.js:2)Any help to resolve would be great.
Thank you ??
Forum: Plugins
In reply to: [LiteSpeed Cache] Image optimization and reset issue2 weeks later and image optimization has increased by 1%.
It may also be worth mentioning the (progress bar) Current Stage Status does not display at all, however on another site of mine images are optimized on-demand and the progress bar is visible, no issues at all.
I feel something is very wrong somewhere.
- This reply was modified 5 years, 1 month ago by LPackman.
Forum: Plugins
In reply to: [LiteSpeed Cache] Image optimization and reset issue@stanleylitespeed thank you for that and also for the fast response, will give this a go ??
Forum: Plugins
In reply to: [LiteSpeed Cache] Image optimization and reset issueJust to add here is what the plugin says,
?? This will send the optimisation request and the images to LiteSpeed’s Image Optimisation Server. You can send at most 4898 images at once.
If we hit “send optimization request” the credits stay the same and only go back to 5000 after selecting “clean up unfinished data”.
Pretty much a loop of the above
??
- This reply was modified 5 years, 1 month ago by LPackman.