PDA

Zobacz pełną wersję : DJ image slider i Simple image gallery



Cliassi
13-09-2012, 23:56
Witam posiadam te 2 galerie. DJ IMAGE GALLERY jest cały czas i przerzuca fotki w "top" strony a w zakładce galeria wstawiam SIMPLE IMAGE GALLERY. Problem polega na tym ze gdy wejdę w galerię, obrazki z DJ image się nie ładują, a raczej ładują i nie mogą załadować. zmieniałem już katalog w SIMPLE ale to nic nie ziemiło. gdy jestem w zakładce np "kontakt" gdzie jest tylko tekst to problemu nie ma. Pojawia sie tylko z SIPLE image gallery

ekumi
14-09-2012, 09:24
Prawdopodobnie występuje tutaj konflikt javascriptów. Poszukaj informacji na temat zastosowania metody no_conflict().

Cliassi
14-09-2012, 23:22
a mozesz podpowiedziec w jakim pliku moze byc konflikt? jak js to robie var.noConflict() tak ?

ekumi
15-09-2012, 21:35
Może pomoże Ci ta dyskusja (http://forum.joomla.pl/showthread.php?48007-mam-problem-z-modu%C5%82em-aiContactSafe&p=210735&highlight=#post210735).

Cliassi
16-09-2012, 21:32
mam taki kod w sekcji head
<head> <jdoc:include type="head" />
<link rel="stylesheet" href="<?php echo $document->baseurl; ?>/templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $document->baseurl; ?>/templates/system/css/general.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="<?php echo $templateUrl; ?>/css/template.css" media="screen" />
<!--[if IE 6]><link rel="stylesheet" href="<?php echo $templateUrl; ?>/css/template.ie6.css" type="text/css" media="screen" /><![endif]-->
<!--[if IE 7]><link rel="stylesheet" href="<?php echo $templateUrl; ?>/css/template.ie7.css" type="text/css" media="screen" /><![endif]-->
<script type="text/javascript">if ('undefined' != typeof jQuery) document._artxJQueryBackup = jQuery;</script>
<script type="text/javascript" src="<?php echo $templateUrl; ?>/jquery.js"></script>
<script type="text/javascript">jQuery.noConflict();</script>
<script type="text/javascript" src="<?php echo $templateUrl; ?>/script.js"></script>
<script type="text/javascript">if (document._artxJQueryBackup) jQuery = document._artxJQueryBackup;</script>
<script type=”text/javascript”>var $j = jQuery.noConflict();</script>
</head>

- - - Updated - - -

i nadal nie działa :(

Cliassi
19-09-2012, 17:03
Pomocy :(