Closed (duplicate)
Project:
Media Gallery
Version:
7.x-1.0-beta7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Oct 2011 at 08:56 UTC
Updated:
14 Dec 2015 at 10:46 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
prodigeek commentedI have the same issue. Please recommend a fix.
Comment #2
leovw commentedDoes anybody have a solution for this?
Comment #3
alfiesmith commentedI'm sorry but I have this issue as well and would really appreciate a fix!!!
Many Many thanks. I have attached an image of the issue.
Comment #4
jferrervalls commentedGot the same issue,
Impossible to unable Page Manager "Taxonomy term template".
Comment #5
sonar_un commentedSame problem here, any ideas?
Comment #6
Nigeria commentedMe too!
Comment #7
Vidarls commentedNot sure if this is a bug or just an unwanted feature.
Media_Gallery overrides the term listing pages, and panels can not override pats that are already overridden.
The quick fix:
Manually edit Media_gallery.module and comment out the override
Original
After change:
The long term fix would be to introduce a new settings for enabling / disabling the override, and then conditionally override the term listing page.
-Vidar
Comment #8
agerard commentedI just came across this problem...has anyone tried the fix yet, and if so, noticed any impact on the media gallery functions?
Comment #9
Nigeria commentedWorked for me.
Comment #10
guillaumev commentedJust providing a patch so it can be integrated more easily. In my case, it worked, however it changed a bit the view of the galleries. Note however that, by adding a variant to your panel with a view of the "gallery" content type, you can easily customize your galleries view...
Comment #11
lsolesen commentedThis issue is related to #1333674: Conflicts with other modules so media_gallery_collection not called which creates Huge Images On Main Gallery Page. Setting to needs review as a patch is posted.
Comment #12
guillaumev commentedThis issue is a duplicate of http://drupal.org/node/1333674 and the patch proposed here does not work properly...
Comment #13
sketman commentedInstall Page Manager Existing Pages module. It allows you to override any page which has valid path.
Create new Existing page with this module and override the path "taxonomy/term/%taxonomy_term".
It should work for you.