Page 1 of 1

Menu wont place properly....

Posted: Wed Jul 03, 2019 11:32 pm
by nrgiser
Hi good people of this forum,

I have come across two problems recently that need my attention on my site and i have over the weeks trying to find what I have done wrong, but I admit defeat and are lost, so here I come to ask for your help once again.

I am sure these are easy fixes, something staring me in the face, but I just cannot see it, so a fresh set of eyes would be great.

First on my home page, the link is below, I have 3 menu bars at the bottom of the page, and I also have 5 different break points for my home page.

The first menu bar that says "Home", "Room", "Our Resort" and "Location does not show in the correct position on the breakpoint 1280 px page size, it always shows up in the top left hand side of the page. On any other breakpoint it shows up where it is meant to be. It just seems to happen on the 1280 px page size.

I have deleted it and replaced it, moved it around the screen to make sure there is nothing over lapping it, hidden away somewhere, but no matter where I place it, it is always in the top left side of the screen. Check different screen sizes and it is placed correctly.

Here is the web page address >> https://www.ocean-bay-beach-resort.com/

I will actually post my second problem in a new thread so if anyone ever comes across a similar problem it will be easier to find via the search tab.

Thank you in advance for your assistance.

Matt.

Re: Menu wont place properly....

Posted: Thu Jul 04, 2019 5:41 am
by Pablo
Please go to Tools -> Options -> HTML and set all options to default.

Also, it looks like you have added custom/third party code to the page. Which seems to be invalid.
Remove all custom code and see if that fixes the problem.

Re: Menu wont place properly....

Posted: Thu Jul 04, 2019 7:05 am
by nrgiser
Hi Pablo,

That worked thank you by resetting all the options back to default.

I don't understand why that would be the case, but it worked.

Yes I do have some other coding on there, I guess I should double check it all again to make sure it is up to date and working.

Thank you.

Re: Menu wont place properly....

Posted: Fri Jul 05, 2019 5:30 am
by nrgiser
Hi Pablo and the good people of this forum.

Yesterday i did what you suggested Pablo and it all worked OK, the menu was at the bottom of the page again, once I had reset Option-Tools-HTML

But now my navigation bar at the top of my page is not showing up, only though in the 1280 px breakpoint, in the other breakpoints it is showing up.

Also I have a welcome logo that also refuses to show up on that same breakpoint, but shows up in all the others.

I have triple checked to make sure it not something simple, like being hidden in that breakpoint for example and it is not. Or that there is some hidden code behind it that is preventing it from showing, again there is not.

I have not changed the Options-Tools-HTML and have left them as they were when the bottom menu started showing, they remain reset.

Any help would be greatly appreciated. The link to the page is in a post above.

Thanks,

Matt.

Re: Menu wont place properly....

Posted: Fri Jul 05, 2019 5:45 am
by Pablo
Do you have a "1280" breakpoint or is it the default view?
'1280' is not a common value for a breakpoint, usually this it he default view,. All breakpoints should be smaller than the default view.

Re: Menu wont place properly....

Posted: Fri Jul 05, 2019 6:06 am
by nrgiser
Hi Pablo,

This is a breakpoint. I also have 320, 480, 800 and 1920.

I have though figured it out. It seems like some HTML coding on the page is conflicting with the menu and text when it is placed in a certain area of the page, even though the code is hidden.

When I moved the code around the page, it seemed to sort out the problem and show me the menu at the top of the page, but also the text which has the "welcome" message.

It seemed to only happen in this breakpoint too for some reason, all others were working fine.

I am not sure why this is and I would like to know, so that I have an understanding on why the problem existed in the first place.

I do appreciate your help as ever, but it seems to be fixed at the moment so you can mark this thread as solved.

Thank you.

Re: Menu wont place properly....

Posted: Fri Jul 05, 2019 6:36 am
by Pablo
This is a breakpoint. I also have 320, 480, 800 and 1920.
I'm sorry, this is not correct.
All breakpoints must be smaller than the default view. The default view is the reference for all breakpoints.
I have though figured it out. It seems like some HTML coding on the page is conflicting with the menu and text when it is placed in a certain area of the page, even though the code is hidden.
If your custom code affects the layout then there is most likely a problem in that code. So, everything else that comes after the code will not longer work.