Slider Not Showing?

Here is my website: www.infinidimusic.com

See the slider it doesn’t display the images, no idea why???

I’m tweaking the theme, but if you can see www.houseanthems.com

they have it?

all i want to do is display my slider, how can i?

I even bought this theme and their support forum of the official company is horrible and doesn’t help:(

Are you talking about the black box that just shows a loading icon?

I can see you are including a lot of js scripts at the bottom of your page (specifically the slider plugin). Move these inside the tag and see if that changes anything.

Also, I can’t find where you are actually calling the nivoSlider() plugin?

Yes that black box…:frowning:

& it’s nivoslider but it’s not an actuall plugin it is, but it’s kinda not it’s built in the theme.

if you need the theme files let me know i can provide pls help:(

I’m not familiar with wordpress (other than fixing it when our servers get hacked heh)

It does appear to be a jQuery plugin but I can’t find anywhere in your code where it’s initialized

Look if you check www.houseanthems.com

they have it???

Yep… but on that site I can find the code that initializes the plugin:

$('#home-slider').nivoSlider({
	directionNav: true,
	controlNav: true,
	captionOpacity: 1,
	startSlide: 0,
	directionNavHide: false,
	manualAdvance: false,
	effect: 'fade',
	pauseTime: 3500 
}); 

aww now what??:frowning:

Well, that means you need to add that code to your site. It’s a little strange that you have an exact copy of the other site but I’m not here to judge :wink:

what code do i need to put and where?

and LOL, i bought this theme off themeforest!

their support forums are horrible

The code that I just posted. Try adding this

<script type="text/javascript">
	$(document).ready(function() {
		$('#home-slider').nivoSlider({
			directionNav: true,
			controlNav: true,
			captionOpacity: 1,
			startSlide: 0,
			directionNavHide: false,
			manualAdvance: false,
			effect: 'fade',
			pauseTime: 3500 
		});
	);
</script>

where exactly???

i replace it?

I don’t think it really matters where, but I would put it in your tag

nothing? the same…check it

deleted that code off the header as it made no changes.

damn i really want this slider:(

Hm… I really can’t see anything else that you might be missing. These things can be tricky and you really just have to troubleshoot

help :frowning:

Sponsor our Newsletter | Privacy Policy | Terms of Service