3 of 4
3
     
 
NEW THEMES: MenuFade (or: where’s the menu?), Menu DropDown and MenuSlider
#31.  Posted: 28th June 2009 08:42 PM

Dang it Henk. I just got a bunch of my site pages done in Coloroll and Magazine and then you come out with yet another one. I thought you were on vacation, shees. You are wearing me out man! Of course I bought it as soon as I saw it just like all the rest in the year plus that I have been using RapidWeaver. I don’t guess I can complain about not having enough interesting new menu options. Henk seems to read my mind. I was looking for something with a small header area and a new interesting menu concept. I just got my home page redone in one of the menu themes and then I get the note that there is a 5th menu option, now I have to “burn the midnight oil” again!

Here is a look at a few Henk themes, soon there will be a few pages in the menu themes, if Henk gives me a breather that is.

http://www.wolfbrook.com/

Hope I am not embarrassing our theme author too badly with my weak attempts at applying his work.

 Signature 

iMac, 2.66 GHz Intel Core i5, 8GB DDR3 memory
“If you understand it, anything is easy!” ...Mr. E, my 6th grade teacher and a wise old Welsh gentleman.

#32.  Posted: 29th June 2009 12:27 PM

Very cool new theme Henk!!!

 Signature 

Jan van den Berge
Webdesign / Web-photography
Follow me on Twitter

“We are, each of us, angels with only one wing. And we can only fly embracing each other.”
Luciano de Crescenzo

#33.  Posted: 29th June 2009 07:16 PM
Henk Vrieselaar - 28 June 2009 05:48 PM

As I wrote a few days ago I’ve made another MENU theme: MENU SLIDER

The other 4 themes are updated too: there was no colour option for the sidebarheader text in the previous ones. And I’ve made another manual.

All buyers have received this updated bundle a few minutes ago.

I hope you enjoy the new theme Smile
Henk

Henk,

Sorry but I have not received an e-mail for the new theme. What do I need to do.

Cheers
Norman

 Signature 

Its me, my mac and your money - thats a good combination!!

#34.  Posted: 29th June 2009 09:15 PM

I’m sorry, Norman. I did an update with e-Junkie but probably your address was missing or whatever.
I’ve send you the bundle a moment ago.

Henk

#35.  Posted: 30th June 2009 06:15 PM
Henk Vrieselaar - 29 June 2009 09:15 PM

I’m sorry, Norman. I did an update with e-Junkie but probably your address was missing r wahtever.
I’ve send you the bundle a moment ago.

Henk

Henk,

Many thanks got it and downloaded it.  As usual always great service.

Regards
Norman

 Signature 

Its me, my mac and your money - thats a good combination!!

#36.  Posted: 01st July 2009 12:51 AM

Thanks Henk. You are the best!

 Signature 

Cheers,

Branko
Lazarov Design | 1001 Designs
I am using DreamHost Check them out! | Dropbox Great storage / sync tool! Signup for free!

#37.  Posted: 02nd July 2009 11:52 PM

WAOW!!!  SUPER!!!

I have been reading all the messages you wrote to Henk. Pffff what can I say more?!! How can I express myself better than all this?!

This is really great!!! I recommend you to have these themes in you RW library.

