pim87
Forum Replies Created
-
Forum: Plugins
In reply to: [Kudos Donations - Easy donations and payments with Mollie] Meerdere donatiesHi Michael, top! Ik neem aan dat de velden e-mailadres en naam verplicht zijn om terugbetalingen te kunnen verrichten of zijn die velden uit te schakelen met bijv. een filter?
Thanks, solved it by using this JavaScript code:
<script> jQuery( document ).ready( function($) { var owl = $('.owl-carousel'); owl.trigger('stop.owl.autoplay'); $( '#slidename' ).hover(function() { owl.trigger('play.owl.autoplay',[4000]); }, function(){ owl.trigger('stop.owl.autoplay'); }); }); </script>
- This reply was modified 2 years, 9 months ago by pim87.
Forum: Plugins
In reply to: [Converter for Media - Optimize images | Convert WebP & AVIF] Curl useragent@mateuszgbiorczyk I totally understand. The hosting company removed the firewall whitelist and enabled the .htaccess mode after that, everything is fine now. Bit weird but I’m glad everything is working now.
Forum: Plugins
In reply to: [Converter for Media - Optimize images | Convert WebP & AVIF] Curl useragentI’m not really sure, they just recommended to use the Pass Thru option which now works after they made some changes for this specific website. Just sent them an email why the .htaccess is not supported. Will post an update when I receive a reply from them.
Forum: Plugins
In reply to: [Converter for Media - Optimize images | Convert WebP & AVIF] Curl useragentI’m using a Dutch hosting company called mijndomein (mijndomein.nl). Currently I’m using the Pass Thru mode (which works after the changes made by the hosting company on domain level), the .htaccess mode is not supported at this hosting company.
Forum: Plugins
In reply to: [Order Delivery Date for WooCommerce] NaN undefinedThanks @chetnapatel, the update seems to have fixed the issue. Could you please visit the checkout page again to see if it is also fixed when the page is translated by Google Chrome to English?
Forum: Plugins
In reply to: [Order Delivery Date for WooCommerce] NaN undefinedAs the website is in my default Language in Google Chrome I’m not able to translate the checkout page of the website. The URL of the website is directtuinshop dot nl
Forum: Plugins
In reply to: [Doneren met Mollie] Status betaling doorgeven niet geluktHoi Nick,
bedankt voor je snelle reactie en oplossing!