Horizontal menu and top menu only appears on the home page

vagtino
3 Posts
vagtino posted this 29 November 2015

The header is appearing on every page of my template and WordPress platform I use for testing, but the two mentioned menus do not appear in the other pages and subpages.

This is due to the type of header that choose to make use of the various models that exist or is some other option Themler should I use?

Thank you

Vagner

The header is appearing on every page of my template and WordPress platform I use for testing, but the two mentioned menus do not appear in the other pages and subpages. **This is due to the type of header that choose to make use of the various models that exist** or *is some other option Themler should I use?* Thank you Vagner
Vote to pay developers attention to this features or issue.
10 Comments
Order By: Standard | Newest
Hamzah
17 Posts
Hamzah posted this 29 November 2015

Hello Vagner

Just make sure your menus are inside the header container.

Hello Vagner Just make sure your menus are inside the header container.
Support Team
Support Team posted this 30 November 2015

Hi,

Please check that the Header and Menu control are shared between the templates. Header control is initially shared on all the templates, check that you haven't edited that settings. Also you can insert the Menu control inside the Header and it will be shared automatically on all the templates that do have Header control.

Sincerely,
Hella

Hi, Please check that the Header and Menu control are shared between the templates. Header control is initially shared on all the templates, check that you haven't edited that settings. Also you can insert the Menu control inside the Header and it will be shared automatically on all the templates that do have Header control. Sincerely, Hella
vagtino
3 Posts
vagtino posted this 30 November 2015

Hi

I managed to do the horizontal menu appears on top of the header correctly, but not the top menu when I try to place the horizontal menu at the bottom of the header does not appear and when it appears in a different way on each page (scruffy).

My major difficulty has been to insert cells and columns (if applied to the top menu, search box and social networks) within the header, plus you get freely move the horizontal menu within any part of the header.

The Themler has numerous additional features compared to Artisteer, but on the other hand is much harder to make or modify the HTML structure of primary elements and those that are secondary or additional in terms of positioning.

Thank you.

Vagner.

Hi I managed to do the horizontal menu appears on top of the header correctly, but not the top menu when I try to place the horizontal menu at the bottom of the header does not appear and when it appears in a different way on each page (scruffy). My major difficulty has been to insert cells and columns (if applied to the top menu, search box and social networks) within the header, plus you get freely move the horizontal menu within any part of the header. The Themler has numerous additional features compared to Artisteer, but on the other hand is much harder to make or modify the HTML structure of primary elements and those that are secondary or additional in terms of positioning. Thank you. Vagner.
Support Team
Support Team posted this 30 November 2015

Hi,

Could you please create a separate private ticket with the access to your site and some detailed explanations of the problems.

Sincerely,
Hella

Hi, Could you please create a separate private ticket with the access to your site and some detailed explanations of the problems. Sincerely, Hella
OCPR
37 Posts
OCPR posted this 30 November 2015

Hi Support

In one of your answers above you suggested to "Please check that the Header and Menu control are shared between the templates." How or where can I find that settings to verify that the Header and Menu (specially the menu) is shared between the templates?

thx!

Hi Support In one of your answers above you suggested to "Please check that the Header and Menu control are shared between the templates." How or where can I find that settings to verify that the Header and Menu (specially the menu) is shared between the templates? thx!
Support Team
Support Team posted this 01 December 2015

Hi,

The Header control is originally shared between templates. You can select it and in the options in the left panel you will see the Show on Template option. The easiest way to share the menu is to place it within the Header container.
Another way to share the separate control is to Copy it, navigate to another template and use the Past and Share option.

Sincerely,
Hella

Hi, The Header control is originally shared between templates. You can select it and in the options in the left panel you will see the Show on Template option. The easiest way to share the menu is to place it within the Header container. Another way to share the separate control is to Copy it, navigate to another template and use the Past and Share option. Sincerely, Hella
OCPR
37 Posts
OCPR posted this 01 December 2015

Perfect, thank you very much Hella!

Perfect, thank you very much Hella!
Support Team
Support Team posted this 02 December 2015

You are welcome.
Feel free to contact us in any other occasion.

Sincerely,
Hella

You are welcome. Feel free to contact us in any other occasion. Sincerely, Hella
obriensue498
12 Posts
obriensue498 posted this 4 days ago

The issue where a horizontal menu and top menu only appear on the home page of a website could be related to how the layout or template settings are applied across different pages. In many cases, it is possible that the menu is assigned only to the homepage template, or there might be a condition in the code that restricts its visibility to that specific page. Sometimes, theme customization settings or plugin configurations may also play a role, causing the menus to not load consistently on other pages of the website.

There is a chance that adjusting global header settings or checking page-specific templates could help resolve this. It might also be useful to review whether the menu is properly assigned to all pages within the website dashboard.

The issue where a horizontal menu and top menu only appear on the home page of a website could be related to how the layout or template settings are applied across different pages. In many cases, it is possible that the menu is assigned only to the homepage template, or there might be a condition in the code that restricts its visibility to that specific page. Sometimes, theme customization settings or plugin configurations may also play a role, causing the menus to not load consistently on other pages of the website. There is a chance that adjusting global header settings or checking page-specific templates could help resolve this. It might also be useful to review whether the menu is properly assigned to all pages within the [website][1] dashboard. [1]: https://lejournaltach.fr/
henrymixhle
3 Posts
henrymixhle posted this 2 days ago

This usually happens when the navigation is hard-coded only for the homepage template. If your horizontal or top menu disappears on inner pages, it’s likely not included in the global header file or isn’t being called properly across layouts. I ran into something similar while organizing a content-heavy page about restaurant menus, and fixing the shared header solved it instantly. You might want to check how your theme handles header.php (or equivalent). Also, if helpful, I came across a clean structure example here that breaks things down nicely: https://outbacksmenu.us/ it shows how consistent navigation improves usability across pages.

This usually happens when the navigation is hard-coded only for the homepage template. If your horizontal or top menu disappears on inner pages, it’s likely not included in the global header file or isn’t being called properly across layouts. I ran into something similar while organizing a content-heavy page about restaurant menus, and fixing the shared header solved it instantly. You might want to check how your theme handles header.php (or equivalent). Also, if helpful, I came across a clean structure example here that breaks things down nicely: https://outbacksmenu.us/ it shows how consistent navigation improves usability across pages.
You must log in or register to leave comments