Needs review
Project:
Fields 2009 template
Version:
6.x-3.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Nov 2009 at 18:08 UTC
Updated:
25 May 2010 at 14:27 UTC
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
Comment #1
dave_be commentedHaving 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.
Comment #2
xG3n1uS commentedi have this problem, too.
when i look in the html-output there is no span around the links, like in the demo.
Comment #3
xG3n1uS commentedsorry i selected the "Assigned" box.
and i forgot u to tell that i'm using Drupal 6.16
Comment #4
duckbait commentedIt 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)
Comment #5
manuel.solis commentedAfter 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
Comment #6
e0ipsoSimply 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.