Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #853726

    Just a small issue…
    If you check out the post slider
    It seems to be rendering text wrong (maybe without smoothing?) First post appears fine, then as you slide to the 2nd or 3rd the title, excerpt and meta start to look blocky.
    So far I have only seen this on a Mac using Firefox, other browsers seem fine.

    • This topic was modified 6 years, 7 months ago by cbrssict.
    #854204

    Hey cbrssict,

    Thanks for that, though I can’t see any difference when comparing between Chrome and Firefox. Not sure how to reproduce it?

    Best regards,
    Rikard

    #857782

    First View of posts
    FIRST LOAD

    Second View of posts
    SECOND LOAD

    • This reply was modified 6 years, 6 months ago by cbrssict.
    #858370

    Hi,

    Thank you for the update. We can’t reproduce the issue on our end. Maybe, this css modification will help.

    .slide-entry-excerpt.entry-content {
        text-rendering: optimizeLegibility;
    }

    Best regards,
    Ismael

    #862288

    Thanks, I got it to look better with

    .slide-entry-excerpt.entry-content {
        background-color: white;
    }

    But now I get grey background during the transition : /

    • This reply was modified 6 years, 6 months ago by cbrssict.
    #862346

    Hi,

    Could you please provide a link to the actual page where you’re testing this? I’m sorry but I can’t reproduce the issue in the demo. A screenshot will help.

    Best regards,
    Ismael

    #862688
    This reply has been marked as private.
    #863225

    Hi,

    Is it working properly if you’re using a default theme fonts like “Open Sans”?

    Best regards,
    Ismael

    #863233

    Hi,

    I can see the problem on my end as well using Firefox. Not sure if it’s a browser quirk or not, so maybe you can try with a default font like Ismael advised?

    Best regards,
    Rikard

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.