Create dynamic image slider in umbraco without using plugins - html

I am using Umbraco 7. Currently I am working on making the image slider. I created the document type celeb wall and created the template celeb. Now I need to use the code between article tags with id="slider" and make the images captions loop:
I have created the property slider with the type as media picker and sliderBanner as textstring.
The page needs to be dynamically like the link below:
http://newmilkshakecity.appspot.com/
Can you please help me, please?
Ronny

I have been able to fix it and make it dynamic. It took me quite few days to get to grips with creating slider using ASP.Net MVC on Umbraco Platform.
N.B. The slider was quite an old piece of code, where I used article to wrap the slider when I could have used div and then ul and li tag. However, this was a good experience.

Related

New to bootstrap: does bootstrap not use <frame> tag to do web development?

I am new to bootstrap and haven't done a lot of web development for many years. I'm trying to use bootstrap to do a sliding menu bar on the left of the web page and want to know what the best way to code it is. Back then we used tags to show different content using the same menu bar as a "static" separate frame. Is there a more efficient way of implementing frame type of design on my website using bootstrap? sorry if my questions are a little vague.
Basically I want to use a static menu bar that shows different "cool" content on a main page view without having to rewrite the same code for each new main page.
thanks in advance
bootstrap 4

How can i make an image slider in HTML?

This "image slider? thing. What is it called?
If you go to myanimelist.net, there is this very nice and simple image slider and upon clicking it, it redirects you to the specific anime details page according to what you clicked. What is this widget called and where can I learn to create something like this?
A beginner programmer that wants to create a website but no idea how to start.
The page uses css mostly. if you are really starting and want to learn try with JQuery is a Java framework with "widgets" like you call them.
a duplicate of what you need is here: https://www.jqueryscript.net/demo/Fully-Responsive-Flexible-jQuery-Carousel-Plugin-slick/
This is image slider or carousel slider. You can make it easy by using bootstrap 4 carousels. Bootstrap is very easy to learn and for image slider, you don't need to learn Jquery. Here is a link which will help you to make carousal Bootstrap Carousel
If you wanna use direct code then you can check this link Jassor Image slider
This is called a Carousel or Slider. You should be able to create this with just HTML and CSS and a tad bit of JavaScript. I first learnt building one by going through this link in W3C. When I got older and experienced I stopped building one from scratch for every project, instead started using Bootstrap Carousel. A good resource to learn this is from here.

Product page images slider in one line with supply theme "shopify"

I want to make my images on the product page in one line and adding a slider. I am using a supply theme in shopify. I contact shopify and they told me that I have to pay for an expert, but I want to do it myself. does anyone have any information how to make these changes? Here is an example of product images that I want to add- product page
The images are not on the same line.
One way to do it is to use a javascript library that will help you build a slider. A very popular library is Owl Carousel.
I will recommend you to check out the demo of their basic carousel.
You can use the basic carousel and have another image tag that you are going to change base onClick on the picture that they click on the carousel.
There is product.liquid file in templat folder you have to edit that find "product.images" and apply Slick Slider on there.
If there any Need i can help you.
I am a shopify Expert with have 3 years experience on theme development and customizations

How can i apply Masonry, or Grid Layout to my blogger template

i recently created my own website from the help of a free custom template (it's now 80% customized to my own preference), i am using blogger platform for my website.
I am planning to apply a Masonry/Grid layout to my website. I have googled for few days but to no avail.
this is the link i am following, it does work, however it is messed up, i think it could be something about the width or whatnot because it doesnt really appear to be inside my main page container. masonry blogger tutorial
here is my website link
I need guidance on every step i need to do in order to make this work for my website as i am not very advance in html, but i am a fast learner, i will be using the grid layout on a specific page on my website.

Carousel - slider using HTML 5 ONLY

Does anyone know if it is possible to create a carousel or slideshow using HTML only? I know it can be done using CSS and JavaScript but can't use these as I'm limited by the constraints of system I am working in. I've had a look online but can't find anything. My goal is to set up an automatically moving carousel of 3 different images.