I installed the "Contact Form 7" plugin on the next WP blog http://torontomovers.net/, and I added a date field inside this form (the form is located under the slider). The problem was that the date field did not work in Firefox, IE and Safari, so I installed an additional plugin from this page http://wordpress.org/plugins/contact-form-7-datepicker/ . Now the date field works fine and shows the calendar when you click inside the date field, but the calendar style doesn't work.
Any idea how to solve this problem since I tried many things and nothing works.
Thank you
Put this code in your functions.php theme
add_filter( 'wpcf7_support_html5_fallback', '__return_true' );
Source: https://habr.com/ru/post/1534031/More articles:Horizontal Scrolling TextField - blackberryC ++ error when using struct variable - c ++How to change indicators and controls of bootstrap carousel - htmlHow to write a reactive web application with Django? - djangowhy the toMillis () function returns -1 in java - javaPython string formatting: get value in dictionary using index of another keyword - pythonTree using ul li and javascript without plugin - javascriptPhonegap Sound stops playing after calling playAudio () 30 to 40 times - androidТестирование частных переменных - всегда плохая практика? - javaDjango CMS - Заполнитель для режима редактирования - pythonAll Articles