d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Any Suggestions On A Good Content Slider? > Example Page Linked Inside
Prev12
Add Reply New Topic New Poll
Member
Posts: 11,610
Joined: Oct 28 2008
Gold: 1,795.00
Dec 17 2013 09:28pm
Quote (iBruno @ Dec 17 2013 08:23pm)
Actually the code I posted is for menu cool slider. It was just showing an example of the basic HTML they give you in general. So humm yea what's your point tho. As I mentioned I got the caption to work in both sliders. I just wish to add other HTML content to each slide.


Code
<div id="slider">
<div class="slide" style="background: url('/Image Library/Mizani/Global Navigation/Home/banner01.jpg?code=86a918ae-0b40-4b18-a578-b5a96c1566cc') no-repeat center 0;" alt="The Professional Authority for all curl textures, View our Product Collections"> <div class="bannerTxt dark"> <h1>THE PROFESSIONAL AUTHORITY FOR ALL CURL TEXTURES</h1> <a href="/products/category/haircare/haircare">View our Product Collections</a> </div></div><div class="slide" style="background: url('/Image Library/Mizani/Global Navigation/Home/banner02.jpg?code=41ee20ed-d3a4-4cd4-905f-faca1fbf81d6') no-repeat center 0;" alt="The Natural Hair Movement, Join the Movement"> <div class="bannerTxt"> <h1>THE NATURAL HAIR MOVEMENT</h1> <a href="/your-hair--inspiration/natural-hair-movement/natural-hair-movement-list">JOIN THE MOVEMENT</a> </div></div><div class="slide" style="background: url('/Image Library/Mizani/Global Navigation/Home/banner03.jpg?code=61450e0f-c3f9-4cb2-88a5-1c753c4eea38') no-repeat center 0;" alt="We are every color every texture every curl type, Discover your curl type">
<div class="bannerTxt">
<h1>WE ARE EVERY COLOR EVERY TEXTURE EVERY CURL TYPE</h1>
<a href="/your-hair--inspiration/discover-your-curl-type/curl-key-list">DISCOVER YOUR CURL TYPE</a>
</div>
</div>
</div>
Member
Posts: 2,757
Joined: Nov 26 2007
Gold: 1,214.81
Dec 17 2013 09:56pm
With the amount of time you put into posting your walls of text of questions, you could have learned enough HTML to just download the jquery script and put your HTML content into it...
Member
Posts: 12,577
Joined: Oct 16 2008
Gold: 3,007.50
Dec 18 2013 09:28am
Quote (0n35 @ Dec 18 2013 03:28am)
Code
<div id="slider">
            <div class="slide" style="background: url('/Image Library/Mizani/Global Navigation/Home/banner01.jpg?code=86a918ae-0b40-4b18-a578-b5a96c1566cc') no-repeat center 0;" alt="The Professional Authority for all curl textures, View our Product Collections">  <div class="bannerTxt dark">    <h1>THE PROFESSIONAL AUTHORITY FOR ALL CURL TEXTURES</h1>    <a href="/products/category/haircare/haircare">View our Product Collections</a>  </div></div><div class="slide" style="background: url('/Image Library/Mizani/Global Navigation/Home/banner02.jpg?code=41ee20ed-d3a4-4cd4-905f-faca1fbf81d6') no-repeat center 0;" alt="The Natural Hair Movement, Join the Movement">  <div class="bannerTxt">    <h1>THE NATURAL HAIR MOVEMENT</h1>    <a href="/your-hair--inspiration/natural-hair-movement/natural-hair-movement-list">JOIN THE MOVEMENT</a>  </div></div><div class="slide" style="background: url('/Image Library/Mizani/Global Navigation/Home/banner03.jpg?code=61450e0f-c3f9-4cb2-88a5-1c753c4eea38') no-repeat center 0;" alt="We are every color every texture every curl type, Discover your curl type">
  <div class="bannerTxt">
    <h1>WE ARE EVERY COLOR EVERY TEXTURE EVERY CURL TYPE</h1>
    <a href="/your-hair--inspiration/discover-your-curl-type/curl-key-list">DISCOVER YOUR CURL TYPE</a>
  </div>
