I've followed the instructions in the readme for creating a galleriffic view, however no images seem to be appearing. The gallery itself appears to be working for everything /except/ the images. I'm wondering if I maybe used the wrong field types. I have two different imagecache presets I'm using, 'Medium' and 'Thumbnail'. I added both of those to the field list and then to the 'rows style' configuration. Which imagecache field should I be using? Each preset generates the following options in views:
* Medium image
* Medium image linked to node
* Medium image linked to image
* Medium file path
* Medium URL
I've tried all of them with no luck.
Also, when I view the source on the thumbnails area, the src value for the image appears to be wrong, for example:
<li class="selected" style="opacity: 1; display: none;">
<a class="thumb" title="IMG 1448" href="#0" rel="history">
<img alt="IMG 1448" src="18"/>
</a>
</li>
I've attached a screenshot of what my gallery is showing. The play/next/prev buttons are working, but no images are being rendered.
Please help! :-)
- Scott
| Comment | File | Size | Author |
|---|---|---|---|
| #34 | screen.jpg | 32.33 KB | kirilius |
| #24 | views_galleriffic_patch030810.patch | 806 bytes | peterjmag |
| #11 | no_images.jpg | 5.83 KB | kirilius |
| #10 | jquery.galleriffic.js_.txt | 31.95 KB | vatavale |
| #9 | screen.jpg | 29.47 KB | vatavale |
Comments
Comment #1
acouch commentedhi Scott:
can you export the view and attach or send it to me?
Comment #2
hadsie commentedHere's the attached view. The default here is a bit different then the galleriffic display.
Comment #3
design.er commentedI think I have a similar issue.
Attached you can see my views fields. I added two fields with different imagecache presets (big & thumb) and try to select them in the galleriffic field design section. I don't know if its normal or a bug that I can't see which of the imagecache presets I'm choosing.
Also attached my results.
Please let me know if you need more information.
Regards,
Stefan
Comment #4
acouch commentedI'll try and recreate this this week. It is also helpful if you can export your CCK content type as well. Thanks for using the issue queue and yr patience.
Comment #5
hadsie commentedHere's my cck export
Comment #6
Freakachoo commentedHeeeey! I have a similar issue!
How can i use this module? it doesn't want to work! Please help!
Comment #7
milos.kroulik commentedIt seem I have the same issue ( In my case, it outputs only node IDs as source of both images). Please tell us, what presets shoult be exactly set. A little screencast would be probably the best choice. Thanks.
Comment #8
acouch commentedPlease test with the latest version and let me know if you are having the same problem. Thank you.
Comment #9
vatavale commentedThank you for the great concept and the module! It is exactly what i need.
It seem I have the same issue. In my case, it outputs only thumbs, but not big images. When i click to the tumb the big image open in the new "raw" browser window.
Generated HTML:
P.S. And if it is not difficult, tell, briefly what method of an attachment View to nodes (which you mention in readme) of certain type is the most preferable? It's also must be a goog idea to write about it in next release in help section.
Comment #10
vatavale commentedI also attach a .js what i grab from the provided in readme link.
Comment #11
kirilius commentedSame here ;-(
I have 2 presets: small (75x75) and large (width: 490) as per the readme file. I have a view selecting 4 fields: the imagefield in the two presets plus the title and description of the imagefield. Everything is set as per the readme.
Still no images are displayed.
I have attached the result.
Comment #12
vatavale commentedI resolve my issue. In my case the problem is in gallerific 2.0 script ;) (it must be 1.0)
Comment #13
joecanti commentedThanks for posting Vatavale - i was having the same problem but solved it by using 1.0 instead of 2.0
cheers! joe
Comment #14
acouch commentedThanks for reporting this. I will update to Galleriffic 2 when I make the 7 release of this module. In the meantime I'll update the module page.
Comment #15
iaminawe commentedThis is still happening for me and I have made sure that I am getting using the version 1 JS
I have emptied all caches and still nothing. Still referencing the images by the node id.
Please take a look at an example of what I am getting here
http://www.designindaba.com/portfolio
Comment #16
acouch commentedhi iaminawe and / or hadsie:
1) thank you for reporting this (it is very helpful) and your patience
2) i think i found there this is going awry. can you CONFIRM that you are using IMAGEFIELD for the fields you are using (I can see you are using filefiled) and if so can you let me know what version it is.
Thanks!
Comment #17
iaminawe commentedI am using imagefield (which is now selected through "file" when being added) and the version of my filefield and imagefield are both 6.x-3.2
We actually I just realised with that content type I am using Image Fupload which is a batch uploader to imagefield fields. Could this be causing an issue?
Thanks for looking into this
Gregg
Comment #18
iaminawe commentedI checked if the field would work as a straight imagefield not linked to image Fupload and it did not make a difference
Both results were the same. no pics
Thanks
Gregg
Comment #19
royerd commentedWhere do I find the 1.0 script? I am having the same problem where I see the thumbnails but not the full-size image.
Comment #20
kekkoroma commentedI'm solved...
edit views-galleriffic-view.tpl.php with this code...
Comment #21
kekkoroma commentedoooooooooooooh yes!
Comment #22
acouch commentedhi kekkoroma:
thanks for your work on this. can you make an actual patch. it is hard to see what changes you made. here are instructions for making a patch. hit me up off of this issue queue if you need help with that:
http://drupal.org/patch/create
Comment #23
iaminawe commentedStill does not work for me unfortunately.
When I view the source, the images source is the node number but not a full path.
Thanks
Gregg
Comment #24
peterjmag commentedI got this to work after messing around with the module's .tpl.php files and various Views field formats:
Note that you can modify the original sites/all/modules/views_galleriffic/views-galleriffic-view-gallerifficrows.tpl.php if you'd prefer, but it's always best to avoid hacking module code if you can override it somewhere else.
I've also attached a patch which modifies the appropriate tpl.php directly, so the maintainer can more easily commit the change to the next release if he chooses to. I would also highly recommend the documentation be modified to clarify that users must select the "[imagecache preset] URL" format in Views for each ImageField for this to work correctly.
Let me know if you have any problems with the patch. This is the first one I've rolled and posted. :)
Comment #25
iaminawe commentedWoohooo works for me... thanks so much.
Comment #26
kmontyPatch in #24 worked for me.
Comment #27
acouch commentedI'm renaming this because this ticket has gotten too general and I think there are more than one actual issues people are reporting.
If you are experiencing a different issue that this please check the issue queue and/or make a separate issue.
The above patch is appreciated but will break most instances of this module.
The only way I've been able to recreate this issue is if I don't use imagefield for the images. This may mean people having this problem are not using imagefield or the module checks for imagefield incorrectly. In case it is the latter I have removed the check in the dev branch which should be available this evening. Please give it a try ('wait until the dev branch has today's date on it) and let me know if you have success.
Thanks for your patience!
Comment #28
kmontyI was using imagefield for images and still had this issue.
Comment #29
acouch commented@kmonty. thanks for clarifying. I still haven't been able to recreate this issue. If you could 1) try the dev version this eve or 2) send me an export of your cck and view that created the gallery I would really appreciate it.
Comment #30
acouch commentedI haven't been able to reproduce this specific issue (outputting image ids) but I've been able to recreate an instance where #24 works.
I've filed a new ticket for this here: http://drupal.org/node/758550
If you are still experiencing having the file id as the output, please continue to use this queue until that is solved.
If you are not having that issue, but a different issue, please use the new issue I've filed or create a new one.
Thank you all for your patience with this module. I appreciate and thank everyone for their input.
Comment #31
rodney.farach commentedHere is jquery.galleriffic.js 1.0 http://www.asplande.org.br/galleriffic/js/jquery.galleriffic.js
Comment #32
kirilius commentedI still have the same issue. Tried going back to v 1.0 of the JS - still no images show up.
I am using the latest dev version of the module from May 22
Comment #33
acouch commentedhi kirlius
can you try and use the imagecache url preset option when you are choosing the display options for the field? can you let me know if that works?
Comment #34
kirilius commentedHere is a screenshot showing that I am using the ImageCache preset name only.
Comment #35
acouch commentedcan you try using 'slide url' ?
Comment #36
kirilius commentedI did that. Changed both view fields to "slide URL" and "thumb URL" respective. Still no images show up. In the meantime I reverted back to RC3 of the module. I am not sure if that matters.
Comment #37
acouch commentedCan you revert to the dev version and make sure you don't have "Group Multiple Values" for the imagefields selected and that you have the latest version of views, cck, imagefield and filefield?
Comment #38
kirilius commentedThat did it! So my current setup is:
- Views Galleriffic 6.x-1.x-dev from May 22
- Both my slide and thumbnail images are defined through their " URL" in the view
Thanks for the support!
Comment #39
acouch commentedGlad to hear it is working. Thank you for your follow up. It is helpful to all users when you speak up.
I need to improve the documentation. This works with "Group Multiple Values" as long as it is not unlimited. The reason is is the unlimited setting changes the way the rows are output in the view.
Closing this issue. Opening one for documentation.
Comment #40
acouch commented