-
AuthorPosts
-
August 27, 2014 at 8:16 pm #93633
Konstantin UParticipantHi,
I’ve been trying to make a very simple thing on a slide created in Revolution slider – add an image which opens a video in lightbox (without leaving the page).
So far, after studying almost all tutorials / forum posts I couldn’t find info how exactly to do this in X. Simple image with a link to video works fine, just as a simple video layer – but I’d like to have lightbox effect for my video.Thanks in advance,
KonstantinAugust 27, 2014 at 11:29 pm #93708
RadModeratorHi Konstantin,
Thanks for posting in.
We already tried this using lightbox shortcode inside a slide but did not work. This is because Revolution slider dynamically create layers/slide’s clone to create loop.
Lightbox shortcode generate extra javascript code to for lightbox instance and these gets duplicated inside the rev. slider. Cloned object does not have lightbox attachment, so it will only work on first slide of same clone. This could be done in custom development but we can’t provide any support.
Even if you succeed, you will still get lightbox duplicates grouped by same element selector ( cloned ).
Thanks.
August 28, 2014 at 4:15 pm #94351
Konstantin UParticipantThis reply has been marked as private.August 28, 2014 at 4:32 pm #94373
Kosher KMemberHi there,
Regretfully, we cannot really provide support for third party plugin as we simply don’t know how it works and how the script works. You can contact the plugin author for assistant of what you’re trying to accomplish.
Thanks for understanding.
have a great day
August 28, 2014 at 4:47 pm #94381
Konstantin UParticipantSure, I understand this. But regardless of that plugin – if I was to use a separate image in Revolution Slider to which I’d like to add ‘mouse-hover’ effect (defined as: when I hover a mouse over it, the image changes its look/some effect takes place etc) – is there a way you could advice me to do it?
Thanks.
August 28, 2014 at 5:04 pm #94395
Kosher KMemberHi There,
You can assign a class for specific layer under “Layer Links & Advance Params” and use that class to apply any effect either CSS or javasript for that layer on mouse over,
css
.your-layer-class:hover { /** EFFECT STYLE **/ }js
(function($){ $('.your-class-here').on('mouseover', function () { //stuff to style on mouseover }); })(jQuery)Hope that helps
August 28, 2014 at 6:40 pm #94470
Konstantin UParticipantThanks very much for your advice!
There was apparently even easier solution – Revolution Slider has ‘Edit style” menu with additional “Idle” and “Hover” settings – it does everything one could possibly want. Could be a good solution for other X users wanting the same functionality.
One more thing – any advice on Mailchimp integration for a Revolution Slider? Any plugins you’d recommend using to style the sign up form without a lot of manual work?
August 28, 2014 at 9:43 pm #94526
RadModeratorHi Konstantin,
Thanks for sharing that 🙂
Not sure with slider and mailchimp. But I guess that is still possible with 3rd party plugin. Though raw code may not work if it contains javascript along with it. You may contact a developer that more familiar with mailchip and slider. We only bundled revolution slider with X, and our knowledge is limited to its basic usage.
Thanks for understanding.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-93633 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
