Slider Revolution and button

Hello,

I’ve used slider revolution on my website : www.le-filrouge.com
I would like to know how to click on the button and open my pop up (ninja pop up) like this website :
https://www.reussitemax.com/
which use a slider & ninja pop up.

I’ve been in slider revolution, I only saw click on links however I don’t how to do it. Because to use ninja pop up I went on this website : http://demo.arscode.pro/ninja-popups/open-popup-by-clicking-on-the-link-or-button/

They told me to use :
[ninja-popup ID=281] Click Here for Extra Bonus [/ninja-popup]

However I can’t put this in the slider revolution button… ?
So I don’t know what to do…

Thanks

Hi There,

You can add the shortcode to a text element in Revolution Slider.

It might work, it wont render on revolution slider itself, but it should on the live site

Let us know how it goes

I can’t find the button to add the shortcode. Could you send me a screenshot ?

Thank you so much.

Hi,

Please see screenshots

Hope that helps.

Thank you !

http://www.le-filrouge.com/
It works really well.
But I don’t understand why it is in red while it should be in white.

Hi There,

Please add the following code to Theme Options CSS

a.snppopup-contentsnppopup-content {
color: white;
}

Hope it helps


I did try to use the code but it seems not working…

Hi,

You can try this code instead.

a.snppopup-content {
    color:#fff !important;
}

You may add it in the slider CSS

Thanks

It works thank you ;D

However, when i put my mouse on the button behind it becomes white.
How can I change it ?

Hi There,

Please also add this CSS:

.snppopup-content:hover {
    color: #000 !important;
}

div#slide-1-layer-3:hover {
    background-color: rgba(142, 129, 129, 0.76) !important;
}

Hope it helps :slight_smile: