I have a Galleria slidehow on my site and I notice that when I click the info button on the top left, it shows the post title twice. I would prefer if it showed the title once or better yet, if it showed the content of the post under the title.

Is there a way to fix this?

Thank you!

Please view the attached image.

CommentFileSizeAuthor
#5 orchid.jpg160.17 KBvideodoll
galleria-dupe.jpg42.69 KBvideodoll
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

videodoll’s picture

Can anyone help me?

dgautsch’s picture

When you click the "info" button. Are you on the full node page?

videodoll’s picture

I clicked it on the gallery page. I disabled the full nodes because I don't want people going to the huge images.

Here is a working example on another site I set up for testing purposes:
http://bodyandsoulshop.info/gallery

please take a look.

It shows the title twice at the bottom.

In the other template it shows the title twice when I click "info" or the "i" at the top left.

Sorry for the slow response, I have been working on other things and let this slip.

hexblot’s picture

from the look of it, the first instance of the repeating text is the image title, while the second is the image description each time.

Could you check if your images have the same title/description?

videodoll’s picture

FileSize
160.17 KB

How do you set description?

My gallery is set up as a CCK type "image". I am using the image module.

There is a title and different info in the body of the post. It repeats the title.

Thank you for your help!! I hope this makes sense.

I attached a pic.

bowersinit’s picture

please can you give a detailed instruction of how you have set this gallery up, i can see that you have data outputting as:

<div class="galleria-info-title">Orchid Treatment Bowl</div>
<div class="galleria-info-description">Orchid Treatment Bowl</div>

so you have two fields with the same data in them. i am actually trying to reproduce this but cannot.

are you using the Upload Module or the ImageField Module to add images to your galleria node??

videodoll’s picture

Sorry for the slow response. I keep forgetting to check in on this. I thought I subscribed but I guess I didn't.

I set up the page so long ago, I can't remember exactly how it was set up.

I can tell you that I have the following modules enabled:
CCK
Imagefield
Galleria
views-galleria
Jquery Update
Image

I have a view set up that is set to
Style: Slideshow
Rows: Fields
Fields: Image
Filter: Node type: Image

Then to add to the gallery, I use the content type "Image". I attach the image and it automatically gets added to the gallery view and shows up in the jquery slideshow. The only problem is that the title repeats. I have another page that is more complicated with a different CCK type for the gallery images and I am having the same issue with the title repeating.

Hope this helps.

Please let me know if you have any ideas on how to fix this.

hexblot’s picture

are you sure you are it's not an issue with the views_galleria module ? as far as I know, this (the Galleria) module only supports images either via node upload or CCK multiple values (in either case, one node with many images), not from Views.

if you're using a view to generate you slideshow, you should ask in their issue queue, since you are bound to get better responses. The only thing that comes to mind is that you're most likely using fields, and have added both the title and description field to it. Try removing one of those fields. Can't really help you beyond that since I personally don't use that module.

videodoll’s picture

I think you're right. It could be a problem with the views_galleria module. I will try asking over there.

Thank you!