Forums

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

Home Forums Other Need help setting up the anything slider.

  • This topic is empty.
Viewing 6 posts - 16 through 21 (of 21 total)
  • Author
    Posts
  • #110875
    Mottie
    Member

    Hi @peterharren

    Some files are being loaded twice and in the wrong order… change this block from this:











    to this:






    You also need to define the width and height of the anything slider panels (the sizes may be wrong, but I matched the YouTube video sizes):

    #anything_slider {
    width: 300px;
    height: 169px;
    }

    #110906
    peterharren
    Member

    Hi Mottie,
    Thanks so much for the help. I changed out the files in the head. Thanks for spotting the doubles.
    Then I added the #anything_slider width and height to the theme-mini-dark.css file, but there’s still some problems.
    $100 paypal if you can help me sort this out.

    #110912
    djrolstad
    Participant

    #110913
    djrolstad
    Participant

    #110931
    Mottie
    Member

    Sorry, I forgot you were using a different theme. So when you initialize AnythingSlider, set the theme there:

    $(‘#anything_slider’).anythingSlider({
    theme: ‘mini-dark’
    });

    Also the mini-dark theme css (http://bugasalt.com/css/theme-mini-dark.css) points to image files that don’t seem to exist… it’s looking for them here: http://bugasalt.com/images/mini-dark.png so you’ll need to include that image and maybe change the URL in the css to point to it.

    And it’s too bad the gun is sold out, my cousin is interested in one LOL :P

    #110982
    djrolstad
    Participant

    I think Mottie has it because when I was fiddling with it it was working but there was no css

Viewing 6 posts - 16 through 21 (of 21 total)
  • The forum ‘Other’ is closed to new topics and replies.