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

tanc’s picture

Dude, 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.

redndahead’s picture

Status: Active » Fixed

Marking as fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.