logo
Ask your WordPress questions! Pay money and get answers fast! (more info)

Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.

If the asker does not get an answer then they have 10 days to request a refund.

$30
Static Content on Homepage Slider

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.

This question has been answered.

Anne Shenton | 01/26/12 at 5:05pm Edit


(4) Possible Answers Submitted...

See a chronological view of answers?

Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.

  • avatar
    Last edited:
    01/26/12
    5:09pm
    Julio Potier says:

    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 !

    • 01/26/12 5:10pm

      Julio Potier says:

      ok, oddly now, it moves ;)

    • 01/26/12 5:12pm

      Julio Potier says:

      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.

    • 01/26/12 5:27pm

      Julio Potier says:

      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 : wp-content/themes/Minos/templates/template-slider-jQuery.php
      I think it's OK.

    • 01/26/12 5:36pm

      Anne Shenton says:

      Thanks Julio! It's perfect now.

  • avatar
    Last edited:
    01/26/12
    5:11pm
    Ross Wilson says:

    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 ross@wilsonwc.com

    Thanks

  • avatar
    Last edited:
    01/26/12
    5:16pm
    RNWest says:

    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,
    });
    });

  • avatar
    Last edited:
    01/26/12
    5:28pm
    Fahd Murtaza says:

    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.

This question has expired.



Gabriel Reguly, idt, Hai Bui, Christianto, Anne Shenton, Kannan C, Luis Abarca, Francisco Javier Carazo Gil voted on this question.



Current status of this question: Completed



Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.

If the asker does not get an answer then they have 10 days to request a refund.