Closed (fixed)
Project:
Gallerix
Version:
5.x-1.0
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
23 Nov 2007 at 08:24 UTC
Updated:
19 Dec 2007 at 23:23 UTC
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
Comment #1
redtrafik commentedHi 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
Comment #2
linuxbcn commentedI have no solution :(
Comment #3
silviogutierrez commentedGuys,
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
Comment #4
linuxbcn commentedIt 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
Comment #5
linuxbcn commentedIt 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
Comment #6
AviadG commentedFrom some reason not all the images open on my site... do you have any idea?
http://www.altglobe.com/weekly-pic
cheers
Comment #7
silviogutierrez commentedThis 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
Comment #8
stinky commentedSo you mean
$(window).load(function(){
should be
$(document).ready(function(){
I tried this and the images don't upload.
Comment #9
rodneyj commentedi 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
Comment #10
silviogutierrez commentedSorry guys, final exams... you know the drill. I hope to have it out soon though, so hang in there!
Silvio
Comment #11
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.