Hi, I am working on a js slider from scratch. I now I can just download a nivo slider or one of the slider on CodeCanyon, but I want to make one from scratch, with my own noggin’, and a little of your expertise
So here is my code so far.
the css
.slideshow {
position: relative;
display: block;
list-style: none;
top: 0px;
left: 0px;
margin:0;
padding:0;
width: 570px;
height: 270px;
}
.slideshow ul {
position: relative;
top: 0px;
left: 0px;
width: 570px;
height: 270px;
}
.slideshow li {
position: absolute;
top: 0px;
left: 0px;
float: left;
z-index: 100;
}
.slideshow li.current {
position: absolute;
top: 0px;
left: 0px;
float:left;
z-index: 9999;
}
Now the javascript I was thinking of using a “window.setInterval(yourfunction, 10000);” then do something with the opacity do ”$(‘ul.slideshow li’).css({opacity: 0.0});” then ”$(‘ul.slideshow li.current’).css({opacity: 1.0}).addClass(‘show’);”
so right now it’ll look like this
window.setInterval('gallery()', 2000);
$('ul.slideshow li').css({opacity: 0.0});
$('ul.slideshow li.current').css({opacity: 1.0}).addClass('show');
It’s not working though, I know I have to use a timer function that removes the “current” class and adds that class to the next image in line. But I can’t seem to figure all the stuff you gotta do so it all comes together and works properly. So that’s why I need your help. Sorry if I am not clear enough on what I am asking.
Thanks in advance!
Alright, thank you both 
Sorry for double post but, can anyone help me out please?
Hello!
I am currently working on a wordpress theme that I intend to sell here on ThemeForest
. I have most of the html done, so the only thing I have left to figure out is… How do I get it into wordpress? Every page will be static exept the blog page probably, so can I just copy over all the html pages exept the blog page and the blog page will be php?
So, can anyone help me, any tutorials or anything like that?
Thanks in advance 
Okay, thanks! I will try that
.
Hi, I submitted a navbar here on codecanyon a few weeks ago, and the reviewer rejected it because it wasn’t something that you couldn’t find on the internet for free.
Now, I have seen a navbar, and it doesn’t have any sliding or fading or any effects at all. Mine has a sliding down effect and a fading effect. I know that’s nothing special but why didn’t mine get accepted if others are?
How should I make it more subtle?
Keep it white? Make it grey-ish? Do a 2-in-1 deal?!Hi, I am working on a theme and I wanted some feedback before I submit it
.
please keep in mind that this is a work in progress and will have a lot more work done to it.
What I am mainly wondering about is should I keep the white background, or make it more darkish grey? And should it scroll, or just stay still? Also, what do you guys suggest I do for text? because whenever I seem to use code, it looks really low-res. Any ways to fix that, or should I use images?
Here’s the theme so far
.
Sorry for double post but, can anyone help me?
I’ve worked on this before I saw the template I linked, I used the link as an alternative to posting a picture of mine, because the nav bar is the same place where I am putting mine. Which I should have just posted a picture of mine in the first place
.
Does anyone have any suggestions on what I should do to make it unique? I could make the logo more bold, and move it to the center with a shine behind it, I could even put the nav bar somewhere else. I’m open to ideas folks.

