WebSite X5Help Center

 
Giulio V.
Giulio V.
User

Menu Not Showing On Some Pages  en

Autor: Giulio V.
Visitado 925, Followers 1, Compartido 0  

I have some web pages that do not show the menu anymore. Is there a way to check the Menu Code on the good pages to determine what may be causing the issue on the pages that have lost the Menu?

About 4 pages are affected.

Here are some links To show the example of this problem.

This Page shows the menu well.   https://prolinesystems.net/gyspress-10t-riveter.html

This Page, as well as a few others Does Not show the Menu anymore.https://prolinesystems.net/compuspot-180al-aluminum-dent-puller.html

I am at a loss as what to do about this. Thank you to anyone in the community that can Help.

Giulio

Publicado en
13 RESPUESTAS
Aleksej H.
Aleksej H.
Moderator

Hello. Have you placed a menu object in the site header? If not, then add it to the header or check that all pages have a menu object.

Leer más
Publicado en de Aleksej H.
Giulio V.
Giulio V.
User
Autor

Hi Aleksej

Good hearing from you again. In the X5 App, that page and about 4 other pages with the same issue, does have the menu object in it. But when uploaded and online it does not have the Menu.

I think Something is amiss in the code, and I wish someone could compare the code on the pages that have the  missing menu to the ones that are showing the Menu properly to help figure this out.

Thank you for your help.

Leer más
Publicado en de Giulio V.
Aleksej H.
Aleksej H.
Moderator

1) Delete all site files from the hosting and re-upload it (completely).
2) Clear the cache of the browser and hosting (if any).

Also send a screenshot from the program for a page with and without a menu. It would also be nice to see the settings of the menu object.

Leer más
Publicado en de Aleksej H.
Giulio V.
Giulio V.
User
Autor

Aleksej,

Thank you for the response, as soon as I have some time I may give this a try.

Question, Do you know how to place a small photo like "Watch our Youtube Videos" on the outside of the page in
the page background area where is is just empty space on the left and right side? 

If I place the icon in the header and try to move it down on the right side it does not work. It will not go any lower.

Your input is always appreciated.

Leer más
Publicado en de Giulio V.
Giulio V.
Giulio V.
User
Autor

Hi John,

Yes that is what I would like to have, a Watch Our Youtube Channel icon, all the way to the right. 

Do you have explicit instructions how I can do this?  

Thank you for your response.

Leer más
Publicado en de Giulio V.
John S.
John S.
User

What should happen when the icon is clicked?

If I have the information, I could maybe make an example for you.

Leer más
Publicado en de John S.
John S.
John S.
User

I have made a demo here: https://pindown.eu/sparta13/page03.html

As you have a page-area that is nearly as wide as the screen, I have placed it at the bottom.

You can style that yourself - but beware that on smaller devices it could cover some text.

You can clip the code below and insert it on a page (or in SEO code to have it on all pages) but remember to change the path to where your own images is. When I remove the demo, the images will be gone.

As long as I have the demo, the code should function right away on your own page. But again - remember to either copy the images to your own server or make your own images.

Hope you can use it.

Leer más
Publicado en de John S.
John S.
John S.
User

The code to put into an html-object:

<style>
.rightbutton3 {
position: fixed;
left: 0px;
background-color: transparent;
bottom: 0px;
}
</style>

<div class="rightbutton3">
<a href="https://www.youtube.com/c/GiulioValle/videos" target="_blank">
<img src="https://pindown.eu/sparta13/files/youtube01.jpg" onmouseover="this.src='https://pindown.eu/sparta13/files/youtube03.jpg'" onmouseout="this.src='" target="_blank" rel="nofollow">https://pindown.eu/sparta13/files/youtube01.jpg'">
</a>
</div>

Leer más
Publicado en de John S.
John S.
John S.
User

Tomorrow I will remove the exanple.

Leer más
Publicado en de John S.
Giulio V.
Giulio V.
User
Autor

OK, Are you charging money for this? 

Also you are a bit ahead of me on the techical side. How and where do I insert the code into the image file?

Leer más
Publicado en de Giulio V.
John S.
John S.
User

You put the code into a html-object. Into the code is specified which image, link, style and behaviour should be used.

You simply copy the code from the post and paste it into a html-object.

When you have the code in a html object in a page, you will see the Youtube-clickable-expandable-icon on that page.

I am not charging money for helping people. I did it a lot when IT was my job - but now I only work "for fun".

Tell when you have it to function - or if you are having trouble to have it to function.

Leer más
Publicado en de John S.