Tagged: checkbox, field, mobile devices
In mobile devices the checkbox turns into a “true” field as you can see in this image:
Is there a solution to fix this?
https://s29.postimg.org/8otcb9quv/true_check.png
You can see this web page in: http://gestal.es/dev/muxia/actividades/escolas-deportivas/
I also have this problem with loading fonts from fontello. There appear square images. I updated my .htaccess to try to solve this problem, as I see in other post reply to allow CORS, but it doesn`t worked.
https://s29.postimg.org/rr1x56qev/fontello_problem.png
My .htaccess to allow cors
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /dev/muxia/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /dev/muxia/index.php [L]
</IfModule>
<FilesMatch “\.(ttf|otf|woff)$”>
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin “*”
</IfModule>
</FilesMatch>
# END WordPress
Hey jgestal,
Please try this: http://kriesi.at/documentation/enfold/enable-cors/
Best regards,
Rikard
Thanks, now I have the icons, but the problem with the form stills remain:
Hi,
this is what I see now: http://i.imgur.com/QpmgBOx.png
so it seems that you could fix it, couldn’t you? don’t forget to clear browser cache and hard refresh a few times.
Best regards,
Andy