Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Static Content on Homepage Slider WordPress

  • SOLVED

I am working with a theme that has a sliding content scroller on the homepage. I love the "theater-style" background, but I don't want the sliding aspect. I want the text and video on the first slider to remain static on the page. Now it cycles out after a few seconds.

Site in question: http://sample.ncareweb.com

I have contacted the developer and he said this feature is not supported, but he pointed me here.

Answers (4)

2012-01-26

Julio Potier answers:

Hello Anne

i looked at the URL, but, the slider did not move, even after 30 seconds.

However i can handle this, can you provide FTP/admin access ?

Thank you !


Julio Potier comments:

ok, oddly now, it moves ;)


Julio Potier comments:

The goal is to remove this i think :

$j(function () {

$j('#jquery_slider').bxSlider({
mode: 'horizontal',
easing: 'easeInOutExpo',
speed: 1000,
pause: parseInt($j('#slider_timer').attr('value') * 1000),
auto: true,
autoControls: true,
autoHover: true,
pager: true,
controls: false,
});
});


from a plugin/theme file.


Julio Potier comments:

So, i remove the code (commented it) but the slider template was broken, so i set the "auto" to "false" and change de silver dot button opacity to "0" (was "1").
All in this file : <em>wp-content/themes/Minos/templates/template-slider-jQuery.php</em>
I think it's OK.


Anne Shenton comments:

Thanks Julio! It's perfect now.

2012-01-26

RNWest answers:

Hi There,

No for sure where this code is in your theme but most likely the index.php or in the
wp-content/themes/Minos/js/ some slider .js but just change the auto: to false

$j(function () {

$j('#jquery_slider').bxSlider({
mode: 'horizontal',
easing: 'easeInOutExpo',
speed: 1000,
pause: parseInt($j('#slider_timer').attr('value') * 1000),
auto: true,
autoControls: true,
autoHover: true,
pager: true,
controls: false,
});
});

2012-01-26

Ross Wilson answers:

I can help you remove the slider from the theme and just put the static content in there. Let me know if I can help [email protected]

Thanks

2012-01-26

Fahad Murtaza answers:

Will need access to your Minos theme. Please upload it somewhere and give me link in a private message or simply share the access details for wordpress. I will make sure you have your slider fixed. Have done it many times before.