Yeah GbR
Forum Replies Created
-
Hi Gavin,
could you provide a little more info?
- Which wordpress version ara you using?
- Which ACF-Version are you using?
- are there any other plugins installed (Classic Editor or something like this?)
Unfortunately I can’t reproduce the issue here.
All the best,
Claus
Forum: Plugins
In reply to: [ACF Autosize] Autosize text areas filled dynamicallyHi there,
I just released a new version, that might fix this problem. Would you mind updating and giving it a try?
Also: Are you talking about textareas or wysiwyg-editors? Because they function differently.
Regards
I just released a new version, that has a filter to enable autosize in the frontend. Update and try this in your functions.php:
add_filter('acf-autosize/enabledInFrontend', function () { return true; });
Hi,
I don’t really have your setup, so I can’t test it. All the scripts currently only get enqueued in the backend, so it can’t work in the frontend.
But you could try to enqueue the scripts in the frontend, by adding
add_action('wp_footer', array($this, "enqueue"));
after line 21 in
acf-autosize.php
.
This should give you the same functionality in the frontend. If the markup and behaviour of the fields is the same as in the backend it could work…Forum: Plugins
In reply to: [WooCommerce JTL-Connector] Multi-Language SupportHi Patryk,
thanks for the quick response! Great to see that, I’ll definitely give it a Go.
Best,
ClausForum: Plugins
In reply to: [ACF Autosize] Toggle in repeaterHi Gabriel,
this issue should be fixed in v 2.0.2.
Forum: Plugins
In reply to: [ACF Autosize] Turn on by defaultJust a quick update: This will be implemented in v2.
Forum: Plugins
In reply to: [ACF Autosize] Not initialized on added fieldsHey thanks for the feedback and the report.
This has been fixed in version 1.3.3.Forum: Reviews
In reply to: [ACF Autosize] So thankfulThanks, glad you like it!
Forum: Plugins
In reply to: [ACF Autosize] Make min-height filterableThanks @nonverbla for helping with the solution. The min-height can now be set like this:
// functions.php add_filter('acf-autosize/wysiwyg/min-height', function() { return 200; });
Forum: Plugins
In reply to: [ACF Autosize] Turn on by defaultI’ve actually been thinking for quite some time that it would be better to enable this globally and disable it with a class, as I myself add the class more often than not.
Forum: Plugins
In reply to: [PayPal Plus for WooCommerce] PHP 7.2 ready?Forum: Reviews
In reply to: [ACF Autosize] WorksVersion 1.1.2 fixes an issue with safari, maybe that will solve your issues too. If not: did you remember to add the class “autosize” to your fields?
Forum: Reviews
In reply to: [ACF Autosize] Very helpfull!Appreciated!