Hello,
I've just installed unify pack, and, as I'm not used with those templates, could you please explain how to change from the standard slider?
Thank you for your help
- Forums
- nopCommerce Themes
- Unify Theme
- Changing Sliders
Changing Sliders
Denise
Denise
Thank you, I've found the path but actually I'm trying to modify the slider at Promo Block in the Index into a Revolution Slider, but following the documentation from theme punch I'm not managing doing that. There are surely something I'm doing wrong. Can you help me activating these slider please?
Thank you again.
Thank you again.
Support
Thank you for your message.
Please replace promo block on \themes\unify\views\home\index.cshtml view with this code snippet
Also please replace the script block at the end of the view with the following block
Please replace promo block on \themes\unify\views\home\index.cshtml view with this code snippet
Also please replace the script block at the end of the view with the following block
<script>
jQuery(document).ready(function () {
App.initParallaxBg();
OwlCarousel.initOwlCarousel();
RevolutionSlider.initRSfullWidth();
});
</script>