Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • supadupa 2 posts 22 karma points
    Apr 28, 2015 @ 15:19
    supadupa
    0

    Umbraco 7 - Muliple media picker -image slider

    Hi,

    I have got a number of images that I would like to display in an image slider on a home page. I am a new to umbraco. Please  could someone help me to figure out how to do it step by step. Ok I already displayed images in Multiple Media picker (umbraco 7) but how do I go about converting to slider. I used some xslt code to do that

    thanks

  • Alex Skrypnyk 5908 posts 22603 karma points MVP 4x admin c-trib
    Apr 28, 2015 @ 17:12
    Alex Skrypnyk
    0

    Hi Supadupa,

    You have to create partial view for rendering your images. Do you use mvc rendering ? Can you look at /config/umbracoSettings.config ? What rendering engine do you use ?

    <templates>
        <!-- To switch the default rendering engine to MVC, change this value from WebForms to Mvc -->
        <defaultRenderingEngine>Mvc</defaultRenderingEngine>
      </templates>
    

    Thanks

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies