Marco Marsala
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] jQuery UI-Based fallback won't work at allFigured out that the datepicker was hidden, and why
Got reply from jQuery UI bug team, it appears it is a template bug or a CF7 bug.
Please find below their response:
The z-index of the datepicker is based on the z-index of it’s nearest stacked ancestor. So the text field itself or one of its parents must have a z-index of 20. Increase the value if you need to.
Forum: Plugins
In reply to: [Contact Form 7] datepicker FirefoxFigured out why the datepicker was hidden.
Got reply from jQuery UI bug team, it appears it is a template bug or a CF7 bug.
Please find below their response:
“The z-index of the datepicker is based on the z-index of it’s nearest stacked ancestor. So the text field itself or one of its parents must have a z-index of 20. Increase the value if you need to.”
Forum: Plugins
In reply to: [Contact Form 7] datepicker FirefoxHi. The problem was different. Datepicker was hidden due to a lower inline z-index (21). I reported this issue to jQuery UI developer.
Now is working because I’ve fixed it.
Forum: Plugins
In reply to: [Contact Form 7] datepicker FirefoxPlease note that the jQuery UI-Based fallback won’t work at all with the latest version of Contact Form 7.
Adding
add_filter( ‘wpcf7_support_html5_fallback’, ‘__return_true’ );
in functions.php produces no effect, example:
Forum: Plugins
In reply to: [Contact Form 7] Loader poor quality on non-white backgroundsMay you see it live on https://www.cmdesigns.it
You can find a contact form with blue background under portfolio section (open any project and open the blue toggle/accordion)Found the solution by myself.
If you have both a contact form not loaded by ajax AND a contact form loaded by ajax, for the second one you’ll need to modify the template adding:<div id="ajaxform_wrapper"> <script> jQuery('#ajaxform_wrapper > div.wpcf7 > form').wpcf7InitForm(); </script> ... contact form fields... </div>
Basically we’re wrapping the form fields into a div #ajaxform_wrapper (random name) and we’re adding a line of Javascript that will bind the CF7 code only for that form, avoiding multiple bindings on already initialized forms.
This will works and you won’t see multiple spinners when submitting normal contact forms.
Forum: Everything else WordPress
In reply to: Bugs in www.ads-software.com forumYou should put an error message explaining that what is happening is normal. The forum should at least tell you that the post is marked as spam, because now, when I click “edit” I got redirected to the home page, without any explanation.
Also, every time I post something, posts are marked as spam (even without signature).. It isn’t this filter too conervative?
Also duplicates are a consequence of the fact I didn’t understand why to edit.
Thank you. It wasn’t show any message so I didn’t understand ??
[ Signature moderated. ]
Forum: Plugins
In reply to: [Background Manager] Back-end not working in IE9Hi. All plugins was disabled.
The problem seems solved now. May be the problem only when Image Sets is empty? Because yesterday, with Image Sets empty (plugin just installed) I cannot insert any Image Set with IE, then I inserted one with Firefox, then this morning with IE9 is working well.MM