WebSite X5Help Center

 
Junhao J.
Junhao J.
User

Menu  en

Author: Junhao J.
Visited 1093, Followers 2, Shared 0  

Hi 

I want to remove the Home Page menu, it is possible ?

Posted on the
7 ANSWERS - 1 USEFUL
Jamie B.
Jamie B.
User

Hi yes

If you want to disable the main menu on just one page go into page properties, expert and in the before closing head tag copy this code:

<style>
#imMnMn {
Display:none;
}
</style>

If you want to disable the main menu for the entire site just hide all the pages and that should do it.

regards

jamie

Read more
Posted on the from Jamie B.
Junhao J.
Junhao J.
User
Author

Thank you !! 

Read more
Posted on the from Junhao J.
Junhao J.
Junhao J.
User
Author

in addition ,

1. I can set Single page scrolling (anchor pattern) ? logo is fix

2. Bottom Page Arrow Top

Thanks

Read more
Posted on the from Junhao J.
Incomedia
Claudio D.
Incomedia

Hello Junhao,

Can you please show me an example of what you refer for point 1?

You can use the anchor function where you set an anchor point to the first object on the page and then on the bottom you add a link to this anchor.

http://help.websitex5.com/en/v12/evo/index.html?ancore_ht.htm

Many thanks!

Read more
Posted on the from Claudio D.
Junhao J.
Junhao J.
User
Author

Thank you !

Read more
Posted on the from Junhao J.
Jamie B.
Jamie B.
User

Hi

for point 1 yes you can view this demo http://www.x5tuts.com/template/pizza-v12/

for point 2 you can google scroll to top script and add the custom code into your site if you need help let me know.

regards

jamie

Read more
Posted on the from Jamie B.
Junhao J.
Junhao J.
User
Author

What code i need add on page ? 

Read more
Posted on the from Junhao J.