collapse

* Simple Portal Archived Forum

This is an Archive Forum.

The content in this forum may be out-of-date or have been superseded by newer information, and links in forum pages to other sites may not work.
This forum contains archives for future reference.

Visit our thread at Simple Machines Forum for current support.

SMF 2.1 users: EhPortal is a ported version of Simple Portal specifically designed for the SMF 2.1 branch.
Please visit web-develop.ca to download EhPortal and for its support.

* User Info

 
 
Welcome, Guest. Please login or register.

* Who's Online

  • Dot Guests: 630
  • Dot Hidden: 0
  • Dot Users: 0

There aren't any users online.

* Shoutbox

Refresh History
  • Shoutbox is not for support!
  • {OCS}MasterSeal: Yup, Still adore SP
    April 21, 2019, 07:08:06 PM
  • {OCS}MasterSeal: STILL love SP :)
    November 24, 2018, 05:05:50 AM
  • ♦ Ninja ZX-10RR ♦: <3 aegersz
    September 13, 2018, 03:36:09 PM
  • aegersz: I STILL <3 LOVE SimplePortal
    September 13, 2018, 07:11:39 AM
  • aegersz: o LOVE you guys - Simple Portal rocks !
    May 09, 2018, 05:18:59 AM
  • Chen Zhen: our apologies for the site being down.. please read server issues topic
    March 22, 2018, 05:32:38 AM
  • {OCS}MasterSeal: LOL PLEASE forget I just posted that. I found the answer in my own dang post back in 2015. lol sorry!
    July 04, 2017, 10:47:55 PM
  • {OCS}MasterSeal: I know this SB isnt' for support, but I just have a general question. Who would I contact to find out where SP stores its block info? Is it DB driven or files? I searched the site but came up with nothing. probably my fault any insight is appreciated.
    July 04, 2017, 10:43:36 PM
  • ♦ Ninja ZX-10RR ♦: Excuse me but what does Simpleportal have to deal with that?
    February 05, 2017, 08:21:14 PM
  • WhiteEagle: of course IMHO that site appears to be dead :(
    February 04, 2017, 01:08:05 PM
  • WhiteEagle: If I can get that, then I'll use it for that site...
    February 04, 2017, 01:07:35 PM
  • WhiteEagle: decided to not use SMF for any projects, unless I can get a copy of the premium version of the fanfiction archive plugin
    February 04, 2017, 01:06:54 PM
  • expertdecisions: cloudflare
    January 28, 2017, 08:01:47 AM
  • aegersz: SM release 2.0.13 !
    January 12, 2017, 06:00:13 AM
  • raffo: Tks Emanuele, even if I didn't understand the fix :D
    November 07, 2016, 02:01:20 AM
  • emanuele: [link]
    November 01, 2016, 12:43:50 PM
  • emanuele: raffo: the English support board is a good place. ;)
    November 01, 2016, 12:43:38 PM
  • raffo: Where can I find the fix for the shoutbox?
    November 01, 2016, 05:06:09 AM
  • {OCS}MasterSeal: To the SP team, I make a point to come here and thank you as much as possible for your work.  so again, THANK YOU!
    October 28, 2016, 10:38:05 AM
  • emanuele: That's indeed funny, the limit is present only in the patch and not the full install.
    October 22, 2016, 06:14:58 PM

* Recent Posts

Adding Forums Button to Nav bar by jirapon
[August 01, 2019, 09:07:12 AM]


Re: Board Icons by ♦ Ninja ZX-10RR ♦
[July 30, 2019, 04:03:41 PM]


MOVED: Czech translation???? by ♦ Ninja ZX-10RR ♦
[July 30, 2019, 03:04:51 PM]


Board Icons by jirapon
[July 30, 2019, 07:28:44 AM]


Re: Thankyou Simpleportal, by ♦ Ninja ZX-10RR ♦
[July 29, 2019, 09:41:29 AM]

If you're interested in helping other members with support requests, consider joining the Community Support Helpers group.

Author Topic: jQuery slider in HTLM Block  (Read 5192 times)

0 Members and 1 Guest are viewing this topic.

Offline S@ffz

  • Jr. Member
  • **
  • Posts: 51
  • SMF Version: 2.0.2
  • SP Version: 2.3.5
jQuery slider in HTLM Block
« on: September 17, 2011, 04:33:33 AM »
Hi Everyone

I am trying to start up the jquery slider which i downloaded from the following Site SLIDES

SMF 2.0
SP 2.3.3


I can run from my pc but not in HTML block I have added to a page I created in SP,  Here is the  HTML I have in block
Code: [Select]
<title>Slides, A Slideshow</title>

