Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Montezuma Theme (http://forum.bytesforall.com/forumdisplay.php?f=53)
-   -   Site not showing on an iPod Touch (http://forum.bytesforall.com/showthread.php?t=21130)

juggledad Nov 12, 2013 04:39 AM

Site not showing on an iPod Touch
 
If your site does not show when viewing it on an iPod Touch, go to mto->CSS Files->content.css and find the 'body' css which will be
HTML Code:

body {
        margin:                                        0;
        padding:                                0;
        font-family:                        "Segoe UI", "Lucida Grande", "Helvetica Neue", sans-serif;
        font-size:                                15px;
        opacity:                                0; /* <--- will be turned on ( = set to '1' ) with jQuery
                                                                        after google fonts, if any, have loaded and masonry layout,
                                                                        if any, was applied */
}

and change the 'opacity' to '1'
HTML Code:

        opacity:                                1; /* <--- will be turned on ( = set to '1' ) with jQuery
                                                                        after google fonts, if any, have loaded and masonry layout,
                                                                        if any, was applied */

This seems to be a bug in the Safari browser on the iPod - the iPhone seems to work fine.

flyboy Aug 10, 2015 07:06 PM

Good to know.
Do you know the reason for setting the opacity to 0 in a first place? I was staring at that very line of code yesterday wondering if I should simply remove it and be done with it

juggledad Aug 11, 2015 02:33 AM

my guess it to keep the fonts from 'flickering' because of loading the google fonts if used.

flyboy Aug 11, 2015 02:47 PM

Makes sense, thanks =)


All times are GMT -6. The time now is 03:06 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.