I have a quick HTML foundation question. I am using foundation for my HTML page. I want to know how to do a photo gallery that has next and pervious and auto play with a description under each photo any ideas?
You might want to check Slick slider which is also recommended by Zurb:
http://kenwheeler.github.io/slick/
(Orbit Slider by Zurb is already deprecated)
Foundation has a build in element called Orbit for that: Orbit Carousel
You can access the plugin options directly via data attributes.
Related
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.
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
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.
I can't do vertical slide in orbit, using foundation 5. The only type of animation that works is animation:'slide'. I opened the orbit js file, and realized that only this option was contemplated, regardless of the documentation on the official site, which implies that I could use fade, vertical-slide and others. Has anyone been successful in doing this?
It seems that foundation has taken the animations from this plugins...
Doing some reading I there are mentions that Zurb Foundation has something that supports side slide-out menus, similar to the one that can be found on the following website (triggers via the icon on the top left corner): http://www.dtelepathy.com/
Looking at foundations doco I'm unable to find anything. Would anyone be able to point me in the right direction on how to achieve such behavior with Zurb Foundation?
Many Thanks!
There is something for Foundation 3 called off canvas slides. I am not sure that this is compatitible with Foundation 4.
http://zurb.com/playground/off-canvas-layouts
The one you're looking at on http://www.dtelepathy.com is drawjs:
http://codepen.io/rolandjitsu/pen/CgmGd