• twitter image
  • facebook image
  • youtube image
  • linkedin image
Language: CMS Made Simple Czech CMS Made Simple France CMS Made Simple Spain CMS Made Simple Hungary CMS Made Simple Russia CMS Made Simple Netherlands

All times are UTC




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Slideshow und Album beissen sich
PostPosted: Thu Sep 08, 2011 3:55 pm 
Offline
Forum Members
Forum Members

Joined: Tue Nov 16, 2010 1:26 pm
Posts: 21
Hallo zusammen

Ich verwende zum ersten Mal das Modul Showtime Slideshow. Doch nun verträgt das sich schlecht mit dem Modul Album (Lightbox). Ich verwende JQuery, jedoch im head bereits eingebunden und nicht im Modul aktiviert, da es sonst andere JQuery-Funktionen behindert.

Weiss mir jemand Rat wie ich die Slideshow zum Funktionieren bringe?

Hier geht es nicht, da das Album drin ist: http://karo-holz.ch/cms_2011/Test/

Hier geht es: http://karo-holz.ch/cms_2011/

Danke!


Top
 Profile  
 
 Post subject: Re: Slideshow und Album beissen sich
PostPosted: Thu Sep 08, 2011 5:10 pm 
Offline
Dev Team Member
Dev Team Member
User avatar

Joined: Tue Aug 12, 2008 9:30 pm
Posts: 1979
Location: Feldkirchen in Kärnten, Austria
Deine Antwort wäre jQuery.noConfilct http://api.jquery.com/jQuery.noConflict/

Und im Quelltext sehe ich das Du jQuery 1.4.2 verwendest, es gibt mittlerweile 1.6.2 (könnte auch so manch problem lösen)

Also die Slideshow jQuery Funktion die im Quelltext eingebunden wird sollte in etwa so aussehen:
Code:
jQuery.noConflict();
(function($) {
$(document).ready(function() {
    var lastslide = 0;
    $("#slideshow_8").css("overflow", "hidden");
    $('ul#slides_8').cycle({
        fx: 'toss',
        speed: 1000,
        timeout: 5000,
        pagerEvent: 'mouseover',
        fastOnEvent: false,
        pauseOnPagerHover: true,
        prev: '#prev_8',
        next: '#next_8'
    });
    $("#slideshow_8").hover(function() {
        $("ul#prevnextnav_8").fadeIn();
    },
    function() {
        $("ul#prevnextnav_8").fadeOut();
    });
  });
})(jQuery); 


PS: Für Galerien würde ich das Gallery modul empfehlen, es wird im Gegensatz zu Albums, aktiv entwickelt.

_________________
CMSMS Blog - I do this!
Forge profile
Github profile
Twitter
=============================================
Support CMSMS


Top
 Profile  
 
 Post subject: Re: Slideshow und Album beissen sich
PostPosted: Thu Sep 15, 2011 3:40 pm 
Offline
Forum Members
Forum Members

Joined: Tue Nov 16, 2010 1:26 pm
Posts: 21
ich danke dir sehr, sehr sehr!

wie kann ich mich revanchieren bei dir?


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Arvixe - A CMSMS Partner