New Landing How can we help? Themeforest Theme Support Dante Lightbox on FireFox showing strange visual

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Dante
  • #89953
    Blue Max
    Member
    Post count: 14

    Hi Dante Theme,

    I’m having trouble with lightboxes on my website. While still working, they show the text horizontally and turn regularly. http://www.blue-max.nl/social-media/ has a few and might be a good example.

    This only seems to happen on FireFox though! On Chrome they work perfectly and on Internet Explorer, even though not as smooth as on Chrome, work as well.

    Many Thanks!
    Ruben Werdmuller von Elgg

    #90218
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Please add this to your custom css:

    .sf-icon-box-animated .front, .sf-icon-box-animated .back {
    	-webkit-backface-visibility: hidden;
    	-moz-backface-visibility: hidden;
    	-o-backface-visibility: hidden;
    	backface-visibility: hidden;
    }
    .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

    #90332
    Blue Max
    Member
    Post count: 14

    Works like a charm,

    Thanks Kyle!

    #90333
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great! no problem

    – Kyle

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