The image titles are a real eyesore, is there any way to get rid of them?

Thanks,
-Grant

Comments

g.s’s picture

Title: Title » Image Titles
dragonwize’s picture

Category: feature » support
Status: Active » Fixed

Copy the views-slideshow.tpl.php file to your theme folder and remove these lines:

<?php if (!empty($title)) : ?>
    <h3><?php print $title; ?></h3>
<?php endif; ?>

Don't forget to clear your cache after.

g.s’s picture

No good. I'm copying it just to the root of my theme folder right?

dragonwize’s picture

You are probably not using views theming then. That means you would need to theme it through the normal node templates.

g.s’s picture

Excuse my ignorance but how do I do that?

dragonwize’s picture

You need to modify your node.tpl.php or one it's suggestions in you theme. For more info see: http://drupal.org/theme-guide/6

Status: Fixed » Closed (fixed)

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