I am big fan of Henk Wink .  My own site is made with one of his latest themes Colorrol and now I would like to make something with one of these (first I have to choose which I like more and that’s difficult Undecided, Laugh , but a client and friend of mine liked it too and he asked me to do something with MenuFade Split. So I will do that before.

I have got one question maybe some of you know. Henk gives the possibility of 10 headerimages. Oke, oke I know that is a lot, but I would like to change each page of the site with an other image. Do you know if that is possible, to have more headerimages than the 10 headerimages that Henk offers in these themes??

Maybe one of you can show us what you made with these themes? I am sure we can make great professional work with these.

Thank you very much Henk!!
Not only for your great themes you make for us, but also for you daily help you give us here in this forum. You are allways here to help us, and not only with your themes

Kind Regards,

Saludos,
Yolanda

#38.  Posted: 03rd July 2009 06:26 AM

Thanks Yolanda (from, I presume, a very sunny Spain...).

Yes, these themes have 10 options in the Theme Styles for a headerimage. But when your website has a lot of pages and you prefer a different image on each page do this:

• 1. Add your image (it has for example the name spain.jpg) to the Assets (Page-Inspector > Header > Assets). The height has a maximum size of 115px and a width of 1100px (or less when you use another Container width in the Theme Styles).

• 2. Paste this code in the Custom CSS now:

#pageHeader {
    backgroundurl(images/bg_images/spain.jpgno-repeat left top;
}

In Preview your new headerimage shows up. Easy? This can be done with almost every theme when the headerimage is in the pageHeader.

Henk

Indeed it would be nice to see what you’ve made with these themes Smile

#39.  Posted: 04th July 2009 10:32 AM

Thank you very much Henk. I knew I could count on you. (again). 
And if I can use these for other themes that would be really usefull.

Not all the themes gives you 10 headerimages like you do so I think many of us can use this great tip.

Have a nice weekend.

Regards,
yolanda

#40.  Posted: 19th July 2009 09:22 AM

Henk, I watched your new themes Menu Dropdown and MenuFade. They are really wonderful. Excellent job! By the way, is it possible to make the Menu-button of the Menufade-theme higher than the header-hight? Hope you understand the question.

#41.  Posted: 19th July 2009 05:37 PM

Thanks Pim,

Yes, that’s possible indeed and you’ll get a nice long menu-button (the MenuTab).
I’ve made an example of it on this page (with blink-effect, but you can disable this).

When the sidebar is right or hidden paste this in the Custom CSS:

#sideBarTab{
    height600px;
}

#myExtraContent2,
#myExtraContent3,
#contentContainer #content {
    
padding-left95px;
}

The height of the MenuTab (the sidebarTab in the code above) in this example is 600px. You can increase or decrease it until you’re satisfied.
The padding-left of the Content is 95px in this example with a MenuTab width of (by default) 60px. When you choose another MenuTab width in the Theme Styles, for example 100px, you have to increase the padding-left of the Content to 135px (95 + 40).

When the sidebar is left paste this in the Custom CSS:

#sideBarTab{
    height600px;
}

#myExtraContent2,
#myExtraContent3,
#sidebarContainer #sidebar {
    
padding-left95px;
}

The padding-left of the Sidebar is 95px in this example with a MenuTab width of (by default) 60px. When you choose another MenuTab width in the Theme Styles, for example 100px, you have to increase the padding-left of the Sidebar to 135px.

Henk

#42.  Posted: 09th August 2009 08:03 PM

Once more; thank you for the update.

Per

#43.  Posted: 12th February 2010 04:59 PM
joao montenegro - 24 June 2009 08:02 PM

As usual, another great theme from you Henk.

Regards and don’t get tired ....


jm

Hello, Love this very elegant menu,

As always, I like to gut things in order to get the essence.  There seems to be some padding above the container, about 10px as can be seen in the attached screen shot, above the white container border.

Could anybody tell me what would the CSS be to remove that?

Image Attachments

Picture 3.png
Click thumbnail to see full-size image
 Signature 

clic

jean-christian.net

#44.  Posted: 12th February 2010 07:14 PM

You’ve made a lot of changes to the css. When you paste this in the Custom CSS the stroke above the container will be gone:

#container {
    margin-top0;
}

#45.  Posted: 12th February 2010 08:47 PM
Henk Vrieselaar - 12 February 2010 07:14 PM

You’ve made a lot of changes to the css. When you paste this in the Custom CSS the stroke above the container will be gone:

#container {
    margin-top0;
}

Thank you Henk.  It works indeed, although “of course” should follow, since obviously you should know.

Is it a problem to change the CSS as much as you say I have?  I always wonder if it would not be better alter the construction of the theme (not that I would know how to do that) and change things there rather than through CSS afterward?  It seems that the theme does its thing first, then the user asks it to undo stuff through CSS, and if that only takes place when the page is uploaded, then that’s fine, but if it does that when the page is downloaded in the viewer’s browser, then it probably slows down things, does it not?  You see, I know what I want but I don’t know what I am doing.

Anyway, what you see in attachment is just a test page, and the text that you see behind the menu is just to show that I can put stuff there, ultimately this would become some kind of header for instance.  But how could I lower the menu, as if I had a logo in the top left corner and wanted teh menu below that?

Also, I thought that the CSS that I have from another theme would work here to change the font, but it does not, and I would like to change it to Garamond, Times New Roman?  ( I can’t stand Georgia, which I can say savantly since I endure living in the south of the U.S.)

Cheers,

Image Attachments

Picture 1.png
Click thumbnail to see full-size image
 Signature 

clic

jean-christian.net

3 of 4
3