I love the idea of this module. The problem is that I can not make it work. I installed the module following the instructions. But I created a new content "Album." Then add the desired images and... They do not appear! I have been revised to upload the images on the server and revised "777" permissions of the folders on the server. All I get is an icon of images charge, but these do not appear nothing more.

Somthing idea? we can see the webpage tests in: http://davinci-escola-art.com/ca/content/test

We have no how to use this module step by step?

Comments

redtrafik’s picture

Hi and thank you for sharing this module,

I have the same problem. I'm testing it locally and the icon of images load is the only image I saw ...
Thank you for your help.

R

linuxbcn’s picture

I have no solution :(

silviogutierrez’s picture

Guys,

I'm pretty sure this has something to do with the JQuery update, which is something I'm working on at the moment. I say this because if you go to:
http://davinci-escola-art.com/ca/node/27/picture/10

which is where the AJAX request goes, all the information is correct and the module is working. The problem is that the GET request is never happening for some reason, and I'm guessing it has to do with the $(window).load() wrapper that I put on the javascript file.

In the meantime, could you go to the gallerix.js file, and change where it says "$(window).load(" to "$(document).ready(" , and leaving everything else the way it is?

If this works, let me know.

Silvio

linuxbcn’s picture

It works!
Perfect Silvio, your solution corrects the problem and can now enjoy the functionality galerix.

Thank you.

http://davinci-escola-art.com/ca/content/test#10

linuxbcn’s picture

Assigned: Unassigned » linuxbcn
Status: Active » Fixed

It works! with this change:

In the meantime, could you go to the gallerix.js file, and change where it says "$(window).load(" to "$(document).ready("

Tnk Silvio

AviadG’s picture

From some reason not all the images open on my site... do you have any idea?
http://www.altglobe.com/weekly-pic
cheers

silviogutierrez’s picture

This is because pictures that are SMALLER than the resolutions set in the settings page will not get created. This is a bug that is resolved in v1.1 which should be out in a week or two.

Hope that helps,

Silvio

stinky’s picture

So you mean

$(window).load(function(){

should be

$(document).ready(function(){

I tried this and the images don't upload.

rodneyj’s picture

i am in the same boat after changing the gallerix.js code. this has the opportunity to be a GREAT module! are we still a week out for v1.1? :)

nice work! ./rj

silviogutierrez’s picture

Sorry guys, final exams... you know the drill. I hope to have it out soon though, so hang in there!

Silvio

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.