Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How to remove start/go buttons in Anything Slider?

  • This topic is empty.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #35796
    LGMTL
    Member

    Is there a way to remove the start/go play button ?

    #93271
    Mottie
    Member

    Hi! Just set the “buildStartStop” option to false. Check out the wiki documentation for more details.

    #93272
    LGMTL
    Member

    Actually I notice there’s still a gap after I set buildStartStop (true), it seems it’s just hiding the element from being displayed and not removing it completely therefore I have a gap on my page. Is there a way to remove it to remove the gap? Thanks for your help!

    #93276
    Mottie
    Member

    If you set it to false, the start/stop button is not added to the slider at all. I’m not sure what gap you mean, but maybe you can center the tabs?

    #93277
    LGMTL
    Member

    Thanks for your reply, here’s an example of what I mean, if you notice under the slides there’s a big gap where the buttons used to be.

    #93278
    LGMTL
    Member

    It’s ok I think its in the CSS! sorry about that.

    #93291
    Mottie
    Member

    Yeah it’s in the default css:

    /***********************
    COMMON SLIDER STYLING
    ***********************/
    /* Overall Wrapper: 45px right & left padding for the arrows, 28px @ bottom for navigation */
    div.anythingSlider {
    display: block;
    margin: 0 auto;
    overflow: visible !important; /* needed for Opera and Safari */
    position: relative;
    padding: 0 45px 28px 45px;
    }

    The left and right padding (45px) is for the arrow keys and the bottom padding (28px) is for the navigation tabs/play button.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The forum ‘CSS’ is closed to new topics and replies.