mkhenrik
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] No input fields showingHi,
Thanks for your support!
It turned out to be a conflict with the plugin “WooCommerce EU VAT Number”
You have made that plugin right?
I do not have the latest version of “WooCommerce EU VAT Number” (i need to get the subscription to update now). Is it possible for you to confirm that they work together?
Kind regards
HenrikForum: Plugins
In reply to: [WooCommerce] Woocommerce uses page.php instead of child theme filesSorry i misunderstood your answer at first. To declare Woocommerce support solved all my problems! Huge thanks!
Kind regards
HenrikForum: Plugins
In reply to: [WooCommerce] Woocommerce uses page.php instead of child theme filesI have made my own custom themes and it has worked nicely for the last 1-2 years. Have you made big changes in how the templating works between 3.2.6 and 3.3.x?
Is it expected that Woocommerce uses “theme-name/page.php” as template file before using “theme-name/woocommerce/single-product.php”?
Do you have any documentation of the recent changes in the templating functionallity?
Kind regards
HenrikYes, that was it! Thanks!!
I hope they fix this in the next update.
Kind regards
HenrikForum: Plugins
In reply to: [Post Type Switcher] ACF Image Field willl be deleted on saveI have the exact same problem. I was really scratching my head on this one until i realised this plugin was causing it.
Forum: Plugins
In reply to: [Theme My Login] Reset Password page missing fields on formHi,
I just solved this problem by initialising foundation after document ready like this;
$(document).ready(function() { $(document).foundation(); });
Edit: It made the field visible but i still couldn′t post the form.
Removing data-reveal=”1″ from the input field solved this but i don′t know what problems it may cause?Forum: Plugins
In reply to: [WooCommerce Dropbox] download gets disconnected all the timeHi,
Our downloads are also getting disconnected.
If you use the redirect method you can actually see the exposed links in chrome at chrome://downloads for example.
So i want to use the standard “Force download” method.
I have set these values in htaccess without any luck:
php_value max_execution_time 1000
php_value memory_limit 128M
php_flag zlib.output_compression offAny more suggestions?
Kind regards
Henrik- This reply was modified 7 years, 8 months ago by mkhenrik.
I′m having the exact same issue using jQuery 2.1.3
It seems to be the line
“(s.get(0).style.removeAttribute(“filter”),o.get(0).style.removeAttribute(“filter”)),” in envira-min.js.
It probably breaks something, but it seems to work for me when i remove it. ??