Ok attached is a screenshot of the primary links issue as I see it. This is with the 20:02 roll from tonight and cache cleared.

This can be seen live at blackenedblue.com

CommentFileSizeAuthor
primarylinks.png76.82 KBvm

Comments

atelier’s picture

This is a styling issue when using site name in the header instead of a logo. I'll get that fixed for you. I also noticed that the footer background image disappears when blocks aren't assigned to that region. This is a markup problem in page.tpl.php. I just made a change to the markup so that should be resolved as well. Look for a new build later today or tomorrow after the packaging script has run.

atelier’s picture

Status: Active » Fixed

Changes have been committed.

vm’s picture

awesome. I'll checkout the updated theme and do some more diggin'

Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

weblance’s picture

I have just installed today. Probably the best them I have seen. Nice work. I am a little upset becasue I just spent a month theming another site and this is better...

I am still experiencing this issue. I have a loggin bar and a logo.png.

weblance’s picture

line 385 in style.css in fusion core theme fixes this..for now. Below shows the deleted padding settings

/* style links, and unlinked parent items (via Special Menu Items module) */
.primary-menu ul li a,
.primary-menu ul li .nolink {
display: block;
padding: ;
text-decoration: none;

weblance’s picture

I noticed drop down menus only drop down when on the page of the first item in the tree. Is there a way I can have them drop down on mouse over from any page?