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

Thread: Looking for similar slideshow

  1. #1
    Join Date
    Aug 2011
    Posts
    6
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Looking for similar slideshow

    I'm looking for slideshow that looks kinda like this..when he clicks on some of the arrows it changes the text and image...
    It doesn't need to looks exactly like this,I will modificate it a little bit...

  2. #2
    Join Date
    Aug 2011
    Location
    both, Germany and Bulgaria
    Posts
    54
    Thanks
    14
    Thanked 10 Times in 10 Posts

    Default

    Hi,

    what are you looking for?
    Some JS code to do the picture slide and text change?!
    Please define better your imagination...

  3. #3
    Join Date
    Aug 2011
    Posts
    6
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    I'm looking for some script when someone clicks on "next" arrow that then automatically changes the image and text...and when clicks on "previous" arrow that then it returns previous text and image...
    basicly I'm looking for slideshow that changes the text and image..

  4. #4
    Join Date
    Aug 2011
    Location
    both, Germany and Bulgaria
    Posts
    54
    Thanks
    14
    Thanked 10 Times in 10 Posts

    Default

    Do you understand HTML and JS, respectively jQuery?? Can you eventually read and follow code, and later change it accordingly to your task??

  5. #5
    Join Date
    Jan 2008
    Posts
    441
    Thanks
    67
    Thanked 4 Times in 4 Posts

  6. #6
    Join Date
    Aug 2011
    Posts
    6
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by ggalan View Post
    Thanks for this,I made slideshow
    But I have a problem now...look the image

    When I add some slideshow(for image or text)..I must add it like this..
    Code:
    <table cellspacing="0">
        <tr><td>
            <div id="s2" class="pics">
              <img src="img/slide/1.jpg" style="height:300px; width:550px;"/>
              <img src="img/slide/2.jpg" style="height:300px; width:550px;"/>
              <img src="img/slide/3.jpg" style="height:300px; width:550px;"/>
            </div><br />
            <pre><code class="mix" style="display:none;">$('#s2').cycle({
        fx:    'fade',
        speed:  2500
     });</code></pre>
        </td></tr>
        </table>
    If I delete some part of the code,it just goes crazy,then there are only images,no slideshow..
    If the code looks like this
    Code:
       <div id="s2" class="pics">
              <img src="img/slide/1.jpg" style="height:300px; width:550px;"/>
              <img src="img/slide/2.jpg" style="height:300px; width:550px;"/>
              <img src="img/slide/3.jpg" style="height:300px; width:550px;"/>
            </div><br />
            <pre><code class="mix" style="display:none;">$('#s2').cycle({
        fx:    'fade',
        speed:  2500
     });</code></pre>
    images are on the place they should be..but there is no slideshow,it looks like this..

    Does anyone know the solution?

  7. #7
    Join Date
    Jan 2008
    Posts
    441
    Thanks
    67
    Thanked 4 Times in 4 Posts

    Default

    I'm not understanding what you are getting at, can you rephrase your comment please.

  8. #8
    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 post a link to a 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

  9. #9
    Join Date
    Aug 2011
    Posts
    6
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Here is the URL of the website..You can see how image slideshow is a little bit down there...
    http://cistorekreativno.webege.com/

  10. #10
    Join Date
    Aug 2011
    Location
    both, Germany and Bulgaria
    Posts
    54
    Thanks
    14
    Thanked 10 Times in 10 Posts

    Default

    On that site, I'm seeing pictures and text changing with fall-out/fall-in effect. Is that not what you are looking for?!

    Quote Originally Posted by BorisPD View Post
    Here is the URL of the website..You can see how image slideshow is a little bit down there...
    http://cistorekreativno.webege.com/

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
  •