WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Need help with Fadeslideshow Empty Need help with Fadeslideshow Sat Feb 19, 2011 5:27 am

Emilio

Emilio
Registered Member
Registered Member
Is it possible to add this in my index_body ?

http://www.simplefadeslideshow.com/light-demo/

It's an Simple fade slideshow , but i need to place it under the nav.
Just like the structure of this www.designerscouch.org

http://www.graphilicious.forumotion.Com

2Need help with Fadeslideshow Empty Re: Need help with Fadeslideshow Sat Feb 19, 2011 6:47 am

RockerMan

RockerMan
Technician
Technician
Just find the GENERATED_NAV and place the syntax below it, be sure not to distrupt anything though Smile

http://www.graphics-post.com/

3Need help with Fadeslideshow Empty Re: Need help with Fadeslideshow Sat Feb 19, 2011 8:09 am

Emilio

Emilio
Registered Member
Registered Member
That's in Overall_header the "GENERATED_NAV"...
I want it to displayed only on the main page of the forum so Index_body

http://www.graphilicious.forumotion.Com

4Need help with Fadeslideshow Empty Re: Need help with Fadeslideshow Sat Feb 19, 2011 9:27 am

RockerMan

RockerMan
Technician
Technician
Forum version?

http://www.graphics-post.com/

5Need help with Fadeslideshow Empty Re: Need help with Fadeslideshow Sat Feb 19, 2011 10:59 am

Emilio

Emilio
Registered Member
Registered Member
PUNBB

http://www.graphilicious.forumotion.Com

6Need help with Fadeslideshow Empty Re: Need help with Fadeslideshow Sat Feb 19, 2011 6:39 pm

RockerMan

RockerMan
Technician
Technician
OK find
Code:
<!-- BEGIN switch_user_logged_in -->

Add this before:
Code:

<div id="slideshowWrapper">

    <ul id="slideshow">

        <li><img src="SLDIE URL" width="640" height="480" border="0" alt="" /></li> <!-- This is the last image in the slideshow -->

        <li><img src="SLIDE URL" width="640" height="480" border="0" alt="" /></li>

        <li><img src="SLIDE URL" width="640" height="480" border="0" alt="" /></li>

        <li><img src="SLIDE URL" width="640" height="480" border="0" alt="" /></li> <!-- This is the first image in the slideshow -->

    </ul><br clear="all" />

</div>

Add this in a script tag in the head:
Code:
jQuery(document).ready(function(){

   jQuery('#slideshow').fadeSlideShow();

});

Include the jQuery:
Code:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js"></script>


Include the slider jQuery:
Code:
<script type="text/javascript" src="fadeSlideShow.js"></script>

Add your styling into the CSS, you can use the default CSS that is included in the download if you like.

Hope this helps Smile

If you need to host the jQuery files, I'd be happy to do it for you just ask.

http://www.graphics-post.com/

7Need help with Fadeslideshow Empty Re: Need help with Fadeslideshow Sun Feb 20, 2011 12:41 am

Emilio

Emilio
Registered Member
Registered Member
This has been solved

http://www.graphilicious.forumotion.Com

8Need help with Fadeslideshow Empty Re: Need help with Fadeslideshow Sun Feb 20, 2011 4:39 am

RockerMan

RockerMan
Technician
Technician
Takin that it worked then? Razz

http://www.graphics-post.com/

9Need help with Fadeslideshow Empty Re: Need help with Fadeslideshow Sun Feb 20, 2011 1:03 pm

Jophy

Jophy
Registered Member
Registered Member
Solved => Locked

http://www.socialtechforum.com/

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum