Changing Sliders

Avatar
  • Total Posts: 2

Denise

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



Avatar
  • Moderator
  • Total Posts: 85

Support

Hello Denise,

Thank you for your message.
You can switch off NivoSlider plugin and replace Promo Block with slider code in the \Themes\Unify\Views\Home\Index.cshtml view.
We are planing to add backend slider feature to our Core/CMS plugin in the next release of Unify theme.

Avatar
  • Total Posts: 2

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.

Avatar
  • Moderator
  • Total Posts: 85

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
<script>
    jQuery(document).ready(function () {
        App.initParallaxBg();
        OwlCarousel.initOwlCarousel();
        RevolutionSlider.initRSfullWidth();
    });
</script>