-
AuthorPosts
-
October 30, 2013 at 8:06 pm #182552
Hi,
I just posted my first blog post. It’s weird but for some reason on the iphone the entire blog post section shows up very fuzzy. Are you able to replicate this? Any idea why?
Many thanks,
JonathanOctober 30, 2013 at 9:33 pm #182594Hey Jonathan!
Please refer to this post https://kriesi.at/support/topic/retina-images-and-fonts-in-portfolio-grid-theme-enfold/#post-164007
and let us know if issue remainsRegards,
YigitOctober 30, 2013 at 10:25 pm #182624Thanks Yigit, unfortunately this didn’t work. Seems to be a different issue as I am only having the problem on iPhone.
October 31, 2013 at 3:38 pm #182977Hey!
Do you have iPhone 4 or newer models? This fix exactly should work https://kriesi.at/support/topic/retina-images-and-fonts-in-portfolio-grid-theme-enfold/#post-164097 Have you tried it?
Regards,
YigitOctober 31, 2013 at 5:48 pm #183050I couldn’t find “.isotope, .isotope-item, .inner-entry, .ajax_slide{” section mentioned by the second to last commenter but I followed the directions given by Kriesi earlier in the post and that didn’t help.
I have an iPhone 5. Also, the issue is only apparent on the blog post and nowhere else on the site.
Thanks for looking into this.
Best,
JonathanNovember 2, 2013 at 10:10 pm #183796Hi guys,
I think I know why it didn’t work for me. I have a “flickering text” fix in my custom css that Kriesi helped me with a couple weeks back. So even though I removed from shortcodes.css I still have another instance in my custom.css. I don’t want to remove as it is fixing flickering text on my main page which is more important. Unless there is a way to have both issues corrected at the same time I will leave as is for now.
I’ve tagged Kriesi here as well.
Thanks!
November 5, 2013 at 3:44 am #184600Hi!
Just an FYI only the support crews Kriesi tag puts anything into his queue.
Since the files have changed somewhat, you can try removing it from shortcodes.css where its labeled:
/*fix webkit flickering bug*/ .webkit_fix{ -webkit-perspective: 1000; -webkit-backface-visibility: hidden; }
Depending on what the recent round of updates to safari have done it may or may not have the intended fix but its the next best step to try.
Regards,
DevinNovember 5, 2013 at 7:33 pm #184897Thanks Devin, I tried that but it still had the issue. I’ve narrowed it down. A couple weeks ago you guys gave me a fix for flickering text in Safari so I added the below code to custom.css:
/* flickering text fix*/ .avia_textblock, .avia-icon-list, .avia-button, .avia-testimonial, .iconbox, .avia_message_box, .avia-team-member, .widget, .post, .team-img-container img, .team-social, .iconlist_icon, .fallback-post-type-icon, .fullsize .related_posts, .grid-image, .avia-caption-content, .avia-caption-title, .entry-content-wrapper, .avia_start_animation { -webkit-perspective: 1000; -webkit-backface-visibility: hidden; }
This fixed the flickering text but I guess since then (noticed more recently) I had the fuzzy text issue only in blog posts and only on iPhone. You guys helped narrow this down to flickering text code. So I went and removed the “.post,” line from the fix above. This corrected the fuzzy text issue and also that wasn’t an area that was affected by flickering text, so all is good now.
Thanks guys for your help as always!
Best,
Jonathan -
AuthorPosts
- The topic ‘iPhone Fuzzy Blog Text’ is closed to new replies.