WebSite X5Help Center

 
Nicole B.
Nicole B.
User

Resize template content for header menu  en

Autor: Nicole B.
Visitado 693, Followers 1, Compartido 0  

This is the page that as the menu header https://nicole-baker.websitex5.me/ instead of an hamburger

This has the hamburger https://nicole-b.websitex5.me/ but i know its because i added another page.

I want to resize the template content to resize it to list 6 pages. I will rename photos to fit.  I am unable to to resize and delete spacing.

Publicado en
46 RESPUESTAS - 7 úTIL - 1 CORRECTO
Daniel W.
Daniel W.
User
Usuario del mes DEUsuario del mes EN

Without words

-----

-----

Leer más
Publicado en de Daniel W.
Daniel W.
Daniel W.
User
Usuario del mes DEUsuario del mes EN

-----

Leer más
Publicado en de Daniel W.
Daniel W.
Daniel W.
User
Usuario del mes DEUsuario del mes EN

It is an option, but only for desktop view, as soon as the screen becomes narrower the hamburger menu can be seen again.

So don't waste too much time on it.

-----

Leer más
Publicado en de Daniel W.
Daniel W.
Daniel W.
User
Usuario del mes DEUsuario del mes EN

For many menu items there would still be an option that works without a Hamburger menu even on narrow screens, but the menu would then have to be created manually and expanded manually if new menu items were added, see post

>> https://helpcenter.websitex5.com/es/post/259508

-----

Leer más
Publicado en de Daniel W.
Nicole B.
Nicole B.
User
Autor

Funny I played with that number but i guess didnt do it enough to see a difference. Thank you once again Daniel.  Can i put you on speed dial hehe

Leer más
Publicado en de Nicole B.
Nicole B.
Nicole B.
User
Autor

Ive lowered the number but it compressed the words, so i am asumming I am going to have change the wording to get it to fit or ceate the menu manually.  Thanks again

Leer más
Publicado en de Nicole B.
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator

(It > En) ... ... I don't know if I understand what you want to achieve, but if you are interested in an aspect of the menu as a result as in my printout below, it's simple with my exclusive EXTRA code, now used by many...
... the basis of my code can also be found in this topic:
>> https://helpcenter.websitex5.com/es/post/219404#comment43
... just customize the value of the reference selector, ... otherwise let me know if this is exactly what interests you, and I will post the code dedicated to you, one line, which you can then apply with a simple copy/paste. ..

.

ciao

.

Leer más
Publicado en de  ‪ KolAsim ‪ ‪
Nicole B.
Nicole B.
User
Autor

Thanks KolAsim

Leer más
Publicado en de Nicole B.
Nicole B.
Nicole B.
User
Autor

Yes KolAsim, Im interested in your code

Leer más
Publicado en de Nicole B.
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator

... OK ... ... ... code:

<style>
/** menu elastic -- K -- **/
div[id^='imHeader_imMenuObject_'] ul > li > .label-wrapper { width: auto !important;padding: 0 10px !important}
</style>

.....................................

ciao

.

Leer más
Publicado en de  ‪ KolAsim ‪ ‪
Nicole B.
Nicole B.
User
Autor

Hey KolAsim, I thought I replied, where do your code go?

Leer más
Publicado en de Nicole B.
Nicole B.
Nicole B.
User
Autor

i put the code but it change the how hamburger menu look

Leer más
Publicado en de Nicole B.
Daniel W.
Daniel W.
User
Usuario del mes DEUsuario del mes EN

I found that in my test too.

The code writer has to test it himself first and then post the correct code.

Leer más
Publicado en de Daniel W.
Nicole B.
Nicole B.
User
Autor

Thanks Daniel

Leer más
Publicado en de Nicole B.
Daniel W.
Daniel W.
User
Usuario del mes DEUsuario del mes EN

I adapted and tested KolAsim's code, the code works for me.

The number "03" may need to be adjusted in the code. To do this, check the source code view on your own website to see what number is there.

<divid="imHeader_imMenuObject_03_container">

-----

<style>
/** menu elastic -- K -- **/
div[id^='imHeader_imMenuObject_03_container'] ul > li > .label-wrapper { width: auto !important;padding: 0 10px !important}
</style>

Leer más
Publicado en de Daniel W.
Daniel W.
Daniel W.
User
Usuario del mes DEUsuario del mes EN

My test page before and after inserting KolAsim's code.

-----

-----

Leer más
Publicado en de Daniel W.
Daniel W.
Daniel W.
User
Usuario del mes DEUsuario del mes EN

In the hamburger menu there are two menu items on one line, perhaps KolAsim can adapt the code so that each menu item is on its own line.

-----

Leer más
Publicado en de Daniel W.
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator

.... the second of the two LINKS in the first post doesn't work for me...
[ This connection is not secure ]

.

Leer más
Publicado en de  ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator

... instead regarding the first of the two LINKS, nicole-baker.websitex5.me,
... in this case there are two alternative paths that can be taken;
> ...the first selective with unique selector ID for the single site;
> ... and the second global or general for sites with similar structure...

.

Leer más
Publicado en de  ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator

> ... code for the first way:
<style>
/** menu elastic -- K -- **/
#imHeader_imMenuObject_03_container > ul > li > .label-wrapper { width: auto !important;padding: 0 10px !important}
</style>


> ... code for the second way:
<style>
/** menu elastic -- K -- **/
div:not([id$='-menu-opened']) [id^='imHeader_imMenuObject_'] ul > li > .label-wrapper { width: auto !important;padding: 0 10px !important}
</style>


-

ciao

.

Leer más
Publicado en de  ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator

