Page 1 of 1
Detail View issues with Simple Joomla template
Posted: 06 Jan 2010, 02:42
by daniel_de
Hi all,
I'm having trouble with the detail view. When I click on a picture, I get the detail view without the "design" settings. From what I could find in the forum, I believe it's the template I'm using (Simple Joomla), which causes the problem.
See for yourself:
http://www.rocker-hannover.de/Jo/index. ... s&Itemid=5
Can anyone give me some advice where to look (which part of the CSS file) and what to modify to get phoca gallery looking good again?
Thanks a lot in advance.
Daniel
Re: Detail View issues with Simple Joomla template
Posted: 09 Jan 2010, 18:09
by Jan
Hi, seems like there is some problem (with not loading javascript, or with conflict in javascript) on your site. Does your template include all standard parts which are included in Joomla! standard templates - did you check your site with e.g. rhuk_milkyway?
Re: Detail View issues with Simple Joomla template
Posted: 16 Jan 2010, 22:28
by daniel_de
Hi Jan,
thanks for your reply. Yes, I did try to run my phoca gallgery installation with the rhuk_milkyway template and it worked perfectly. Like you said, it must be something in the template - I just don't know where to start searching for the error. I would appreciate any advise, what are the necessary contents of the template in order to work with phoca gallery.
Here I'm posting the CSS and HTML file of the Simple Joomla template I'm using currently (where it is not working):
code removed.
Thanks for any help to get Phoca Gallery running with this template!
Daniel
Re: Detail View issues with Simple Joomla template
Posted: 19 Jan 2010, 00:16
by Jan
Hi, as I don't know your template I cannot say what can be wrong there or what is missed there. You need to search all the source code of the template and compare it to some standard template or use some standard template. Or contact the template developer and ask for the help
Jan
Re: Detail View issues with Simple Joomla template
Posted: 29 Jan 2010, 10:27
by daniel_de
Solved. JavaScript was the right direction. There was a script in the SimpleJoomla template, which suppressed the following lines:
<script type="text/javascript" src="/Jo/media/system/js/mootools.js"></script>
<script type="text/javascript" src="/Jo/media/system/js/caption.js"></script>
Those needed to be visible in the source code (<head>) of your page in order for phoca gallery to work.
Regards,
Daniel
Re: Detail View issues with Simple Joomla template
Posted: 01 Feb 2010, 12:39
by Jan
Ok