Is there a way to simply move the term from the right of the image to underneath it in the Node Images block? I was trying to modify the taxonomy_image_blocks.module file, but did not have much luck - I'm not even sure if that's the correct file where I need to make the change. That's the one thing I'd like to adjust, everything else is perfect - this module is a lifesaver.

Your help is appreciated!
Merlund

Comments

nancydru’s picture

Yes, that's the correct file. The way the module was coded, it would not be possible. However, I have just changed the module so that the terms use only a single cell table row, and added <div> tags so that you can theme them any way you want. You probably want something like: .taxonomy-image-block-name {clear: left;}

Fix committed to both branches. This will be in the -dev releases that roll out at Midnight GMT.

nancydru’s picture

Assigned: Unassigned » nancydru
Status: Active » Fixed
Merlund’s picture

Thanks Nancy!

nancydru’s picture

No problem.

nancydru’s picture

Status: Fixed » Closed (fixed)