I have installed LeBlender and have created some grid editors such as a carousel , by following the videos but when it displays on the page , I get the following error message , can you help with this ?
The partial view '/views/partials/grid/editors/Carousel.cshtml' was not found or no view engine supports the searched locations. The following locations were searched: /views/partials/grid/editors/Carousel.cshtml
Hey Alex ... this code you included for rendering a Carousel is different from sample provided by LeBlender.
I've tried working with it, but can't get it to work with LeBlender's current Grid Editor for Carousel ... what is this code looking for in the property type "multiImageSlider"? Just a multiple media picker? Any insight here would be helpful. The original carousel code works ... I'm just interested in understanding this other version.
(By the way ... I finally got LeBlender working thanks to Tom Engan's help ... LeBlender only works with the "obsolete" media picker versions. Those are included in earlier installs of Umbraco, but not in the new ones (after 7.5.11 I think) ... they've all be deprecated and made unavailable. We managed to make them available again in v7.6.x to get LeBlender up and running again)
LEBLENDER
Hi
I have installed LeBlender and have created some grid editors such as a carousel , by following the videos but when it displays on the page , I get the following error message , can you help with this ?
The partial view '/views/partials/grid/editors/Carousel.cshtml' was not found or no view engine supports the searched locations. The following locations were searched: /views/partials/grid/editors/Carousel.cshtml
Hi Rozelle
Please, create '/views/partials/grid/editors/Carousel.cshtml' file and use this code as example of rendering Carousel:
Thanks,
Alex
Hey Alex ... this code you included for rendering a Carousel is different from sample provided by LeBlender.
I've tried working with it, but can't get it to work with LeBlender's current Grid Editor for Carousel ... what is this code looking for in the property type "multiImageSlider"? Just a multiple media picker? Any insight here would be helpful. The original carousel code works ... I'm just interested in understanding this other version.
(By the way ... I finally got LeBlender working thanks to Tom Engan's help ... LeBlender only works with the "obsolete" media picker versions. Those are included in earlier installs of Umbraco, but not in the new ones (after 7.5.11 I think) ... they've all be deprecated and made unavailable. We managed to make them available again in v7.6.x to get LeBlender up and running again)
This is my code using Leblender and the new Multiple Media Picker. Hope it helps.
is working on a reply...