google chrome - Wordpress content invisible -


i've problem wordpress site. out of no reason text of post disappears or invisible in frontend. zoom out , in text showing! problem friend reporting me. wasn't able cause issue myself. i've cleared cache , used safari, chrome , firefox in private mode friend did. me still sounds browser issue or miss issue? give example said coudn't cause issue myself. else except browser using?

edit

transitionally fixed quick n dirty jquery right above wp_footer , </body> tag.

<script type="text/javascript" charset="utf-8"> jquery(function() { jquery('body').hide().show(); }); </script>

related post google group

if has better approach please let me know.


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -