Closed (fixed)
Project:
Celadon
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Nov 2009 at 04:00 UTC
Updated:
16 Jan 2010 at 01:31 UTC
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
| Comment | File | Size | Author |
|---|---|---|---|
| primarylinks.png | 76.82 KB | vm |
Comments
Comment #1
atelier commentedThis 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.
Comment #2
atelier commentedChanges have been committed.
Comment #3
vm commentedawesome. I'll checkout the updated theme and do some more diggin'
Thanks!
Comment #5
weblance commentedI 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.
Comment #6
weblance commentedline 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;
Comment #7
weblance commentedI 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?