Closed (works as designed)
Project:
Views Galleriffic
Version:
7.x-1.0
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 May 2012 at 19:01 UTC
Updated:
15 May 2012 at 15:42 UTC
I'm trying to rewrite the image field in the View to output the alt and title token values. When I rewrite the results in the View the alt and title do not print or display. See my post here (http://drupal.org/node/1053894#comment-5965724).
However if I just create a separate View that displays one image field, then the alt and title do appear if I rewrite the imagefield in the View. So this appears to be a possible bug with the Views Galleriffic Views template/display.
-Trevor
Comments
Comment #1
ambientdrup commentedFigured out how to do this.
1) Add another Content: Gallery Image field
2) Exclude from display
3) Rewrite output and add the token you need to display (alt or title)
Now the step I was missing:
4) Make sure to go back to the settings on your Galleriffic fields and make sure to add the new excluded Image field as your Description Field in the Galleriffic settings. This then will swap in the value of the token into the Description field output.
It works!
Best-
Trevor
Comment #2
acouch commentedThanks for reporting.