I just installed Morning After (ProsePoint Port version). At first I could see the search box, then I started playing around with the configuration settings, without even touching the code, just to remove the logo, and at some point the search box disappeared! and I can't seem to get it back :(
This is not a case of user permission, as I have been admin the whole time. Flusing the cache a zillion times didn't help. Any clue?
If I activate the other Morning After theme (Rev 2), the search box is there all right.

Comments

clems’s picture

Title: disappearing search box » no problem

my bad, I probably had accidentally unchecked the search checkbox in the theme settings. Everything is juste fine. By the way thanks for that wonderful theme. I especially like the style of the menu. Pity it doesn't seem to handle long menu titles too well (second line runs into next menu item).

bengtan’s picture

Title: no problem » Doesn't handle long menu item titles

Hi, seeing as the original issue was a false alarm and is no longer an issue, I've hijacked this issue to reflect:

Pity it doesn't seem to handle long menu titles too well (second line runs into next menu item)

I'll have a look at it when I have time, but I think realistically, you might have to wait a few weeks for a fix.

bengtan’s picture

Hi,

I had a quick look at the issue of long menu titles. There is a potential workaround, but you'll need to edit the css yourself.

At around line 394 of tma.css where it says:

ul.menu li a, li.expanded a, li.collapsed a, li.leaf a, .block .item-list ul li a
{
background:transparent url(images/arrow.png) no-repeat scroll right 3px;
border-bottom:1px solid #DADADA;
border-left:3px solid #DADADA;
color:#000000;
display:block;
font-size:0.8em;
font-weight:bold;
height:19px;
margin:0pt;
padding:3px 12px 0pt 7px;
text-transform:uppercase;
}

Change height: 19px to line-height: 19px, but then you'll have fiddle with the padding as well.

Hope this helps. I won't be committing this to the theme anytime soon.

clems’s picture

Thanks for the answer. I ended up changing the line-height to 9px and not fiddling with the padding: the result is reasonably clean.

Anonymous’s picture

Status: Active » Fixed

I deleted height(it doesn't have to be there) and increased padding.

Status: Fixed » Closed (fixed)

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