deVOS
Forum Replies Created
-
The fix package does indeed not work. Orders do get the refunded status now but are not actually processed in mollie as a refund. Very bad!
Does the pre-release contain that same “fix” or does it truly fix the issue?Hi Femi,
Before the weekend I installed your fix package to get rid of the refund error problem. During the weekend we got one Riverty order and to my surprise the problem has not happened this time. I will continue to monitor if it happens again.Forum: Plugins
In reply to: [LiteSpeed Cache] Cache on or off makes huge difference in mobile PSI scoreHi,
I did as you proposed. Ran some analysis. Now mobile PSI scores with cache enabled were 36 and 38. With cache disabled the test scores were 53, 48, 57.
Now DOM size is always around 7500 according to PSI.Forum: Plugins
In reply to: [LiteSpeed Cache] Cache on or off makes huge difference in mobile PSI scoreUnfortunately this makes no positive difference. What i also notice is that with cache off there are around 2500 DOM elements and with cache on this becomes around 7500 DOM elements as PSI shows me.
I had the same issue. Adding Google reCAPTCHA to the back in stock notifier form did the trick.
Forum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] Two points of improvementHi Kris,
I’m a bit of an idiot. i created the problem myself by tweaking the overlay opacity from .15 to .65 of
.dgwt-wcas-darkened-overlayAnd i only just now noticed i had to also tweak the background-color of
.dgwt-wcas-search-wrapp.dgwt-wcas-search-darkoverl-on .dgwt-wcas-search-formfor it to match the darker overlay.
Anyway thanks for your help :’)
Kind regards, Damian
Forum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] Two points of improvementHi Kris,
I checked this class and it has this css applied to it by your plugin
.dgwt-wcas-search-wrapp.dgwt-wcas-search-darkoverl-on .dgwt-wcas-search-form { background-color: rgba(17,17,17,.15); border: none; border-radius: 0; }I removed the border-radius in inspect element but it doesn’t change anything.
Regards, Damian
Forum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] Two points of improvementHi,
1. Thanks for the snippet.
2. I use this css to round the borders of the search bar with submit button:
.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit, .dgwt-wcas-search-form .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input { border-radius: 50px; }But this is what it looks like: https://postimg.cc/cg1wq8NB
Hope for a solution.
Regards, Damian
Forum: Plugins
In reply to: [Cart All In One For WooCommerce] Add side cart icon to menuThank you for your reply,
Do you think this could be available in a future update?
To be able to add the side cart icon in a menu via shortcode maybe?Thanks!