$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>css - Some Text of website page on Iphone Safari become invisible|Programmer puzzle solving
最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

css - Some Text of website page on Iphone Safari become invisible

matteradmin10PV0评论

I have designed and developed WordPress theme from scratch. Now after completion of website i am having an issue.

On iphone safari browser page content become invisible but working perfectly on all the screens, Mobile, tablet and laptop.

Iphone View of About Page

Android View of About Page

I have designed and developed WordPress theme from scratch. Now after completion of website i am having an issue.

On iphone safari browser page content become invisible but working perfectly on all the screens, Mobile, tablet and laptop.

Iphone View of About Page

Android View of About Page

Share Improve this question edited Sep 20, 2017 at 10:42 fuxia 107k39 gold badges255 silver badges461 bronze badges asked Sep 20, 2017 at 9:49 Sohail AhmedSohail Ahmed 1311 silver badge7 bronze badges 5
  • Which elements? Which iPhone/Safari version? – kero Commented Sep 20, 2017 at 9:51
  • I have tested on Iphone 4, 5 & 6. I am also having problem on other browsers too on iphone. – Sohail Ahmed Commented Sep 20, 2017 at 10:05
  • And what elements are missing? Make screenshots, how it looks, how it is supposed to look, how it looks on other devices. Then check your CSS carefully, I know firefox & chrome support debug on mobile phones, not sure about safari – kero Commented Sep 20, 2017 at 10:23
  • Hello kero, i have updated screenshots of android and iphone. – Sohail Ahmed Commented Sep 20, 2017 at 10:35
  • Here is url of above mention screenshots page: canofbananas/wordpress/about/ – Sohail Ahmed Commented Sep 20, 2017 at 10:54
Add a comment  | 

1 Answer 1

Reset to default 2

The Problem was strange because there was no html or css issue.

The Problem is solved now. The problem was due to the font ttf, eot, woff files. I changed the font of website and my website started working perfectly.

Post a comment

comment list (0)

  1. No comments so far