Results 1 to 2 of 2

Thread: Need help with jquery.coda-slider-2.0

  1. #1
    Join Date
    Jun 2015
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Need help with jquery.coda-slider-2.0

    Hello,

    I'm a javascript novice and I've downloaded a web template that uses "jquery.coda-slider-2.0.js". I'm trying to cover my bases in case someone uses a browser with jscript turned off. The slider (when using jscript) rotates through a group of assigned pics. If jscript is tuned off, the pics display as a group of stacked pics on top of each other. Part of the css file has these 2 lines near the bottom of the file:

    /* Use this to keep the slider content contained in a box even when JavaScript is disabled */
    .coda-slider-no-js .coda-slider { height: 308px; overflow: hidden !important; padding-right: 20px }

    I'm assuming this means to keep the pics from displaying on top of each other - maybe loading just the 1st pic (which would be fine), but I have no idea how to use this.

    If anyone has ever used jquery.coda-slider-2.0 and could point me in the right direction, I'd appreciate it.

    Thanks

  2. #2
    Join Date
    Jul 2008
    Location
    Derbyshire, UK
    Posts
    3,033
    Thanks
    25
    Thanked 599 Times in 575 Posts
    Blog Entries
    40

    Default

    It's hard to troubleshoot something we can't see. Please post a link to your page, and a link to the original script in case there's something in the documentation that would be useful.

    Just guessing now but I would expect that line of CSS to work out of the box. I would expect to see the .coda-slider-no-js class in the web page markup on either the HTML, body or slider container element by default, and then a line somewhere in the JavaScript that removes or amends the class so that it is present in the DOM only when JS isn't available. Use the web developer tools console (F12 in most common browsers) to check if this is happening (in the original template, before you made changes).

    For specific help though, we need a link to your page.
    Last edited by Beverleyh; 06-03-2015 at 05:08 AM.
    Focus on Function Web Design
    Fast Edit (A flat file, PHP web page editor & CMS. Small, FREE, no database!) | Fast Edit BE (Snippet Manager) (Web content editor for multiple editable regions!) | Fast Apps

Similar Threads

  1. Coda Slider 2.0 problem in Firefox 8
    By Elz in forum JavaScript
    Replies: 6
    Last Post: 11-21-2011, 09:46 PM
  2. Resolved Coda Slider Issue - Height
    By porkchop_001 in forum JavaScript
    Replies: 12
    Last Post: 07-16-2010, 02:02 PM
  3. First Panel To Load - Coda Slider
    By georgiadogs in forum JavaScript
    Replies: 1
    Last Post: 01-14-2010, 03:07 PM
  4. Tweaked coda-slider not sliding
    By silver163 in forum JavaScript
    Replies: 0
    Last Post: 04-21-2009, 04:42 PM
  5. coda-slider Help
    By Mjamil in forum JavaScript
    Replies: 3
    Last Post: 04-10-2009, 05:46 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •