Hi
I'm using 4.7.2 with the latest version of sands from cvs.
I'm experiencing an issue where the groovy icons for the $links are not displaying at all - except for the 'read more' icon.
The other items in the list have not been assigned a class. I've checked the function that does this in template.php and all seems well.
Please could you suggest some things I could try to get it to work? It looks great on the demo site.
Thanks
Steve
Comments
Comment #1
Samat Jain commentedHrm, do you have the site that exhibits this problem online somewhere?
Is the site in English? The way classes are assigned, they may be some problems with translated versions of Drupal.
I just tried Sands CVS on my site, and the icons were fine. Not all of $link's icons have icons (contributions to get icons on other links accepted), but those that do are "read more", "add new comment", " comments", etc.
Comment #2
steveparks commentedHi
The site's in english. The read more icon is showing up fine, but no others are showing.
Icons on other areas work fine too such as the posted by username and date.
I notice that the red more icon is the only one not dealt with by the function in the template.php (that line is commented out). Could that have anything to do with it?
The test site is available on the net but i don't want to hyperlink to it...but you can find it at:
http:// test dot flyingstartups dot com
It's a mess at the moment because i'm in the middle of lots of changes, but you can see the icon issue.
Thanks for your help - and a great theme.
Steve
Comment #3
Samat Jain commentedAh, okay, simple problem.
You've renamed your theme from Sands to FlyingStartups2006. The functions in template.php depend on the theme being named "sands"; they are all prefixed with "sands_". Simply change the prefix on all these functions to flyingstartup2006_" and the functions should get called and the icons return.
I'll add this to the FAQ on my homepage. Please close the ticket if this solves the problem for you.
Comment #4
steveparks commentedD'oh!
The daft thing is that I knew the functions needed to have the theme name in. damn, i feel stupid! :)
I needed to rename the theme because i'm in a multisite installation and need two versions of sands. I should have then remembered to rename the functions.
Anyway, thanks very much for providing such speedy help.