collective / collective.plonetruegallery

Very customizable and sophisticated gallery for Plone
https://pypi.python.org/pypi/collective.plonetruegallery
9 stars 20 forks source link

progress.gif appearing in every page if supersized.js is activated #5

Closed fedelibre closed 12 years ago

fedelibre commented 12 years ago

I've installed all the javascript galleries for plonetruegallery. After I've activated them in the Addons panel, a spinning image which indicates loading images appears in every page. Using the browser inspector I found it's called by this div:

<div id="supersized-loader"></div>
<ul id="supersized"></ul>

So supersized.css is loaded (why? I've not set it in any gallery) and this is the css rule: background: url(++resource++supersized/progress.gif) no-repeat center center;

I deactivated collective.supersized.js and the image disappeared.

I'm using the latest version of plonetruegallery (2.4b2).

Version Overview Plone 4.1.5 (4114) CMF 2.2.6 Zope 2.13.13 Python 2.7.3rc2 (default, Apr 22 2012, 22:35:38) [GCC 4.6.3] PIL 1.1.7

vangheem commented 12 years ago

I don't encourage people to activate those addons. All you need is the packages installed in buildout, not activated as addons for ptg to work and use them.

This is really an issue of collective.js.supersized.

fedelibre commented 12 years ago

Ok, wrong place to file this bug.

Anyway, most of galleries (galleria and fancybox for example) didn't work until I've activated them. On the other hand, highslide did work even before activating it.

The other galleries except these three don't seem to work fine in Plone. But I guess it's not an issue with ptg

vangheem commented 12 years ago

For any galleries that don't work until activation, please file a bug. I know that the latest collective.js.nivoslider doesn't work with ptg--you'll need to pin an earlier version.

It was supposed to be mentioned in the docs.

Most of the galleries are contributed by another developer so I'll make sure to get him on any issues. Thanks.