Page 1 of 1

SLIMBOX pop up window has NO IMAGE

Posted: 11 Jul 2013, 20:31
by blakkGURU
Hello Everyone!

I am having a problem with my phoca gallery installation and would be grateful if someone could help me find a solution to it.

Joomla Version: 2.5.11
Phoca Gallery : 3.2.6
Custom Template

Well, my installation went fine. I'm able to create categories and add photos BUT none of the (java) pop up detail view option works.
I personally would want to use SLIMBOX but it pops up and though it should the number of images and other details, it doesn't show the image itself.

Going through the forum, I did a couple of things including using the default template and disabling some components but that still did not work.

I have included a screenshot of the problem to help in understand what the problem actually is.

Image

Thank you and counting on your support.

:(

Re: SLIMBOX pop up window has NO IMAGE

Posted: 12 Jul 2013, 18:46
by Jan
Hi, this can be a problem of URL to the image (which is not correct, see the html code) or maybe some javascript error or conflict, see:
https://www.phoca.cz/documents/16-joomla ... -conflicts
Jan

Re: SLIMBOX pop up window has NO IMAGE

Posted: 24 Jul 2013, 16:05
by blakkGURU
First and foremost, it isn't a link [url] to the image problem because that is perfect ... because when not using any of the java oriented stuff, I get the images showing alright.

Now following the java issues link you gave me, I was able to resolve a couple of java issues the site was having but one is still pending and I believe it is the reason why the page isn't loading as it should.

The error I get states

Code: Select all

ReferenceError: jQuery is not defined
jQuery.noConflict();


I have a screenshot of the expanded error from firebug

Image

Please HELP!

Re: SLIMBOX pop up window has NO IMAGE

Posted: 28 Jul 2013, 19:41
by Jan
Hi,

try to disable all the modules and check it with standard templates to be sure some external extension does not load the jquery code which is in coflict, the jquery code displayed on the screenshot should not come from Phoca Gallery :idea:

Jan