Turn off slider on homepage

Discussion in 'StartPoint Business One Page WordPress Theme' started by wtrujillo, Mar 17, 2014.

Thread Status:
Not open for further replies.
  1. wtrujillo

    wtrujillo Guest

    Joined:
    Jun 26, 2013
    Messages:
    26
    Likes Received:
    1
    We'd like the slider turned off and to just have a static image on the homepage. Also, in the slider description, the ' is showing up as \'.

    Thanks!
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to
    Appearance > Theme Option > Slider Settings
    and remove all slider images from there except first slider image.

    Thanks & Regards
    Gourav Shrivastava
     
  3. wtrujillo

    wtrujillo Guest

    Joined:
    Jun 26, 2013
    Messages:
    26
    Likes Received:
    1
    We have already done that, the problem is that the shadow box overlay keeps refreshing and it looks odd. Also - can we hide the Gallery and Recent Posts on the homepage?
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .text-container { 
     -webkit-animation: none; 
    -moz-animation: none; 
    -o-animation: none; 
    animation: none;
    }
    .blog-container {
    display: none;
    }
    .parallax-container {
    display: none;
    }
    .gallery-wrapper{
    display: none;
    }
     

    This will solve your issue.


    Thanks & Regards
    Gourav Shrivastava
     
  5. wtrujillo

    wtrujillo Guest

    Joined:
    Jun 26, 2013
    Messages:
    26
    Likes Received:
    1
    Thanks!
     
Thread Status:
Not open for further replies.

Share This Page