• Resolved germanero

    (@germanero)


    Hello there!

    The only issue I have, the flip box addon is not working properly on mozilla firefox. I don’t using any cache system right now. In all browsers work fine, but not in firefox. You can check by yoursefl. King regards.

    • This topic was modified 1 year, 8 months ago by germanero.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor robinwpdeveloper

    (@robinwpdeveloper)

    Hi @germanero

    Try using this custom css:

    // EA Flip Box : Firefox Issue
    .eael-animate-flip.eael-animate-left,
    .eael-animate-flip.eael-animate-right,
    .eael-animate-flip.eael-animate-up,
    .eael-animate-flip.eael-animate-down {
        transform-style: unset !important;
        perspective: unset !important;
    }

    You can add custom css via Elementor Editor. Go to Page Settings => Advanced => Custom CSS.

    Thread Starter germanero

    (@germanero)

    Hello!

    Thanks so much for your answer. It works partially, because the texts and read more button not showing :'(

    Regards.

    • This reply was modified 1 year, 8 months ago by germanero.
    Thread Starter germanero

    (@germanero)

    I’ve tried with this and works for now, but 3D flip effect not working ??

    .eael-flip-box--3d .eael-elements-flip-box-vertical-align {
      -webkit-transform: unset !important;
      transform: unset !important;
    }
    .eael-flip-box--3d .eael-elements-slider-display-table {
      -webkit-transform-style: unset !important;
      transform-style: unset !important;
      -webkit-transform: unset !important;
      transform: unset !important;
    }

    I hope help someone meanwhile.

    • This reply was modified 1 year, 8 months ago by germanero.
    • This reply was modified 1 year, 8 months ago by germanero.
    Plugin Support Mahbub Shovan

    (@mahbubshovan)

    Hi @germanero

    I hope this message finds you well. I’m glad to hear that everything is working perfectly. However, I wanted to inform you that the 3D flip effect won’t work with Elementor. But, no need to worry as we are actively searching for a solution and will update you once we have one.

    Thank you for your understanding.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Flip Box broken in Mozilla Firefox’ is closed to new replies.