Gallery is not working on Chrome and Safari

More
14 years 2 weeks ago - 14 years 2 weeks ago #4070 by ronny@denkware.nl
When looking at the gallery in IE and Firefox it works perfectly. But when trying to view in Chrome or Safari, it looks like all pictures are resized to 1 px.
Example: slarko.eu/cms/index.php/en/gallery/opposition.html
Last edit: 14 years 2 weeks ago by ronny@denkware.nl.

Please Log in to join the conversation.

More
14 years 2 weeks ago - 14 years 2 weeks ago #4073 by ivan.milic
In css file :

cms/modules/mod_hot_joomla_gallery/tmpl/style.css

.svwp {width: 50px; height: 20px;} /*preloader stuff. do not modify!*/
.svwp ul{position: relative; left: -999em;}/*preloader stuff. do not modify!*/

are the problem, check configuration or change file directly. Put some bigger values instead of 20px and 50px.
Last edit: 14 years 2 weeks ago by ivan.milic.

Please Log in to join the conversation.

More
14 years 2 weeks ago #4074 by ronny@denkware.nl
I changed them even up to 3000 and 1200 px, but nothing changes in Firefox or Chrome. Also emptied all cache tp be sure. So there should be another cause.

Please Log in to join the conversation.

More
14 years 2 weeks ago #4075 by ivan.milic
Is there script library any thing put on your page tht has not from hot-joomla?

go to:
cms/modules/mod_hot_joomla_gallery/js/slideViewerPro.js
make bakup of file
change :

var pictWidth = container.find("img").attr("width");
var pictHeight = container.find("img").attr("height");

to

var pictWidth = 500;
var pictHeight = 320;

and tell me what happend

Please Log in to join the conversation.

More
14 years 2 weeks ago - 14 years 2 weeks ago #4076 by ronny@denkware.nl
Interesting. I left the changed code on the site so you are still able to see result.
In chrome/Safari: On top left you see some little dots blinking every time an automatic scroll is done and the title moved up and not transparent anymore.
In Firefox it is still running, like nothing changed

slarko.eu/cms/index.php?option=com_conte...d=4&Itemid=8&lang=en
Last edit: 14 years 2 weeks ago by ronny@denkware.nl.

Please Log in to join the conversation.

More
14 years 2 weeks ago #4080 by ivan.milic
The little dot is loading image. Perhaps by changing value of var pictHeight = 320; you can cover it?

Please Log in to join the conversation.

Time to create page: 0.095 seconds
Powered by Kunena Forum