Copied to clipboard

Flag this post as spam?

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


  • J 351 posts 606 karma points
    Jan 02, 2019 @ 12:49
    J
    0

    No image sliders for Umbraco 7?

    I'm looking for a solution where i can have around 2/3 images selected so they can be sliding across my site.

    So far the Umbraco solutions i've come across either were given up on, dont work, links no longer exist or maybe another issue.

    Is there a way to slide images within Umbraco?

  • Jan van Helvoort 17 posts 190 karma points c-trib
    Jan 02, 2019 @ 12:57
    Jan van Helvoort
    0

    You could create a datatype Multiple Image Picker with the property editor: Media Picker (Umbraco.MediaPicker2) and check Pick multiple items, Pick only images and Disable folder select on.

    Add the new datatype to the desired property on a document type.

    Now you could pick multiple images.

    You can access the images like: Model.Content.GetPropertyValue<IEnumerable<IPublishedContent>>("images").

    Then you could loop through the images and with some js and css you could create a slider.

  • J 351 posts 606 karma points
    Jan 02, 2019 @ 13:05
    J
    0

    Im using XSLT :-( which js/CSS are you referring to please?

  • 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