Revolution Slider Button not triggering onclick

Good day,

I’m using buttons in the Revolution Slider to trigger a modal at https://uattend.com/capterra-offer/ but the buttons don’t appear to work. The link text in the button will trigger the modal but when you mouse over the button, the cursor changes as expected but the button area doesn’t trigger the modal. You have to actually click the text within the button. Any suggestions?

Thanks!

Jay

Hi Jay,

Thanks for reaching out.

The class trigger should be added to the button layer and not into the button content. But, it’s not gonna work since it also needs the other attributes and not just the class. To fix it, please add this CSS to Theme Options > CSS

.pop-up-trigger a {
position: absolute;
width: 100%;
height: 100%;
top: 0;
}

Then add the class pop-up-trigger to your button layer class.

Because of this change, your button’s dimension will change. You will have to manually apply width and height to your button layer.

Thanks!

That’s awesome, you’re awesome, thanks so much for the quick hook-up!

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.