Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Dante
  • #83776
    Cutrix
    Member
    Post count: 2

    Hello,

    When I land on my website with Firefox, Icon boxes appear to be rotating.
    That not happens when I visit the website with Chrome, as you can see on attached files below.

    I tried as well to clean temp files, cookies and cache, of course, but nothing changes.

    Do you know how I can fix this problem?

    Thanks in advance,
    Regards
    Leo

    #83822
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .no-csstransforms3d .sf-icon-box-animated .back {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .no-csstransforms .sf-icon-box-animated .back {
        -webkit-backface-visibility: visible;
        -moz-backface-visibility: visible;
        -o-backface-visibility: visible;
        backface-visibility: visible;
    }

    got this fixed for the next update

    – Kyle

    #83831
    Cutrix
    Member
    Post count: 2

    Thanks for the quick reply.
    I’m sorry to bug you, but I added that code and anything has been changed at the moment.
    Well, I’ve just had a look from another computer and it’s seems to work properly there. But from mine, it doesn’t still work.

    #83834
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Maybe a cache issue, try clearing your cache

    – Kyle

    #83843
    Cutrix
    Member
    Post count: 2

    I’ve already tried clearing the cache.
    Anyway, I’ll try from some more computers this evening when I go back home.
    If anything changes I’ll let you know.

    Thanks the same for your help. Much appreciated.
    Regards,

    Leo

    #83846
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem 🙂

    – Kyle

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register