e-man.uele
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Android-textarea- Field expands when typed inI’ve seen it on Android/Chrome on a Zenfone, but it happened as soon as I gave focus to the textarea, at the same time as the soft keyboard popped up, before actually typing anything.
resize: noneworks for me even though my textarea hasoverflow: auto, now it doesn’t grow in size even if I type in a text that requires scrolling.Forum: Plugins
In reply to: [Contact Form 7] Android-textarea- Field expands when typed inI ran into the same issue and managed to work it out by simply setting the “resize” css property to “none”:
resize: none;I also made sure that the textarea width doesn’t exceed the phone screen by stripping the “cols” html attribute and using a css width in percentage instead, but I’m not sure if this is related to the issue.
Forum: Plugins
In reply to: [The Events Calendar] Wrong 'edit' link in Event Categories listThat’s right, I opened this thread stating that I had just upgraded the plugin to the latest version, but I had also upgraded WordPress.
Prior to WP 4.4 there was no ‘wp_http_referer’ variable in the edit url of categories and taxonomies, now they added it, and this, for some reason, broke the edit url of The Event Calendar’s custom taxonomy.
Thank Eric for linking the forum thread on theeventscalendar.com, I don’t know why I didn’t look there before posting, sorry.
Anyway, the problem is that the ‘&’ character before the ‘taxonomy’ variable is erroneously encoded, thus causing the variable name to become part of the ‘wp_http_referer’ value.
Why this happens is really puzzling me…Forum: Plugins
In reply to: [The Events Calendar] Wrong 'edit' link in Event Categories listThis doesn’t happen on WP 4.3.1.