I have placed my primary links block in the header section, but instead of showing up on the right hand side of the logo, the links appear underneath it? I am not sure what I am doing wrong - I wish to have it appear as in the demo

ie: links to the right of the logo - can anyone help me?

I have read all of the issues here but nothing seems to fix it. Am i overlooking something simple?

this is the website in question

http://www.sell-downloads.co.cc

Comments

teamfresh’s picture

Component: Miscellaneous » Code
Priority: Minor » Normal
pinchg’s picture

This is not a solution but I had the same problem - I noticed that if I turned off the logo, then they show up where we both want them to... Probably can tweak the css a bit to address it

mehrpadin’s picture

Hey there,

As far as I see you're (teamfresh) using an older version of the 'page.tpl.php', not sure which version, but it's not v1.4 , so just upgrade and it'll be fixed in no time.

:)

lolmaus’s picture

I've got the same problem.

My site:
http://net-p.ru

The page you can see as title page is assigned a menu item in "Primary links".

I want it to appear next to my logo like on mpFREE's demo.

Primary links theme feature is enabled both globally and for mpFREE.

What's wrong and how to fix?

mehrpadin’s picture

Privet Andrey :)

A new version just released (v1.5) , upgrade and let me know if it was still so.

Plus, I can't see any menu there at net-p.ru

teamfresh’s picture

Status: Active » Fixed

I uploaded the latest version of the theme and it is all looking sweet ;) my menu is in the right place now.

mehrpadin’s picture

Status: Fixed » Closed (fixed)
lolmaus’s picture

Version: 6.x-1.4 » 6.x-1.5
Status: Closed (fixed) » Active

I've solved my problem. It was caused by a combination of two issues:

1) I use a wider logo, which causes the "Header" region to appear below the dark-blue header bar, not inside.
2) Misunderstanding: i was talking about the "Primary links" theme feature and you were talking about putting the "Primary links" region into the "Header" region.

I believe that both issues can (and should) be fixed in mpFREE:

1) The theme should allow using logo images of any width, without a need to apply a CSS hack to the header region. This can be achieved by setting its width to auto instead of fixed 700px and altering the html to display properly (setting the logo image to float:left maybe?).

2) There is such a thing as "Primary links" theme feature. When enabled, it displays "primary links" menu items nicely embedded into the theme. And it is absolutely different from the regions and blocks stuff. I personally think that this is against Drupal concept and should be abandonned in favor of a region designed for that purpose. mpFREE uses the region way and that's great.
But to eliminate the misunderstanding you should: a) remove the "primary links" and "secondary links" features from mpFREE's theme settings; b) explicitly tell users that to implement a primary menu they should place the "primary menu" block into the "header" region.

mehrpadin’s picture

Yeah the maximum width for the logo is 250px - another reason I've to prepare a documentation - and it's not really possible to let both logo and the "Header" region grow more (the layout has a fixed width of 960 pixels).

I don't know a way to remove any of those default theme features, will have a look though. Plus, yeah documentation is really needed, will prepare it ASAP.

mehrpadin’s picture

Status: Active » Closed (fixed)