Hi Samboll,
Thanks for the reply. What should I be looking for on my source? I looked at the bottom
<script type='text/javascript' src='http://newgameguides.com/wp-content/themes/arras-theme/js/jquery.cycle.lite.min.js?ver=2.9.2'></script>
<script type="text/javascript">
jQuery(document).ready(function($) {
$('.featured').hover(
function() {
$('#featured-slideshow').cycle('pause');
$('#controls').fadeIn();
},
function() {
$('#featured-slideshow').cycle('resume');
$('#controls').fadeOut();
}
);
$('#featured-slideshow').cycle({
fx: 'fade',
speed: 250,
next: '#controls .next',
prev: '#controls .prev',
timeout: 6000
});
});
</script>
Does that mean anything to you or should it be there?
Again thanks for helping me. I just updated an old post and again 50 hits to the links on that post but not from visitors.