Go Back   WAHM Forums - WAHM.com > Professions > WAHMs in Web Design

Welcome to the WAHM Forums - WAHM.com.

Welcome to WAHM Forums

Already registered? Login above 

OR

To take advantage of all the site's features, become a member of the largest community of Work-At-Home Moms.

The advertising to the left will not show if you are a registered user.


Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 11-14-2011, 07:39 PM
Senior Member
 
Join Date: Mar 2008
Location: United States
Posts: 146
Send a message via AIM to NTxNerd Send a message via Skype™ to NTxNerd
Exclamation Help with Javascript Slider

I've attempted to use this bxslider.com javascript slider. I've followed the directions to change the options but I can't seem to get random start and an auto start. What am I missing?

CINDY Competition Home Page
__________________
North Texas Nerd-Website Design, Graphic Design, Email Marketing & More
Reply With Quote
Sponsored Links

This ad is not displayed to registered and logged-in members.
Register your free account today and become a member on WAHM!

  #2 (permalink)  
Old 11-22-2011, 12:56 AM
Junior Member
 
Join Date: Nov 2011
Posts: 1
Smile Slide shows

Are you overly fond of that particular one? Otherwise, I've found some amazing scripts here that are very easy to work with and copy and paste javascripts with very good instructions to follow, and easy to embed for eveyr possible style on DynamicDrive dot com
Reply With Quote
  #3 (permalink)  
Old 11-22-2011, 05:45 AM
Member
 
Join Date: Nov 2011
Location: Wisconsin
Posts: 37
Default

when you go to the actual script, in the script make sure auto and start says true if not just edit it
Reply With Quote
  #4 (permalink)  
Old 12-03-2011, 07:25 AM
Junior Member
 
Join Date: Dec 2011
Posts: 9
Default

Quote:
Originally Posted by samarac View Post
Are you overly fond of that particular one? Otherwise, I've found some amazing scripts here that are very easy to work with and copy and paste javascripts with very good instructions to follow, and easy to embed for eveyr possible style on DynamicDrive dot com
I would say jquery is best to use these days. It's better than many other scripts and it has a future.
Reply With Quote
  #5 (permalink)  
Old 12-05-2011, 02:38 AM
katelynsdad's Avatar
Senior Member
 
Join Date: Oct 2006
Location: United States
Posts: 748
Default

Has this been resolved?
__________________

*** RECOMMENDS: FreelanceVenue.com ***
Reply With Quote
  #6 (permalink)  
Old 12-06-2011, 02:23 AM
Banned
 
Join Date: Dec 2011
Posts: 1
Default

You have the following JS near the top of your page:

Code JavaScript:

$(document).ready(function(){
$('#slider1').bxSlider();
});


All you have to do is pass an object to that "bxSlider" function, with your config options. For example:

Code JavaScript:

$(document).ready(function(){
$('#slider1').bxSlider({
auto: true,
randomStart: true
});
});

Last edited by taniabing; 12-06-2011 at 02:25 AM.
Reply With Quote
 
This ad will disappear if you login

Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off