WebSite X5Help Center

 
Tom G.
Tom G.
User

Display one of the pages without menu  en

Autor: Tom G.
Visited 945, Followers 1, Udostępniony 0  

I have a button when clicked on, the separate page (my FAQs – frequently asked questions) is opening in addition to the main one. On this page the menu appears as on all other pages.
But I don’t want to have menu displayed on this page. I want the user to close this page when done reading, by clicking some button with the action of closing the page.
Can someone give me an idea how to do it, if it’s at all possible?

Thanks in advance!

Posted on the
7 ODPOWIEDZI - 2 USEFUL
Axel  
Axel  
User
Najlepszy Użytkownik miesiąca FR

'Inspect' to find the menu class name and CSS to hide it... not ?

Czytaj więcej
Posted on the from Axel  
Axel  
Axel  
User
Najlepszy Użytkownik miesiąca FR

tested on v2019.2.7

<style>
#imHeader_imMenuObject_01 {
    display: none;

}

</style>

The menu is not displayed on the page

Czytaj więcej
Posted on the from Axel  
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator
Tom G.
I have a button when clicked on, the separate page (my FAQs – frequently asked questions) is opening in addition to the main one. On this page the menu appears as on all other pages. But I don’t want to have menu displayed on this page. I want the user to close this page when done reading, by clicking some button with the action of closing the page. Can someone give me an idea how to do it, if it’s at all possible? Thanks in advance!

 ... x v.17:

> Hidden

Create the Page without the Template

> CLOSE button x page hidden: 
<input type="button" value="CLOSE PopUp" onclick="javascript:window.close();">

>> The Link window > Commands in the Action section | >> page hidden >> PopUp

>> example

.

ciao

.

Czytaj więcej
Posted on the from  ‪ KolAsim ‪ ‪
Tom G.
Tom G.
User
Autor

@Axel,

Works great! Just have different MenuObject number.

@KolAsim,

The button created works as I wanted, and this is how it looks:

How can I change the size, color, border?

Czytaj więcej
Posted on the from Tom G.
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator
Tom G.
... ...  @KolAsim, The button created works as I wanted, and this is how it looks: How can I change the size, color, border?

... + STYLE:

<input type = "button" value = "EXIT FAQs" onclick = "javascript: window.close ();"  style="color:blue;background-color:yellow; border-radius:15px;font-size:23px">

.

Czytaj więcej
Posted on the from  ‪ KolAsim ‪ ‪
Tom G.
Tom G.
User
Autor

Thank you very much KolAsim and Axel!

I accomplished what I was looking for! wink

Czytaj więcej
Posted on the from Tom G.
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator

...wink...

Czytaj więcej
Posted on the from  ‪ KolAsim ‪ ‪