Closed (fixed)
Project:
Views Slideshow
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Jan 2008 at 00:52 UTC
Updated:
8 Sep 2009 at 21:20 UTC
Hi,
I have views slideshow and it does work pretty much form me except I do not need the title link above the image which I made a view of. I have no clue hoe to remove that link since no link is involved in the views_slideshow.module.
Thanks,
Gabor
Comments
Comment #1
tancDude, it depends how you've set this up. In my implementation I've created a new content type using CCK, called it 'slideshow' and given that content type an image upload field. I've then used imagecache for the resizing and cropping on that field. To get rid of the title I've created a template file for that content type called node-slideshow.tpl.php and inside that template I've simply removed everything other than print $content. This way only the image upload field gets printed to screen without the title. Hopefully that will help you out or give you some clues how to achieve what you want. I'm not sure what you mean by 'brake' though.
Comment #2
redndahead commentedMarking as fixed