Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...DNN 6 jquery slideshowDNN 6 jquery slideshow
Previous
 
Next
New Post
12/14/2011 10:34 AM
 

Hi all,

Does anyone know the code for the jquery slideshow that comes with the default DNN 6 skin?

Thanks


Paris Dimitriou
Website: www.thebluebellstudio.com
 
New Post
12/14/2011 10:47 AM
 
to my knowlegde its the jquery cycle plugin

http://jquery.malsup.com/cycle/
 
New Post
12/14/2011 11:31 AM
 
Thanks.

I have download the js file and uploaded on my server. I then placed the following code in my html module


{style}
.pics {
height: 300px;
width: 670px;
padding: 0;
margin: 0;
}

.pics img {
padding: 15px;
border: 1px solid #ccc;
background-color: #eee;
width: 670px;
height: 300px;
top: 0;
left: 0
}

#slideshow img { display: none }
#slideshow img.first { display: block }
{/style}


{!-- include Cycle plugin --}
{script type="text/javascript" src="http://www.bautech.com.cy/Portals/0/Images/Main-Banner/jquery.cycle.lite.js"}{/script}
{script type="text/javascript"}
$(document).ready(function() {
$('.slideshow').cycle({
fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
});
});
{/script}

{div class="pics"}
{img src="http://www.bautech.com.cy/Portals/0/Images/Main-Banner/Bautech_1.jpg" width="670" height="300" class="first" /}
{img src="http://www.bautech.com.cy/Portals/0/Images/Main-Banner/Bautech_2.jpg" width="670" height="300" /}

{/div}

If you take a look at the home page nothing is happerning - www.bautech.com.cy/αρχικη.aspx

Any idea what I am doing wrong?




Paris Dimitriou
Website: www.thebluebellstudio.com
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...DNN 6 jquery slideshowDNN 6 jquery slideshow


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out