Page 1 of 2 12 LastLast
Results 1 to 10 of 18

Thread: wowslider help

  1. #1
    Join Date
    Sep 2013
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default wowslider help

    I saw that there are some really sharp coders here, and am hoping for some help.

    I am using Wowslider 4.4 and have been able to get everything I'd like except for two things:
    1) I'd like to put text under each thumbnail image that is associated with that slide, like they do on yahoo.com.
    2) I'd like to place the prev and next images to the left and right of the thumbs, also like they do on yahoo.

    Anyone up for this?
    You would earn my sincere gratitude!

    thanks!

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Please include a link to the page on your site that contains the problematic code so we can check it out.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Jan 2007
    Location
    Davenport, Iowa
    Posts
    2,385
    Thanks
    100
    Thanked 113 Times in 111 Posts

    Default

    I just tried it out and it is an interesting little script. You may be able to get better help from their faq or by contacting them directly. They also have a number of questions and answers that you can look over, but I didn't see a search option for all of their questions when I was looking at their site. As of yesterday, 9/13/13, the latest version is 4.5.

    The answer to your second question appears to be found here:

    http://wowslider.com/rq/move-jquery-...arrows-1o.html

    For your first question, could you post a link to the page that demonstrates what you are trying to accomplish?
    Last edited by james438; 09-16-2013 at 08:39 PM.
    To choose the lesser of two evils is still to choose evil. My personal site

  4. #4
    Join Date
    Sep 2013
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by james438 View Post

    The answer to your second question appears to be found here:

    http://wowslider.com/rq/move-jquery-...arrows-1o.html
    Thanks James.
    I saw that and tried a few things, but the arrows move down over the thumbs (or under depending on z) and I can't find a way to place them left and right of the thumbs.

    A VERY preliminary concept is here: http://ifs-de.com/dev/

  5. #5
    Join Date
    Jan 2007
    Location
    Davenport, Iowa
    Posts
    2,385
    Thanks
    100
    Thanked 113 Times in 111 Posts

    Default

    This is a rather weak area for me, but in http://ifs-de.com/dev/css/engine1/style.css try changing

    Code:
    #wowslider-container1  .ws_thumbs { 
        bottom: -98px;
        left: 0;
    	width:100%;
    	height:93px;
    }
    to
    Code:
    #wowslider-container1  .ws_thumbs { 
        bottom: -98px;
        left: 50px;
    	width:84%;
    	height:93px;
    }
    more probably has to be done, but this may help.

    Could you post a link to the yahoo site you were talking about that accomplished the text for the thumbnails that you were having trouble with so we can see what you are trying to do?
    To choose the lesser of two evils is still to choose evil. My personal site

  6. #6
    Join Date
    Sep 2013
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by james438 View Post

    Could you post a link to the yahoo site you were talking about that accomplished the text for the thumbnails that you were having trouble with so we can see what you are trying to do?
    The main yahoo page(http://www.yahoo.com/) has a slider with thumbs, and right under the thumbs are short text descriptions.
    I have tried simply adding text to the thumb list, but that didn't work. I'm thinking I have to find where the thumb divs are being created and try to append another div to each one, but this is kind if beyond me...

  7. #7
    Join Date
    Sep 2013
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by james438 View Post
    This is a rather weak area for me, but in http://ifs-de.com/dev/css/engine1/style.css try changing

    Code:
    #wowslider-container1  .ws_thumbs { 
        bottom: -98px;
        left: 0;
    	width:100%;
    	height:93px;
    }
    to
    Code:
    #wowslider-container1  .ws_thumbs { 
        bottom: -98px;
        left: 50px;
    	width:84%;
    	height:93px;
    }
    This has promise; thanks! Just need to play with the image size and position, but could work!

  8. #8
    Join Date
    Jan 2007
    Location
    Davenport, Iowa
    Posts
    2,385
    Thanks
    100
    Thanked 113 Times in 111 Posts

    Default

    oh, it was yahoo.com itself. As for the text under the thumbnail request, I'm afraid that is beyond me. Have you tried contacting wowslider with that one? Someone here may still be able to figure that one out though.
    To choose the lesser of two evils is still to choose evil. My personal site

  9. #9
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    You can put spans in there, ex:

    Code:
    <a href='#' title='Health is good for you'><img src='Graphics/thumbs/1378761014_photo_health.jpg' alt='Health is good for you' />
    <span>Health is good for you</span>
    </a>
    But getting them to show up would be a matter of css. They do survive the transformation into the slider's nav buttons. But the css style for the a tag and the two divs holding the a tags in the slider nav there is such that you cannot see them.

    When I have more time, I will look into it further.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  10. #10
    Join Date
    Sep 2013
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by james438 View Post
    oh, it was yahoo.com itself. As for the text under the thumbnail request, I'm afraid that is beyond me. Have you tried contacting wowslider with that one? Someone here may still be able to figure that one out though.
    Thanks for trying (and for the css help)!

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
  •