hello, first I would like to thenk you for this beautifull theme.

I have I problem with #primary a:hover span{ won't get from CSS so primary_label_right.png won't show.

Please some help.

Thank you

Comments

dave_be’s picture

Having the same issue with the primary links on this theme.
The menu items don't get wrapped in the SPAN class so the menu hover doesn't work.

xG3n1uS’s picture

Assigned: Unassigned » xG3n1uS

i have this problem, too.

when i look in the html-output there is no span around the links, like in the demo.

xG3n1uS’s picture

Assigned: xG3n1uS » Unassigned

sorry i selected the "Assigned" box.

and i forgot u to tell that i'm using Drupal 6.16

duckbait’s picture

Status: Active » Needs review

It seems that the theme is not recognizing the template.php file associated with the theme - I followed the instructions here to get the theme to recognize the span function and it works!

http://drupal.org/node/703828

(The code I ensured was in the new "Module" that I created is in comment phsc - February 22, 2008 - 20:33 here: http://drupal.org/node/221382#comment-755469)

manuel.solis’s picture

After almost lose my mind with said explanations, I went to the theme's site. I found a 20-days older version, and installed it. It works like a charm.

http://www.themes-drupal.org/fields-2009.html

e0ipso’s picture

Simply replace
function function fields_links($links, $attributes = array('class' => 'links')) {
by
function function fields_2009_links($links, $attributes = array('class' => 'links')) {

In the template.php file and clear the cache.

Cheers.