Need Help with Wordpress Template

Hi, Please I have an urgent question.

I used a wordpress template Jocasta for a wordpress website. The website is ariseandshineinternationalministries.org. My problem is though the slider works in Chrome/Firefox but not in IE 9. I dont know what will make it not work. I have added a doctype (not sure If I added the correct one) but it wont still work. Any help will be appreciated.

Also in Chrome/Firefox, when I hover over the menu, The links do not work but ironically they work in IE. Thanks Guys.

Hi, techsupplier, and welcome to the forums. :slight_smile:

I’ve tried to have a look at your site, but it’s asking for a username and password. :frowning:

Hi TechnoBear,

I have removed the pw protection. Sorry about that

It’s STILL asking for a username/password for me.

Ok. Now removed it for real. Just tested it. Thanks

There should be no comma after the last “80” here;


<script type="text/javascript">
jQuery(function() {
jQuery("#featureCarousel").featureCarousel({
smallFeatureWidth:      .7,
smallFeatureHeight:  .7,
topPadding:             80,
		   
});
});
</script>


The last entry doesn’t have a comma or the routine expects more code which is what is probably breaking IE.

topPadding: 80

The images seem to be links in Firefox and Chrome apart from the portion where you have absolutely placed a paragraph on top of course.

Ok Thanks

Ok. I think its fixed. Thanks guys for all the help