Page 1 of 1

Can not view detail Window

Posted: 26 Aug 2012, 21:23
by kakenx
Hi everyone,

I can't get any of the detail window types to work. Each time I click on a picture it shows in Modal Box or it goes to the link where the picture is stored? When using the image module by itself, the detail windows work. But not when using the component. I need to make a category layout, so the image module isn't very effective to solve this issue.
I took a look at: viewtopic.php?f=1&t=12128. Tried it, but still not working. Any ideas?

Tech details:
Joomla 1.5
Phoca Gallery Component 2.8.1
Phoca Gallery module 2.7.5

Thanks!

Re: Can not view detail Window

Posted: 26 Aug 2012, 23:08
by Jan
Did you check the javascript console for errors in your browser? If there is some error rendered?

Re: Can not view detail Window

Posted: 26 Aug 2012, 23:49
by kakenx
I got the following errors on the javascript console:

ReferenceError: hs is not defined [http://www.website.org/test/category/1-retry.html:69]
ReferenceError: hs is not defined [http://www.website.org/test/category/1-retry.html:74]
TypeError: Property '$' of object [object Window] is not a function [http://www.website.org/test/category/1-retry.html:224]

Any ideas?

Re: Can not view detail Window

Posted: 27 Aug 2012, 21:59
by Jan
Hmm, this seems like some conflict between javascript libraries on your site, check which libraries are loaded there and if there are any conflict between them - check if e.g. mootools vs. jquery are not in conflict - check other extensions (unpublish them step by step - to know which can be in conflict, etc.)

Jan

Re: Can not view detail Window

Posted: 27 Aug 2012, 22:08
by kakenx
Hey thanks for the reply. Solved the issue. The previous developer had a piece of code in the joomla template that was causing the issue.

Thanks!

Re: Can not view detail Window

Posted: 27 Aug 2012, 22:37
by Jan
Ok