Sliders Programming Web Development by davy_yg …. NOT on online. I wonder why? I am taking the sliders from : http://flickity.metafizzy.co/ nav.php <link rel… Sliders boostrap Programming Web Development by davy_yg Hello, I am trying to incorporate bootstrap with this sliders. Any clue how to make it looks good? http://flickity.… Re: Sliders Programming Web Development by diafol WHy have you posted two threads on the same thing? Multiple Sliders In Page Won't Slide Digital Media UI / UX Design by <M/> I created a page with multiple sliders, and the sliders won't slide... I think it could be because of the z-indexes... but can anyone tell me why the sliders won't slide... I will post my code if needed :) Thanks Using a dependency property to create a color from four sliders C# Programming Software Development by tylerjgarland … a rectangle change color based on the position of four sliders. (Alpha, Red, Green, Blue) I am attempting to use a… a property that is accessed each time one of the sliders change? Re: Multiple Sliders In Page Won't Slide Digital Media UI / UX Design by <M/> OK, i uploaded it, but I temporarily hid the multiple sliders so i only display 1, if i can figure out 1, could figure all 4... Re: Multiple Sliders In Page Won't Slide Digital Media UI / UX Design by ansaripk Hi mSedique, Can you please the page with all sliders on your webserver and share the page link with us … Re: Sliders boostrap Programming Web Development by davy_yg Sorry my previous portfolio-filter looks bad - now I am trying to fix it. Please help. portfolio-filter.php <div class="gallery js-flickity" data-flickity-options='{ "freeScroll": true, "wrapAround": true, "imagesLoaded": true, "percentPosition": false, "pageDots": false … Re: Sliders boostrap Programming Web Development by gentlemedia You shouldn't use the Bootstrap grid and its classes inside the `.gallery` div. If you read the instructions then you will see how the HTML and the associated classes for the styles in `flickity-docs.css` should look like. http://flickity.metafizzy.co/#getting-started Re: Sliders boostrap Programming Web Development by davy_yg It looks like that I cannot utilize bootstrap for this type of slides, can I? Is there anyway to use bootstrap for this slides? Re: Sliders boostrap Programming Web Development by gentlemedia Of course you can use bootstrap and even inside the slides if you know what you're doing. But you just use the HTML structure that's provided in the getting started section of that Flickity website. <div class="main-gallery"> <div class="gallery-cell">...</div> <div class="gallery-cell… Re: Sliders boostrap Programming Web Development by davy_yg Hello, I wonder how to write the code structure. This is what I try but it does not works like it suppose to (the picture appears vertical). Please help me fix the picture so that it appears like it suppose to (normal slider with bootstrap). portfolio-filter.php <div class="gallery js-flickity" data-flickity-options… Re: Sliders boostrap Programming Web Development by davy_yg Hello, This is the link for portfolio-filter: http://www.innovationusa.web.id/One/portfolio-filter.php Can anyone help me create the bootstrap for it? Re: HELP! jquery CSS reveal sliders!! Digital Media UI / UX Design by pritaeas Appears that the large image is a background image and the sliders are just images that slide up on hover, using absolute positioning. The rest of the image in idle state is hidden under a div. Re: Multiple Sliders In Page Won't Slide Digital Media UI / UX Design by Sogo7 > I will post my code if needed :) **No need, just move your head to one side so I can look over your shoulder.** Of course not everbody is capable of remote viewing, lives across the street, telepathic, owns a spy sat, has remote access to your PC or knows the URL of the web page you are working on so if you want a quicker answer then yes … Re: Multiple Sliders In Page Won't Slide Digital Media UI / UX Design by <M/> ok so I begin analyze my code before i post it, and i realized it sucked... are you able to write a snippet of jquery code for me on how to do it or at least a tutorial/reference... thanks for the quick response :) Re: Multiple Sliders In Page Won't Slide Digital Media UI / UX Design by <M/> This is my code as of so far... HTML: <div id="main_thumb_command"> <div id="main_thumb_control"> <div id="thumb1_control"> <div id="thumb_1"> <a href="#"><img src="1-1.jpeg"… Re: Multiple Sliders In Page Won't Slide Digital Media UI / UX Design by lps Based on my understanding and your question mentioning 'mulitple slide', I assumed you have assigned your code with different id, and make sure you did bind them with the jquery sliding. Example, jQuery('#slide1').slide(); jQuery('#slide2').slide(); If this didn't give you a hint, maybe you will have your code upload on server and have us debug it … Re: Multiple Sliders In Page Won't Slide Digital Media UI / UX Design by pritaeas You need to rename the functions slideSwitch (you have three), or change them to one single function which accepts the div id as parameter. Re: Multiple Sliders In Page Won't Slide Digital Media UI / UX Design by <M/> I know this maybe a stupid question... but how do you rename the slideSwitch functions? Re: Multiple Sliders In Page Won't Slide Digital Media UI / UX Design by pritaeas Just give the second and the third new names, slideSwitch2 and slideSwitch3 for example. Re: Multiple Sliders In Page Won't Slide Digital Media UI / UX Design by <M/> oh ok, let me try that :) Re: Multiple Sliders In Page Won't Slide Digital Media UI / UX Design by <M/> nice job pritaeas, you got exactly 6500 posts :) Re: Multiple Sliders In Page Won't Slide Digital Media UI / UX Design by <M/> I changed the names of slideSwitch... it doesn't work... :( Re: Multiple Sliders In Page Won't Slide Digital Media UI / UX Design by <M/> ok so currently i changed how i did it, and it doesn't slide on browser but it slides on D.W. preview... shall i post my code so you can see? Re: Multiple Sliders In Page Won't Slide Digital Media UI / UX Design by pritaeas Sure, that will help. Re: Multiple Sliders In Page Won't Slide Digital Media UI / UX Design by <M/> Sorry guys for not responding soon enough, i wasn't never my computers the last couple of days... i will pm my site so you can look at what i mean :) Re: Multiple Sliders In Page Won't Slide Digital Media UI / UX Design by pritaeas Please keep the info in the thread (and do not PM me for help), so anyone can see and help This page does not load in Opera for some reason. Maybe because the style is not in the head, and the script is nor in the head, nor in the body. You may want to fix that. It says your lnk_javascript file cannot be found too. These kinds of issues ccan … Re: Multiple Sliders In Page Won't Slide Digital Media UI / UX Design by JorgeM Yeah, I would suggest that as well...you can use Firefox, Chrome with developer tools to help you fix these types of bugs.. pritaeas is referring to line #587 (from viewing the html source), `<script src="LNK/lnk_javascript.js" type="text/javascript"></script>` That link returns a 404 (page not found). Check your… Re: Multiple Sliders In Page Won't Slide Digital Media UI / UX Design by <M/> Sorry pritaeas... but i don't want people to see the link...., i never tested in opera yet.... I do use fire bug, and i noticed that it says the .js file is missing... how do i fix that... do i upload it? I'll try out your soliotion JorgeM!