Okay
  Public Ticket #2764856
Flicker on Flip Box
Closed

Comments

  • Shefali Pandey started the conversation

    Hi there,

    We are using the Salient Agency theme to build our website.

    On one of the pages, we have used a flipbox, however it is showing a flicker when flipped on hover on Mac Os using Chrome Browser. 

    http://florafountaindigital.com/2021/lifecampus/crack-it/ (It is used in the second last module with our values)


    We noticed this is also a problem in the theme on the same Mac Os + Chrome combination:  http://themenectar.com/demo/salient-promo/flip-box/ (check the second flip box. There is a flicker when it flips on hover).


    We really like the theme. However, it is small things like these that make all the difference :-( 

    could you please help us get a fix?


    Thanks, 

    - Shefali.

  •  8,391
    Tahir replied

    Hey Again,

    Thanks for bringing this to our attention. Escalating this to the developer for further response.

    Thanks 


    ThemeNectar Support Team 

  •  982
    ThemeNectar replied

    Hey Shefali,

    Adding the following snippet into your custom CSS box in the Salient options panel > general settings > css/script related tab should correct it:

    .nectar-flip-box .flip-box-back[data-bg-overlay="true"]:after {
        transform: translateZ(10px);
    }
    
    Kindly let me know if you're still seeing it after inserting that.