Forums

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

Home Forums JavaScript AnythingSlider for WordPress Plugin

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #40919
    jagrav
    Member

    This is my first discussion in this forum. I’m working towards building web development skills and am currently taking Chris’s course “WordPress 3: Creating and Editing Custom Themes” on lynda.com.

    I’m working on a project in WordPress using a child theme for TwentyEleven that calls for a slider in the header. After installing the AnythingSlider plugin and creating a few slides, I added the following short code to the header.

    themes/schulman-sat-child/header.php

    echo do_shortcode( “[anything_slides width=1000 height=389 navFormat=true delay=3000 resume=15000 animation=750 order=ASC orderby=ID theme=minimalist-round]” );
    }
    ?>

    And here is the result:

    Development page

    I’ve been trying to find detailed documentation for the plugin but haven’t found anything with clear instructions. A lot of the help on git-hub is over my head.

    This is the goal for how the slideshow should look:

    Anything Slider Example

    I’d appreciate any help.

    #115114
    jagrav
    Member

    How can I add text to the right of the slider image?

    [See delvelopment page](http://schulmansat.awakenedwebdesign.com “”)

    #116457
    jagrav
    Member

    The AnythingSlider looks fine in Firefox and Chrome, but the round buttons on the bottom right are square in IE 8.

    See development page

    Any ideas?

    #116561
    Mottie
    Member
Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.