Closed (works as designed)
Project:
Node Gallery
Version:
6.x-3.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Jul 2011 at 02:45 UTC
Updated:
21 Jul 2011 at 13:22 UTC
I'm using Node Gallery 6.x-3.x-dev and drupal 6-22. On the galleries list page ../galleries my galleries are listed as I might expect them, however the pics have their titles listed above them and when a user clicks them it has the title embedded above the pic.
I've read where one might disable this using local.css and
.gallery-cover-list .title{
display: none;
}
However thats been unsuccessful for me. I'm using the acquia-marina theme 6.x-2.0. Examples of the sections I'd like to edit attached. Each screenshot shows the pic w/ the title above it. I want to remove the title from any and all views.
Thanks
WR
| Comment | File | Size | Author |
|---|---|---|---|
| gallery_list3.png | 122.6 KB | awreneau | |
| gallery_list2.png | 71.21 KB | awreneau | |
| gallery_list1.png | 44 KB | awreneau |
Comments
Comment #1
awreneau commentedFound a solution while googling. I was able to exclude from display the node title in the view. For the less inclined, such as myself, I've detailed what I did to make this work.
Edit view node_gallery_gallery_image_views
In the fields section, click Node:Title.
Select the first check box, "Exclude from display".
Click update default display.
Click save.
VIOLA!
BTW, thanks for an awesome module!
Comment #2
awreneau commentedI also found another module named Exclude Node Title that will do this for you as well. You can also administratively exclude the title from a content type. This was a huge time saver for me.