Removing the Slide Show

Discussion in 'GoldenEagle WordPress Theme' started by bwdaugherty, Nov 26, 2012.

  1. bwdaugherty

    bwdaugherty Member

    Joined:
    Nov 26, 2012
    Messages:
    118
    Likes Received:
    0
    I would like to safely remove the slide show from the theme. Please advise!
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to Js > Custom.js present in your theme directory and increase the value of play

    Sending image for reference

    [​IMG]


    This will solve your issue.
     
  3. bwdaugherty

    bwdaugherty Member

    Joined:
    Nov 26, 2012
    Messages:
    118
    Likes Received:
    0
    This did not remove the slideshow. (i used 27 0's by my count). I would like to remove the slider completely. please advise.


    //Slider Settings
    jQuery(function(){
    jQuery('#slides').slides({
    preload: true,
    preloadImage: 'images/loading.gif',
    play: 3000000000000000000000000000,
    pause: 2500,
    hoverPause: true,
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Please specify do you want to remove complete slider area from the theme or want to just stop auto slideshow.

    Note:- It is not possible to stop auto slideshow completely you can only increase slideshow time, So that it will not slide automatically
     
  5. bwdaugherty

    bwdaugherty Member

    Joined:
    Nov 26, 2012
    Messages:
    118
    Likes Received:
    0
    I would like to remove the slideshow completely. Thanks for all of your assistance!
     
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .slider-wrapper{
    display:none;
    }
     

Share This Page