This is a fantastic theme! When I enable it, none of the header icons show up (as shown in your screenshot). I understand that the default theme doesn't have all of these showing, however, it looks like (from the style.css) that a couple are suppose to show up. The "Aqua-soft.org" image-link doesn't show up either.

So it's hard for me to tell if I have some global configuration that's blocking your default theme or if the default theme is acting funny. I am using Durpal 4.7.*. Could that be the main issue?

Thx

Comments

Gurpartap Singh’s picture

The menu in the header is your Primary Links Menu. You have to create your primary link items from under admin > menu. for example, you name your menu name as "Forum". Then add the following into your css

li#Forum a{
 display: block; background: url(images/icons/tb_usercp.gif) no-repeat top center; 
}

You can change the image path to whatever you want it's icon to be. By default only 2 icons are assigned. You will have to yourself create for your menu specific items. All the icons used in the screenshot are available under /themes/aquasoft/images/icons

I think it needs a better documentation. Anyone can help me come up with it. I am tired of this now. Ok just kidding.

Gurpartap Singh’s picture

Status: Active » Fixed

And somehow if the logo image problem persists, please provide more information whats going on.. :)

lizabeth’s picture

Everything you wrote makes sense. I think the problem is that I don't have any Header showing up. For instance, if I go under BLOCK to check for the different yellow fields (right column, footer, content, left column, header), the yellow header field doesn't appear.

I've seen this problem with the theme SANDS_CSS as well. Could be an external problem. Thank you for the prompt feedback!

lizabeth’s picture

ps. The Logo problem is fixed: I didn't have LOGO checked on the theme configure page. (oops)

Heine’s picture

Version: master » 4.7.x-1.x-dev
Component: Images/Icons » Code
Status: Fixed » Active

attempting to fix the issue (note: the issue itself).

Heine’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)