<link rel="stylesheet" href="..css/global.css">

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
<script src="js/slides.min.jquery.js"></script>
<script>
$(function(){
$('#slides').slides({
preload: true,
preloadImage: 'img/loading.gif',
play: 5000,
pause: 2500,
hoverPause: true,
animationStart: function(current){
$('.caption').animate({
bottom:-35
},100);
if (window.console && console.log) {
// example return of current slide number
console.log('animationStart on slide: ', current);
};
},
animationComplete: function(current){
$('.caption').animate({
bottom:0
},200);
if (window.console && console.log) {
// example return of current slide number
console.log('animationComplete on slide: ', current);
};
},
slidesLoaded: function() {
$('.caption').animate({
bottom:0
},200);
}
});
});
</script>
</head>
<body>
<div id="container">
<div id="slides">
<img src="img/new-ribbon.png" width="112" height="112" alt="New Ribbon" id="ribbon">
<div id="slides">
<div class="slides_container">
<div class="slide">
<a href="http://www.graphicjunki.com/forum/img/slide-1.jpg" title="Slide 1" target="_blank">
<img src="img/slide-1.jpg" width="570" height="270" alt="Abstract One"></a>
<div class="caption" style="bottom:0">
<p>All Designs Created by S@ffz</p>
</div>
</div>
<div class="slide">
<a href="http://www.graphicjunki.com/forum/img/slide-2.jpg" title="Slide 2" target="_blank">
<img src= "img/slide-2.jpg" width="570" height="270" alt="Abstract two"></a>
<div class="caption">
<p>The strongest nation on earth is your imagi-nation</p>
</div>
</div>
<div class="slide">
<a href="http://www.graphicjunki.com/forum/img/slide-3.jpg" title="Slide 3" target="_blank">
<img src="img/slide-3.jpg" width="570" height="270" alt="Abstract Three"></a>
<div class="caption">
<p>Paint objects as you think them, not as you see them</p>
</div>
</div>
<div class="slide">
<a href="http://www.graphicjunki.com/forum/img/slide-4.jpg" title="Slide 4" target="_blank">
<img src="img/slide-4.jpg" width="570" height="270" alt="Abstract Four"></a>
<div class="caption">
<p>The Possible's slow fuse is lit By the Imagination.</p>
</div>
</div>
<div class="slide">
<a href="http://www.graphicjunki.com/forum/img/slide-5.jpg" title="Slide 5" target="_blank">
<img src="img/slide-5.jpg" width="570" height="270" alt="Abstract Five"></a>
<div class="caption">
<p>It's not what you look at that matters, it's what you see.</p>
</div>
</div>
<div class="slide">
<a href="http://www.graphicjunki.com/forum/img/slide-6.jpg" title="Slide 6!" target="_blank">
<img src="img/slide-6.jpg" width="570" height="270" alt="Abstract Six"></a>
<div class="caption">
<p>Perhaps imagination is only intelligence having fun</p>
</div>
</div>
<div class="slide">
<a href="http://www.graphicjunki.com/forum/img/slide-7.jpg" title="Slide 7" target="_blank">
<img src="img/slide-7.jpg" width="570" height="270" alt="Abstract Seven!"></a>
<div class="caption">
<p>When patterns are broken, new worlds emerge</p>
</div>
</div>
</div>
<a href="http://www.graphicjunki.com/forum/img/arrow-prev.png" class="prev">
<img src="img/arrow-prev.png" width="24" height="43" alt="Arrow Prev"></a>
<a href="http://www.graphicjunki.com/forum/img/arrow--next.png" class="next">
<img src="img/arrow-next.png" width="24" height="43" alt="Arrow Next"></a>
</div>
<img src="img/example-frame.png" width="739" height="341" alt="Example Frame" id="frame">
</div>
<div id="footer">
<p>Abstract Fractals Created by S@ffz © 2010 <a href="http://www.graphicjunki.com/forum/" target="_blank">Graphic Junki</a>.</p>
<p>Slider design by Orman Clark at <a href="http://www.premiumpixels.com/" target="_blank">Premium Pixels</a>. You can donwload the source PSD at <a href="http://www.premiumpixels.com/clean-simple-image-slider-psd/" target="_blank">Premium Pixels</a></p>
<p>&copy; 2010 <a href="http://nathansearles.com" target="_blank">Nathan Searles</a>. All rights reserved. Slides is licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache license</a>.</p>
</div>
</div>
</body>

All The files and folders are on the server but Imust bbe missing somethink some where.   :|  :angry-yell:
Any help with this would be very much appreciated. 

Thank you

Have a Great Weekend Everyone

 :D
« Last Edit: September 17, 2011, 04:53:53 AM by saffz »

Offline Kryzen

  • Localizer
  • Language
  • *
  • Posts: 826
  • Gender: Male
  • SMF Version: 2.0.11
  • SP Version: 2.3.6
Re: jQuery slider in HTLM Block
« Reply #1 on: September 17, 2011, 04:35:12 AM »
Have you uploaded all js files? Have a nice weekend

Dr. Deejay

Offline S@ffz

  • Jr. Member
  • **
  • Posts: 51
  • SMF Version: 2.0.2
  • SP Version: 2.3.5
Re: jQuery slider in HTLM Block
« Reply #2 on: September 17, 2011, 05:05:03 AM »
yes all files are on the server  :nervous-happy:

Offline S@ffz

  • Jr. Member
  • **
  • Posts: 51
  • SMF Version: 2.0.2
  • SP Version: 2.3.5
Re: jQuery slider in HTLM Block
« Reply #3 on: September 17, 2011, 05:12:02 AM »
I have finally done it.  ;D

Thanks Deejay for replying

SOLVED

Offline Kryzen

  • Localizer
  • Language
  • *
  • Posts: 826
  • Gender: Male
  • SMF Version: 2.0.11
  • SP Version: 2.3.6
Re: jQuery slider in HTLM Block
« Reply #4 on: September 17, 2011, 05:16:55 AM »
No problem, what fixed it? :)