...depends on the options you used...
...now the extended normal menu is missing...
... there is only the hamburger menu...
...check what you have applied in this option:
>> Always display the Hamburger Button: this allows the Hamburger Button to always be displayed instead of the main Navigation Menu, regardless of whether the available space is large enough to accommodate the expanded view of all the options.

.

Leer más
Publicado en de  ‪ KolAsim ‪ ‪
Nicole B.
Nicole B.
User
Autor

Hey KolAsim, i do not have that check

Leer más
Publicado en de Nicole B.
Nicole B.
Nicole B.
User
Autor

Hey KolAsim, that page only had 7 items, I added another, the word pay. I figured if i could condense the header all 8 would show.

Leer más
Publicado en de Nicole B.
Daniel W.
Daniel W.
User
Usuario del mes DEUsuario del mes EN

Maybe KolAsim can write the code so that the menu items are spread over 2 lines, then there would be scope for menu extensions.

Or in the header of the website the menu items are manually placed in a text object and linked, see my blue highlighted post above.

Leer más
Publicado en de Daniel W.
Daniel W.
Daniel W.
User
Usuario del mes DEUsuario del mes EN

On my test page I put it in two lines in a text object in the header.

However, with the last two smaller resolutions I had to hide the text object and inserted the menu object there instead, so that the hamburger menu appears on the very narrow screens.

And I had to change the placement of the objects a bit so that everything could be seen. The preview often showed the wrong thing, so I had to switch between the device symbols several times. I also often exported and tested online because I could never rely 100% on the preview during my test.

For my test I only used text without links.

-----

Leer más
Publicado en de Daniel W.
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator

... I don't know what you did in the project, ... but when I first checked, the menu was set up correctly on both sites...
https://d33s48lcrmbkow.cloudfront.net/topics/production/261810/7/3b012340941660608401806e3a10e6fa.png

.

Leer más
Publicado en de  ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator

... widen the menu across the entire width of the header, and increase the height by at least double to arrange the menu items on two lines...
(...or merge two menu items into one level...)

.

Leer más
Publicado en de  ‪ KolAsim ‪ ‪
Nicole B.
Nicole B.
User
Autor

I did widen it, all it did was add padding around the words. I'll just remove one thanks for trying.

Daniel if I went with the text and look option, on Mobile would it look condensed or would hamburger menu show

Leer más
Publicado en de Nicole B.
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator

...  ...check better...
...my previous code is an EXTRA invention of mine which is only used for elastic spacing between menu items...
...but the menu must be properly constructed with the program options that you have to try yourself...

.

ciao

.

Leer más
Publicado en de  ‪ KolAsim ‪ ‪
Daniel W.
Daniel W.
User
Usuario del mes DEUsuario del mes EN

My method uses here...

2 Template > Contents of the template

Header __________

... inserted the text object with the manual links in the 1st (top) of the 4 sections in the appropriate size so that there is space for 2 lines.

Then in the second section you can resize the text object so that it fits and is large enough for 2 lines.

In the 3rd section, the text object is hidden because there is no longer enough space for 2 lines, and the menu object is inserted.

In the 4th section (below), the text object is also hidden because there is no longer enough space for 2 lines, and the menu object is inserted.

-----

Leer más
Publicado en de Daniel W.
Nicole B.
Nicole B.
User
Autor

Thanks you two for help.  I drag the box outside the screen and used KolAsim code and got all 8 to show.  Thank you again you two.  The reunion page is slowly coming together

Leer más
Publicado en de Nicole B.
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator

.... OK. ...   ciao 

.

Leer más
Publicado en de  ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator

... add this code:

<style>
#imHeader_imMenuObject_03_wrapper { width: auto !important }
</style>

.

Leer más
Publicado en de  ‪ KolAsim ‪ ‪
Nicole B.
Nicole B.
User
Autor

with the old code it shows it straight no scroll, when i put that new line of code, it put the menu on two lines

new code

Leer más
Publicado en de Nicole B.
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator

...my last code must be added to the previous one and not replaced...(add this code)cool

...
... or to replace everything you can use this code that incorporates everything together:

<style>
/** menu elastic -- K -- **/
div:not([id$='-menu-opened']) [id^='imHeader_imMenuObject_'] ul > li > .label-wrapper { width: auto !important;padding: 0 10px !important}
div[id^='imHeader_imMenuObject_'] { width: auto !important }
</style>

.

wink

.

Leer más
Publicado en de  ‪ KolAsim ‪ ‪
Nicole B.
Nicole B.
User
Autor

ROFL my bad KolAsim, I have made the suggestions as stated.Thank you very much

Leer más
Publicado en de Nicole B.
Nicole B.
Nicole B.
User
Autor

I add the code now the hamburger menu doesnt show on mobile or tables.  just blank space

Leer más
Publicado en de Nicole B.
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator

...surprised ... undecided ... I saw, ... you're right...
...so let's go back to the origins of my code...
...replace everything with this:

<style>
/** -- menu elastic -- K -- **/
#imHeader_imMenuObject_03_container > ul > li > .label-wrapper { width: auto !important;padding: 0 10px !important}
#imHeader_imMenuObject_03_wrapper { width: auto !important }
</style>

...

... y ou check online and let me know...

.

ciao

.

Leer más
Publicado en de  ‪ KolAsim ‪ ‪
Nicole B.
Nicole B.
User
Autor

Ciao KolAsim, it is working now.  One problem down several more to go hehe. Thank you for taking the time to help me. 

Leer más
Publicado en de Nicole B.
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator

...  smile...   Ciao 

.

Leer más
Publicado en de  ‪ KolAsim ‪ ‪