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? (images)

Hi infinidi. Welcome to the forums. :slight_smile:

In your styles, you have the images set to display: none in two places:

#home-slider img, #folio-nivo img {
position: absolute;
top: 0px;
left: 0px;
display: none;
}

and here

#home-slider img, #folio-nivo img {
position: absolute;
top: 0px;
left: 0px;
display: none;
}

However, that code is probably meant to be there because of the way the gallery is designed. It seems that the slider JS is not working, but I can’t see why. Perhaps it’s worth moving the link to the jQuery library to the bottom of the page, just above the other script links:

<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js?ver=3.5.1'></script>

See if that makes any difference.

So where do i put the code: <script type=‘text/javascript’ src=‘http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js?ver=3.5.1’></script>

on the index page?

cus my slider is on the main index page

top, bottom, where do i place this code

As I mentioned, “just above the other script links”:


[COLOR="#FF0000"]<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js?ver=3.5.1'></script>[/COLOR]
<script type='text/javascript' src='http://infinidimusic.com/wp-content/themes/showycase/js/superfish.js?ver=1.5.13'></script>
<script type='text/javascript' src='http://infinidimusic.com/wp-content/themes/showycase/js/jquery.color.js?ver=2.1.1'></script>
<script type='text/javascript' src='http://infinidimusic.com/wp-content/themes/showycase/js/jquery.prettyPhoto.js?ver=3.1.5'></script>
<script type='text/javascript' src='http://infinidimusic.com/wp-content/themes/showycase/js/custom.js?ver=1.0'></script>
<script type='text/javascript' src='http://infinidimusic.com/wp-content/themes/showycase/js/jquery.jplayer.min.js?ver=2.1.0'></script>
<script type='text/javascript' src='http://infinidimusic.com/wp-content/themes/showycase/js/jquery.nivo.slider.pack.js?ver=3.2'></script>

It may not help, but sometimes it does, so it’s worth a try.

Okay i’m sorry, but this is nowhere in my index.php

sorry if im slow:(

you think if i give you my login info you can try it?

OK, given that it’s WordPress, it will be in one of various files that make up your template. I’m not very experienced with WP, though, so if you can’t find where it’s being inserted (footer.php?) we’ll have to wait for someone else to assist.

It’s not on footer I know that forsure, all I know is I put this code in my index.php

<?php // SHOW HOME SLIDER IF TURNED ON
if( of_get_option(‘show_slider’) == ‘’ || of_get_option(‘show_slider’) != ‘0’ ): ?>
<?php get_template_part(‘inc/nivo_slider’); ?>
<?php endif; ?>

if you check www.houseanthems.com they have it