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

ambientdrup’s picture

Figured 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

acouch’s picture

Status: Active » Closed (works as designed)

Thanks for reporting.