This forum is for assistance with theme development.

taxonomy term class drupal 7 in filed--field.tpl

How can I print the term id as a class in a field--field.tpl.php ?

<ul>
<?php foreach ($items as $delta => $item) : ?>
<li class="TERM-ID"><?php print render($item); ?></li>
<?php endforeach; ?>
</ul>

How to remove bullets from drupal navigation menu ?

How to remove bullets from drupal navigation menu ?????

thanks !!!

Drupal wants to keep updating original theme

I've installed a custom theme by basically copying an existing one. That original one is Andromeda. After downloading I copied that folder and renamed the copy to my 'new' theme. Lets day Theme2. So I:
1. Renamed the folder to 'theme2'
2. Renamed the .info file to 'theme2.info'
3. Opened that .info file and changed the first line to ;$Id$
4. Changed the 'name =' line to 'name = theme2'
5. Changed the 'description =' line to 'description = My New Theme'
6. Saved the new .info file overwriting the old one.

Trying to theme my search function

Good Day,

I have been theming my drupal site but have come into some difficulty with the theming of the search box and button.

I am new to Drupal and have possibly done this back to front, i have my views and taxonemy in place so i am treading carefully, with this in mind and not wanting to trial and error thought best to ask here for some expertise.

What i am trying to achieve

1. Replace search field with my own custom image

2 Relapse search button with my own custom image

Trying to theme my search function

Good Day,

I have been theming my drupal site but have come into some difficulty with the theming of the search box and button.

I am new to Drupal and have possibly done this back to front, i have my views and taxonemy in place so i am treading carefully, with this in mind and not wanting to trial be error thought best to ask here for some expertise.

What i am trying to achieve

1. Replace search field with my own custom image

2 Relapse search button with my own custom image

Drupal distribution insert .SWF in header HOW!

Hello, I'm a new membor to the websites - community so probably my problem is a piece of cake for you gays.
I've instal a Drupal distribution to my site www.snowystudio.com and i want to make the iner header a .swf file instead of .png so all the things in the picture to be buttons and to have animation, not just be static. The other things I want to do is to make the .png opens if the person does not have flash player, so in no ircumstances the "download flash" message to be displayed.

Pages

Subscribe with RSS Subscribe to RSS - Theme development