Support » Fixing WordPress » How-To Embed an ImageSlider on a WordPress Site

  • Hi everyone!

    I am trying to install ‘Full-Width Image Slider’ (http://tympanus.net/codrops/2013/02/26/full-width-image-slider/) on my site, and am having some trouble.

    If you click on their site, you can see they provide the code for .html, .css and .js

    Sure, the html sample is obvious, so is the css, but what on earth is done with the .js?

    Should i add that in a new file called ‘slider.js’, and call that from where, the header?

    I downloaded and transfered into my server the js files they call, where should i put these? in the header?

    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
    <script src="js/jquery.cbpFWSlider.min.js"></script>
    <script src="js/modernizr.custom.js"></script>

    So far, nothing at all is looking remotely like an image slider..

    Sorry if this is a confusing Q, appreciate any suggestions/advice

Viewing 3 replies - 1 through 3 (of 3 total)
  • David_G

    (@questas_admin)

    Try using a slider made for WP. I use Meta-Slider. It’s a very good plugin and easy to use.

    Thread Starter Khadesa

    (@khadesa)

    Ahh i wish it was that easy,

    I’m doing an internship, and told not to use plugins…pretty much never…

    soo no clue about embedding FWslider?

    Thread Starter Khadesa

    (@khadesa)

    Stuff it, i’m using metaslider…

    i have created the slider, and am given the short code:
    `<?php
    echo do_shortcode(“[metaslider id=82]”);
    ?>`

    it has placed the slider, but nothing happens, it doesn’t slide, no arrows, any ideas?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How-To Embed an ImageSlider on a WordPress Site’ is closed to new replies.