This forum is for assistance with theme development.

Moving Title Into Content Area

Hi Guys,

Complete newbie with Drupal here. I have inherited a half finished template design which I am now trying to customise but cant seem to figure out how to move the title into the rounder corner area.

Ie, The Sandi, into the box below with round corners.

http://dev.sandithom.com/meetsandi

Can anyone help at all?

Its a clash zen theme I believe.

Cheers,

M

Theme Modification

I'm trying to make a simple modification to the Bartik theme. I just want to disable the permalink in the user comments.

I copied /themes/bartik/templates/comment.tpl.php to /sites/all/themes

And modified /sites/all/themes/comment.tpl.php as follows.

<p class="comment-permalink">
// print $permalink;
</p>

I cleared all caches but the permalink still displays.

CSS columns incorrect on certain number of items.

I have an image gallery where I use 4 columns in normal wide layouts. I've discovered odd behavior when I have 6 photos. There only are 3 columns instead of the specified 4. When other numbers of images I get 4 columns.

Example:
Normal behavior with 4 photos: http://www.ilsefly.com/node/18

User picture in book pages

Hi,
On every book page I create, my user picture is added. I don't want that.
I just can't figure out how to remove it. The only field in the book content type is the Body field. So where does the user pic come from?
Thanks,
Niels

CSS for the content type

Basing on existing content type (page) I have created another content type (page-without-video). The only one difference between these two types, is that I am looking to skip a video section in the second one. The rest should look the same. After creating the "page without video" content type, I went ahead and adjusted custom css for the newly created content type (basically just changing the node name from "page" to "page-without-video"). From some reason the new content type did not inherit all the css coding of the "page" and has those default weird lines around images etc.

Icon before the title of a node

Hi!

I'm looking for an easy way to display an icon before the title of a node, depending a taxonomical value of that content type.
Is there an module for this? Or do I have to hard code this in my template?

ex.: For the content type "Movie review", there is a field (taxonomy-list) that indicates the genre. Now I want to display a small icon just before the title of each node to indicate the genre.

Thanks!

Pages

Subscribe with RSS Subscribe to RSS - Theme development