WebsiteBaker Community Forum

WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: rumen on July 19, 2017, 05:47:19 PM

Title: One page template menu
Post by: rumen on July 19, 2017, 05:47:19 PM
Hello,

I see that most of the templates are one page just sliding down .... I don't like it, but that's my opinion. I couldn't find any solution here in the forum, so I just want to ask how we implement the WB menu in such template?
Now we enter lets say show_menu2 ......   with the parameters and it works. But when we need to combine sliding down menu with internal pages what we are doing? Any idea? Because if the site is just simple visit card it will not need even CMS ... can be uploaded as simple HTML ... but when we want to make internal pages? We need to combine somehow the sliding menu and the WB menu.
Title: Re: One page template menu
Post by: Ruud on July 19, 2017, 11:10:43 PM
I made a demo template for a onepager website a few years ago..
It uses some other functions for page content and the menu.

Maybe this helps?

https://forum.WebsiteBaker.org/index.php/topic,25886.msg199857.html#msg199857
Title: Re: One page template menu
Post by: rumen on August 31, 2017, 11:34:16 PM
Yes I know this template,  but (please consider you speak with somebody who is not programer) how I can implement for example that template (https://w3layouts.com/preview/?l=/escape-corporate-portfolio-flat-responsive-web-template/) into your template and keep it like it is? Now there are instructions for menu "<?php show_menu(2); ?>", for page content this: "<?php page_content(1); ?>" etc. But for this one page templates that became so popular last days? To replace the CSS? I don't think it will work.
Title: Re: One page template menu
Post by: Ruud on September 01, 2017, 09:51:27 AM
Well, this template does not use the standard page_content() and show_menu2() functions.
Without a some php knowledge or understanding it will be hard to do.
Title: Re: One page template menu
Post by: rumen on September 01, 2017, 10:33:39 AM
Yes, well I have any knowlage, but not as specialist. I don't like that one page templates, but ... they becase very popular. Have to think how to do some if somebody say "I want that template", have handle it somehow.