Active
Project:
Pixture Reloaded
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Mar 2011 at 12:53 UTC
Updated:
12 Nov 2011 at 18:56 UTC
media-7.x-1.x-dev(Mar 6)
media_gallery- 7.x-1.0-beta3
when I view the gallery each "media-gallery-thumb" can not show like other theme.
That is the gallery set images show in X ROW Y COLUMN.
But in "Pixture Reloaded" it only show 1 column.
Is this a bug?
Comments
Comment #1
sneeuwgetsie commentedI have this problem. Would be nice if this could be fixed
Comment #2
Jeff Burnz commentedI'm waiting for a more stable release of Media module. Lets mark this as a bug for now and come back to it.
Comment #3
Anatoli777 commentedI also have this problem.
Comment #4
komal.savla commentedHi,
This is causing because
<div class= "field-items">is not present in field.tpl.php of Adaptive theme.So in order to fix this issue, add the following code in field.tpl.php of Adaptive theme (i.e adaptivetheme/adaptivetheme/templates)
Thanks,
Komal
Comment #5
lamachine commentedKomal's fix doesn't work for me.
The only file I found in daptivetheme/adaptivetheme/templates is field.tpl.php.txt .
I've appended the code and nothing's changed. Renaming field.tpl.php.txt to field.tpl.php doesn't help either.