Closed (duplicate)
Project:
Media Gallery
Version:
7.x-1.0-beta7
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Apr 2011 at 11:27 UTC
Updated:
26 May 2012 at 19:51 UTC
Hi
In the settimngs for "All galleries", you can set how many rows & columns are on individual gallery pages.
I would like however, to do the same on the /galleries page. I currently have one long column with 6 galleries but would like to limit this to 3 or 4 per column per page. This is not only because with my current theme, this does not look nice, but it would be better to spread the current content on the page(s).
Is there any way to change this?
Regards
Comments
Comment #1
jamc17 commentedHello lionheart8 you can do it in settings->audiovisual media->gallery settings->"All galleries" layout settings
Comment #2
lionheart8 commentedHi,
Thanks for the response.
Actually, that is what I thought, but it does not help.
I discovered, though that this problem does not turn up if I use other themes, including Bartik, Acquia Prosper & Slate.
I assume the problem is related to the Blue Masters theme.
Regards
Comment #3
mjh2901 commentedI can verify the issue exists for me with the Blue Masters theme. They line up top to bottom instead of left to right and the box sometimes is square and sometimes stretches into a rectangle. I think its Blue Masters that is funky. Shame its a great dark theme for image galleries.
Comment #4
mjh2901 commentedI can verify the issue exists for me with the Blue Masters theme. They line up top to bottom instead of left to right and the box sometimes is square and sometimes stretches into a rectangle. I think its Blue Masters that is funky. Shame its a great dark theme for image galleries.
Comment #5
lionheart8 commentedHi
The problem affects some other themes as well (such as Omega starter kit xthml, solution => http://drupal.org/node/1122730).
For Bluemasters, I got it solved by following instructions in this post => http://drupal.org/node/1120694
Regards
Comment #6
yookoala commentedHi,
I'm using media-gallery-7.x-1.0-beta7 and the problem is still here.
The site I'm working has a customized theme.
I believe that is not a theme specific problem.
Regards,
Koala
Comment #7
yookoala commentedI found that the hook_menu_alter() trick is not working for my installation. It seems to have conflict with:
All these modules try to use hook_menu_alter() to override the default taxonomy pages callback ('taxonomy/term/%taxonomy_term'). Because Media Gallery is failed in this "race", the /galleries page is not rendered by Media Gallery's function media_gallery_list_galleries. And the layout is therefore out of Media Gallery's control.
In Media Gallery, the code involved is this:
In page_manager:
And in i18n_taxonomy:
Only one of these involved module can be success. They are conflicting to each another.
This bug might be resolved after migrating to hook_entity_info_alter(). I am not sure.
Please do follow up this bug. Thanks.
Comment #8
webadpro commentedAfter the post #7, that rang a bell, I've uninstalled I18n Taxonomy, and that worked for me.
Although, maybe there's another way we could handle the way the gallery list is handle.
Comment #9
lsolesen commentedhttp://drupal.org/node/1333674