This topic has 4 replies, 2 voices, and was last updated 10 years, 1 months ago ago by Eva Kemp
I have an issue with my website not displaying on a mobile over 3g, only displays correctly over WiFi. I have enabled the responsive option. Why is this happening?
Kind regards
Hello,
Please try to add this code into .htaccess file via FTP:
<IfModule mod_headers.c>
Header set Cache-Control "no-transform"
</IfModule>
Thank you.
Regards,
Eva Kemp.
i tried and it did not work.
this is the content of the ht access file, I added what you suggested at the bottom
Kind regards
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
<IfModule mod_headers.c>
Header set Cache-Control “no-transform”
</IfModule>
# END WordPress
Hello,
Sorry, but this is not theme issue.
You can refer to this forum:
http://www.webdesignerforum.co.uk/topic/65364-javascript-problems-on-3g/
Thank you.
Regards,
Eva Kemp.
The issue related to '‘legenda not displaying correct mobile version on 3g – only correct on wifi’' has been successfully resolved, and the topic is now closed for further responses