This topic has 14 replies, 2 voices, and was last updated 9 years, 5 months ago ago by Eva Kemp
Hi
Inside the WooPress theme there is a nice popup video box.. How to make a popup video from a button in a Revolution Slider?
See: https://www.dropbox.com/s/yj9dmhbquoa94k0/red%20button%20-%20revotion-slider.png?dl=0 I would really like to show a vimeo video in a popup box on top off the slider – would that be possible? 🙂
Best regards
Tonny
Hello,
Please provide us with a video link you want to show.
Thank you.
Regards,
Eva Kemp.
Hello,
I’ve installed the plugin https://wordpress.org/plugins/easy-lightbox-wp/ and added its shortcode with your video link to the layer in Revolution Slider settings: http://storage3.static.itmages.com/i/15/0603/h_1433344476_2271437_4c18d55b0d.png
Please check your slider now.
Regards,
Eva Kemp.
wow thanks a lot!! it works fine!!
super support!!
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hi Eva,
I have just shown the video on the frontpage to my customer and it works really nice! but on mobile (iphone 6) the buttons are really small? I dont you how to make them bigger? I have tried but I cant 🙁
See: https://www.dropbox.com/s/6qu8debxob1er9j/buttons-on-mobile.jpg?dl=0
Best regards
Tonny
Hello,
Please add this code in custom.css:
@media (max-width: 480px) {.tp-button.big {
font-size: 19px !important;
}
.tp-caption.black, .black {
left: 20px !important;
}}
Regards,
Eva Kemp.
Thanks Eva – it works 🙂
🙂
How can I change the color from green or blue to 2 new colors which march the theme?
ex:
green to #E8590C
and
blue to #FF0000
I have to be able to change it my self?
Best regards
Tonny
Hello,
Add this code in custom.css file:
.tp-button.green {
background-color: #E8590C !important;
}
.tp-button.blue {
background-color: #FF0000 !important;
}
Regards,
Eva Kemp.
Hi
What about the color shadow under the button? that is still green and blue?
Hello,
Please use this code as well:
.tp-button.green {
box-shadow: 0px 3px 0px 0px #E8590C !important;
}
.tp-button.blue {
box-shadow: 0px 3px 0px 0px #F00 !important;
}
Regards,
Eva Kemp.
Thanks Eva – work like a charm 🙂
Hello,
You’re welcome.
Regards,
Eva Kemp.
Tagged: button, create, popup video, revolution slider, woocommerce, wordpress
The issue related to '‘How to make a popup video from a button in a Revolution Slider?’' has been successfully resolved, and the topic is now closed for further responses