Closed (fixed)
Project:
Views Slideshow
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Mar 2009 at 06:26 UTC
Updated:
9 Sep 2009 at 03:50 UTC
I have a hover-breakout slideshow, which is showing image node titles as links. I have checked and triple checked settings in my view and in my content type and I can't find any way to stop my image titles from linking through to my image pages. I'm using a CCK content type with an image field to upload my images. In my view, under "Node: Title", "Output this field as a link" and "Link this field to its node" are NOT checked. I've got Drupal 6.10 with all modules up to date.
Viewing source for that section of the page looks like this:
<div id="views_slideshow_main_1" class="views_slideshow_main">
<div id="views_slideshow_teaser_section_1" class="views_slideshow_teaser_section">
<div id="views_slideshow_div_1_0" >
<div class="node">
<h2><a href="/images/name-of-my-node">Name of my Node</a></h2>
Any ideas for a fix or work-around to preserve the titles but stop them from linking?
Thanks!
Comments
Comment #1
juroon commentedForgot to mention, my slideshow is running in a views block.
Comment #2
redndahead commentedThere should be a checkbox in the title field that says link to node. That needs to be unchecked. If it is and it's still linked there is more than likely a problem with your view. it may be worth it to export the view and reimport the view.