</div>
        </div>


thanks i was trying to understand how to go from:
Code
<ul class="bxslider">
<li><img src="/images/pic1.jpg" /></li>
<li><img src="/images/pic2.jpg" /></li>
<li><img src="/images/pic3.jpg" /></li>
<li><img src="/images/pic4.jpg" /></li>
</ul>

....to the HTML you provided from the mizani sourcecode.

Quote (labatymo @ Dec 18 2013 03:56am)
With the amount of time you put into posting your walls of text of questions, you could have learned enough HTML to just download the jquery script and put your HTML content into it...


oh yea, im sure in the 35 seconds it took me to type my posts, i had enough time to google, find the right answer, try it out, learn it, debug any errors etc.

either way, i got the perfect solution. Some nice guy on Stackoverflow provided me a slider that comes with buttons and divs etc that all i had to do was style it the way I wanted and add my own URLs.

Maybe you have no clue what a wall of text is...But im sure its not a 6 lines of text lmfao.

This post was edited by iBruno on Dec 18 2013 09:31am
Member
Posts: 11,610
Joined: Oct 28 2008
Gold: 1,795.00
Dec 18 2013 04:49pm
Quote (iBruno @ Dec 18 2013 09:28am)
thanks i was trying to understand how to go from:
Code
<ul class="bxslider">
  <li><img src="/images/pic1.jpg" /></li>
  <li><img src="/images/pic2.jpg" /></li>
  <li><img src="/images/pic3.jpg" /></li>
  <li><img src="/images/pic4.jpg" /></li>
</ul>

....to the HTML you provided from the mizani sourcecode.



oh yea, im sure in the 35 seconds it took me to type my posts, i had enough time to google, find the right answer, try it out, learn it, debug any errors etc.

either way, i got the perfect solution. Some nice guy on Stackoverflow provided me a slider that comes with buttons and divs etc that all i had to do was style it the way I wanted and add my own URLs.

Maybe you have no clue what a wall of text is...But im sure its not a 6 lines of text lmfao.


Or no one here really wants to help you based on how you act, Einstein.
Member
Posts: 12,577
Joined: Oct 16 2008
Gold: 3,007.50
Dec 18 2013 04:59pm
Quote (0n35 @ Dec 18 2013 10:49pm)
Or no one here really wants to help you based on how you act, Einstein.


Asshole? Please.... Get a clue.

Plus, I was offered help in topic and via PM. Even from people who were working on their own slider and someone who was willing to do it for me for FG.

Don't judge me by a response to someone claiming I wrote "walls of text" when in fact it was 6 lines.

Any not so friendly response has a direct quote to a even rider post directed at me.
Member
Posts: 11,610
Joined: Oct 28 2008
Gold: 1,795.00
Dec 19 2013 02:20am
Quote (iBruno @ Dec 18 2013 04:59pm)
Asshole? Please.... Get a clue.

Plus, I was offered help in topic and via PM. Even from people who were working on their own slider and someone who was willing to do it for me for FG.

Don't judge me by a response to someone claiming I wrote "walls of text" when in fact it was 6 lines.

Any not so friendly response has a direct quote to a even rider post directed at me.


I was referring to your inability to try at anything and need to be spoon fed everything, not in relation to what's been said in this thread. If you got what you needed please leave.
Member
Posts: 12,577
Joined: Oct 16 2008
Gold: 3,007.50
Dec 19 2013 02:43am
Quote (0n35 @ Dec 19 2013 08:20am)
I was referring to your inability to try at anything and need to be spoon fed everything, not in relation to what's been said in this thread. If you got what you needed please leave.


Oh yea god forbid someone asks for a suggestion of a Jquery that has specific features.

I think it's you that should have left a while back lol.

And if you think someone is an asshole for asking for suggestion to a Jquery, you are pretty dumb.

Do you even realize how ignorant you sound? Spoonfed everything make me laugh really hard. By no means I'm an expert on web development, I'm on my second year of school. I'm actually going out of my way to make projects of my own because the semester is already over, so I come and ask for a simple help. ("Hey does anyone have suggestions to a good content slider?") , provided a source example to one I liked. Tried even to explain what I was trying to do.

