Closed (fixed)
Project:
Taxonomy Image
Version:
5.x-1.3
Component:
Contrib Blocks
Priority:
Minor
Category:
Support request
Assigned:
Reporter:
Created:
11 Sep 2008 at 05:00 UTC
Updated:
16 Sep 2008 at 23:29 UTC
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
Comment #1
nancydruYes, 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.
Comment #2
nancydruComment #3
Merlund commentedThanks Nancy!
Comment #4
nancydruNo problem.
Comment #5
nancydru