i've checked and i've checked again - theme settings and global settings...there are no primary links displaying in the header...

any idea what could be the cause???

CommentFileSizeAuthor
#6 style.css_.txt14.46 KBzilla
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Wolfflow’s picture

Hi, you may try here: New Alek_2_0 Theme little patch

Cheers

Sorry ... it works now

zilla’s picture

yikes! there's no link on that text...strange...is there another link?

Wolfflow’s picture

Sorry Zilla, my fault , i have correct it.

Cheers

zilla’s picture

so i tried this: http://drupal.org/node/221973 - but it did nothing - the primary links are NOT appearing! any ideas? are the devs monitoring this forum/thread still? i realize they're working on some new theme stuff too, but just hoping for some support on this issue, can't figure it out for hte life of me...

Wolfflow’s picture

Title: no "primary links" are visible for a d6.1 install in either safari or FF » #5
Assigned: Unassigned » Wolfflow

Hallo Zilla,

Please provide me with your styles.css file.
Or If possible send a site address where I can have a look at your page.
I may test it and see what is going wrong ... ;-)

zilla’s picture

FileSize
14.46 KB

sure, here it is - using your patch from before - the site is shut down right now, so no link to provide...

Wolfflow’s picture

Title: #5 » #6

Hi Zilla,

here the adjustments:

/* Change to Made on your Styles */

#header {
  width:100%;
  height:180px;     ---> yours: height 120px 
}  
#headerInner {
  position: relative;
  width: 100%;     ---> yours: width  950px; 
  height:160px;    ---> yours: height 120px
  margin: 0 auto;
}  
  
#siteName {
  font-family:"Verdana", sans-serif ;
  margin:100px 0 0 0;
  color: #fff;
  font-size: 28px;      ----> yours: font-size 44px
  text-transform: none; 
  display: inline;
  line-height: 100px;   ----> yours: line-height 110px
}

#siteSlogan {  
  font-family:"Verdana", sans-serif;
  float:left;
  margin:40px 0 0 10px;     ----> yours margin: 33px 0 0 10px
  color: #eee;
  font-size: 18px;          ----> yours: font-size: 24px
  white-space:nowrap;
  text-transform: lowercase;
}

#logo {
  float: left;
  margin:2px 2px 2px 2px;    ---> yours:  margin:35px 0 0 0;
  padding-top: 0px;
}

#logo img {
  float: left;
  border: 2;              ---> yours:  border: 0;
}

#logowrapper p{
color:#fff;
float:left;
font-size:1.2em;        -----> yours: font-size:0.9em;
height:80px;            -----> yours: height:40px;
line-height:1.3;
padding-left:10px;      -----> yours: padding-left:5px;
padding-top:0px;        -----> yours: padding-top:32px;
width:210px;
}

Hope you will make it this time.

Note: do not copy directly because of my comments about your settings !!!
P.S. The logo I used on my Site is 127x159 maybe yours is different and may be adjusted accordingly.
Let me Know. Cheers

zilla’s picture

nope, tried it but it pushed site name over to far left of header and still doesn't display links...

any chance you could post your full version of css for this as style.css.txt and i can simply rename, upload and try it out?

it's soooo strange that this is bugging out!

Wolfflow’s picture

Component: User interface » Miscellaneous
Priority: Critical » Minor
Status: Active » Postponed

Hi, again... anyway using Firefox with Firebug going to my test site at http://www.e-kontakt.at/d/ you can download every single file, It have no sense if i give you only the styles.css, you need also all adapted pictures in order to have the same Theme installation. I know and understand your situation, but you have to play with those value on a local server first and then when everything run smoothly you can upload the theme to your hosting site.

Don't give up, at the beginning is a matter of time to get experience with .css values and fields.
If you meanwhile find a hosting I'm always disponible to help you out but with no data and pictures there is no chance.
Cheers

zilla’s picture

thanks. i'll pull 'em down with cssedit (i use this on a mac)...

btw, i'm also looking into framework theme (really a skeleton for theming) and may wind up going in a more 'plain white open space' direction...

Wolfflow’s picture

Status: Postponed » Closed (fixed)

Hi Zilla,
Let me know if you need more info. I'm trying to take over the maintenance of Alek 2.0 Theme, i found a great Theme but I have just started few weeks ago and really I'm not a proof. I look also to find people who want help out with this
Theme as I am trying to build a new Theme (with similar look like Apple.com) for Apple Lover, even though I work meanwhile mostly with PCs. Good Luck
Cheers

zilla’s picture

thanks. my only gripe with apple is the excessive use of images -but some people do love it...looks very nice...

Wolfflow’s picture

Title: #6 » #13
Status: Closed (fixed) » Closed (duplicate)

Hi Webmasters,

This issue http://drupal.org/node/230865
can be ported to http://drupal.org/node/222778
or added to.
What you Think?

Wolfflow’s picture

Title: #13 » no "primary links" are visible for a d6.1 install in either safari or FF

Restored original title as time ago changed involontary from me at #5