at least I learned one way to do it, from the Jquery I was suggested. On my own. I think I deserve a little more respect from you*

Edit: and when you say I didn't try anything. I guess you can't read either, because I clearly wrote that I looked into the slider, tried to get it to work, but the content was carrying over to every slide instead of only showing in one slide. And that was only the additional buttons I tried to add. Not the main images. And seems like it was a problem specific to one of the sliders I tried (the menu cool)

This post was edited by iBruno on Dec 19 2013 02:47am
Member
Posts: 11,610
Joined: Oct 28 2008
Gold: 1,795.00
Dec 19 2013 05:32am
Quote (iBruno @ Dec 19 2013 02:43am)
Oh yea god forbid someone asks for a suggestion of a Jquery that has specific features.

I think it's you that should have left a while back lol.

And if you think someone is an asshole for asking for suggestion to a Jquery, you are pretty dumb.

Do you even realize how ignorant you sound? Spoonfed everything make me laugh really hard. By no means I'm an expert on web development, I'm on my second year of school. I'm actually going out of my way to make projects of my own because the semester is already over, so I come and ask for a simple help. ("Hey does anyone have suggestions to a good content slider?") , provided a source example to one I liked. Tried even to explain what I was trying to do. 

at least I learned one way to do it, from the Jquery I was suggested. On my own. I think I deserve a little more respect from you*

Edit: and when you say I didn't try anything. I guess you can't read either, because I clearly wrote that I looked into the slider, tried to get it to work, but the content was carrying over to every slide instead of only showing in one slide. And that was only the additional buttons I tried to add. Not the main images. And seems like it was  a problem specific to one of the sliders I tried (the menu cool)


TIL all you learn in school is how to use plugins or pre-built things

sounds like you're going to career point college or something similar, lol
Member
Posts: 2,736
Joined: Nov 28 2009
Gold: 34.00
Dec 19 2013 07:16am
Quote (iBruno @ 19 Dec 2013 10:43)
I'm actually going out of my way to make projects of my own because the semester is already over, so I come and ask for a simple help.


ಠ_ಠ

This post was edited by Eagl3s1ght on Dec 19 2013 07:16am
Member
Posts: 2,757
Joined: Nov 26 2007
Gold: 1,214.81
Dec 19 2013 01:37pm

Code
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Slider</title>
<!-- jQuery library (served from Google) -->
<script src="jquery-2.0.3.min.js"></script>
<script src="purl-2.3.1.js"></script>
<!-- bxSlider Javascript file -->
<script src="jquery.bxslider.min.js"></script>
<!-- bxSlider CSS file -->
<link href="jquery.bxslider.css" rel="stylesheet" />

<style>
.myButton {
display: inline-block;
text-align: center;
padding: 1em;
padding-left: 3em;
padding-right: 3em;
background-color: #468847;
}

.mySlide {
text-align: center;
padding: 3em;
padding-left: 1em;
padding-right: 1em;
background-color: #001147;
height: 25%;
}
</style>


</head>
<body>
<ul class="bxslider">
<li>
<div class="mySlide">
<button class="myButton">CLICK ME</button>
<button class="myButton">CLICK ME</button>
<button class="myButton">CLICK ME</button>
<button class="myButton">CLICK ME</button>
</div>
</li>
<li><div class="mySlide">
<button class="myButton">CLICK ME</button>
<button class="myButton">CLICK ME</button>
<button class="myButton">CLICK ME</button>
<button class="myButton">CLICK ME</button>
</div></li>
<li>
<div class="mySlide">
<button class="myButton">CLICK ME</button>
<button class="myButton">CLICK ME</button>
<button class="myButton">CLICK ME</button>
<button class="myButton">CLICK ME</button>
</div>
</li>
</ul>

</body>

<script>
$(document).ready(function() {
$('.bxslider').bxSlider();
});
</script>
</html>
Go Back To Programming & Development Topic List
Prev12
Add Reply New Topic New Poll