Okay
  Public Ticket #1581127
problem with flip and button
Closed

Comments

  • supersherba started the conversation

    Hello! Thank you for your Theme! But i see one problem with this objecthttps://tppr.me/Djvwf

     https://tppr.me/YeRfQ 

    https://tppr.me/Mrg7T in Safari don’t working button and problem with flip effect when mouse hover you can tryhttp://s-cast.com.ua/wp/ in SAFARI

    how can fix this?

  •  2,005
    Ocean replied

    Hi,

    Please go to Appearance > Customize > Miscellaneous > Custom Code

    Add css code:

    .vc-hoverbox-back{ -webkit-transform: rotateY(180deg); }
    .vc-hoverbox-front{ -webkit-transform: rotateY(0); }
    .vc-hoverbox:hover .vc-hoverbox-front{ -webkit-transform: rotateY(-180deg); }
    .vc-hoverbox:hover .vc-hoverbox-back{ -webkit-transform: rotateY(0); }
    
  •   supersherba replied privately
  •  2,005
    Ocean replied

    Hi,

    In this moment this element doesn't work very well on some versions of Safari since browser doesn't support some advanced transitions. 

    We will see with our dev team to improve this feature in some future update, but also note that this may be fixed with browser updated in some future versions.