DMXzone Calendar 2 Support Product Page

Solved

Conflict between PowerGallery from WebAssist and DMXzone Calendar

Reported 08 May 2012 12:33:01
1
has this problem
08 May 2012 12:33:01 Rune Brynestad posted:
I need to use PowerGallery and DMXzone Calendar on the same page. When I do, the DMXzone Calendar disappear from the page. If I remove the PowerGallery code, the DMXzone Calendar shows up again.

It looks like it is a conflict between PowerGallery and DMXzone Calendar.

Have a look at this page:
www.vestfoldferie.no/detaljer.php?Id=2
PowerGallery is working, but the Calendar at the buttom of the page is not showing

Have a look at this page:
www.vestfoldferie.no/detaljer_2.php?Id=2
On this page I have removed the PowerGallery code, and the calendar at the bottom of the page shows as it should.

Please Download my source code. Do you see anything wrong ?

Regards
Rune

Replies

Replied 08 May 2012 12:56:19
08 May 2012 12:56:19 Teodor Kuduschiev replied:
Hello,

Your HTML code is totally broken. Why do you have two doctype definitions, two head regions and two body tags???

Please check this: validator.w3.org/check?uri=http%3A%2F%2Fwww.vestfoldferie.no%2Fdetaljer.php%3FId%3D2&charset=%28detect+automatically%29&doctype=Inline&group=0

Please clean up your HTML and make it right first.
Replied 09 May 2012 06:34:39
09 May 2012 06:34:39 Rune Brynestad replied:
Hi

Found the solution. The code are referencing two jQuery libraries.

The DMX Zone version:
<script type="text/javascript" src="ScriptLibrary/jquery-latest.pack.js"></script>

The WebAssist PowerGallery version:
<script type="text/javascript" src="ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>

By commenting out the WebAssist PowerGallery version and only use the DMX Zone version both the Calendar and the Gallery work as they should.

Regards
Rune

Reply to this topic