Flip Box Pro On Mobile Device - Question | JoomShaper

Flip Box Pro On Mobile Device

J

Jasmin

SP Page Builder 7 months ago

Hi, I would like to use the Flip Box Pro on my website. And I have come across a bug.

On the front I have an image with a text. On the back I have a background with a gradient and a text as well as a button.

To rotate the flip box, I have to tap on the image on the mobile device. But: when I tap on the image in this red area (see screenshot), I tap directly on the button and am immediately redirected to the linked website. FlipBoxPro-Front-View

FlipBoxPro-Back-View

How can I prevent this? The button is not on the front, only on the Back of the FlipBox.

Best regards !

0
2 Answers
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 7 months ago #187512

Please add the following CSS code to your Template Options -> Custom Code -> Custom CSS

.sppb-flipbox-panel a{
 pointer-events: none;
}

.sppb-flipbox-panel.flip a{
 pointer-events: auto;
}
0
J
Jasmin
Accepted Answer
7 months ago #187579

Thank you! Works as desired.

0