New Landing How can we help? Themeforest Theme Support Dante Animated Flip side in IE

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Dante
  • #84063
    yachtinteract
    Member
    Post count: 16

    Hi,
    I am trying to use the flip box idea as is on the demo site and the example content at the bottom of the page:
    [sf_iconbox image=’ss-signpost’ character=” type=’animated’ title=’Fully Documented’ animation=’none’ animation_delay=’200′]
    Whether you’re the kind of person who reads instruction manuals or not, we’ve written one that explains all of Dante’s capabilities in intimate detail.
    [/sf_iconbox]

    The issue I am having is when you hover over the content in IE 11 you dont get the text you just get the reverse of the image and title. It is fine in Crome.

    Any ideas?

    Jonathan

    #84084
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Try adding 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;
    }

    – Kyle

    #84087
    yachtinteract
    Member
    Post count: 16

    Thanks for the quick response.

    That does not appear to have helped.

    This is the page if you want to check http://greenline.inspirationmarine.co.uk/varianta-37/

    Thanks,

    Jonathan

    #84536
    bjorngils
    Member
    Post count: 4

    Same problem here!

    #84540
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok let me forward this to the developer.

    Thanks for your patience

    – Kyle

    #84655
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    This should fix it:

    .sf-icon-box-animated .back {
    backface-visibility: visible;
    }

    Let me know!

    – Ed

    #84678
    yachtinteract
    Member
    Post count: 16

    Hi Ed,

    Yes that has fixed it!

    Thanks,

    Jonathan

    #84682
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Glad I could help 🙂

    – Ed

    #86589
    hamlik2002
    Member
    Post count: 93

    This is still a mess on smartphones… I’m using android… Samsung Galaxy S4

    #86600
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Can you take a screenshot of what is showing for you? Have you tried the above code?

    – Ed

Viewing 10 posts - 1 through 10 (of 10 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