I want to make a slider for homepage by using media picker. The image appears on the page but it's in vertical view. How to make a slider on homepage. This is my code for the slider.
One of the things that I am finding really helpful on my journey to learn Umbraco is doing things in HTML first. Once I get something working in HTML, I create a throwaway doctype and put my HTML inside a template. Once that is working, it just becomes a matter of replacing small parts of the HTML with properties on my Doc Type. Generally if it doesn't work, like when I was having trouble figuring out the media picker, I found that referencing the sample site doc types usually answer my questions adequately.
One thing that I found almost always gets me is when I have javascript in a master template and on my page template including an earlier version of jquery in my doc type template. I've only been using this for a few weeks, so I hope my really basic knowledge is able to assist you.
Umbraco Media Picker Slider
I want to make a slider for homepage by using media picker. The image appears on the page but it's in vertical view. How to make a slider on homepage. This is my code for the slider.
Hi Nasha
What js are you using for the slider?
Alex
Hi Alex
Actually, I'm quite new to Umbraco. I just use media picker from Umbraco and added this function.
Hey Nasha...
I think you'll have to learn some HTML/JavaScript, this is not really an Umbraco issue.
Take a look at Slick, that is the one I use usually :)
I know how to build slider from HTML but I don't know how to build with CMS Umbraco :(
Hi Nasha:
One of the things that I am finding really helpful on my journey to learn Umbraco is doing things in HTML first. Once I get something working in HTML, I create a throwaway doctype and put my HTML inside a template. Once that is working, it just becomes a matter of replacing small parts of the HTML with properties on my Doc Type. Generally if it doesn't work, like when I was having trouble figuring out the media picker, I found that referencing the sample site doc types usually answer my questions adequately.
One thing that I found almost always gets me is when I have javascript in a master template and on my page template including an earlier version of jquery in my doc type template. I've only been using this for a few weeks, so I hope my really basic knowledge is able to assist you.
is working on a reply...