WP theme help

Soldato
Joined
6 Jan 2006
Posts
3,423
Location
Newcastle upon Tyne
Quick question for anyone who is familiar with WP themes. I have purchased one from themeforest and have got it installed but Im struggling to get the slides to work the way they do in the live preview where they are automated and scroll through 6 different slides.

I have set up 2 slides but they both appear on the home page at the same time and I cant work out how to get them to have any sort of transition etc.

Here is a link to the live preview so you can see what I mean and hopefully tell me what I am doing wrong.

Im not sure if its anything to do with portfolios but any help greatly appreciated.

Thanks.
 
Nothing particularly obvious as far as I can see. Nothing is breaking your JS completely on that page as your fancy box still works further down the page. But the bxSlider isn't applying the inline styles it should to the list elements so something is stopping that from working.

e.g. Yours
Code:
<ul id="jquery_slider"><li></li></ul>

e.g. Theirs
Code:
<ul id="jquery_slider"><li style="list-style: none outside none; position: absolute; top: 0px; left: 0px; z-index: 98; opacity: 0;"></li></ul>
 
Back
Top Bottom