Page 1 of 1

Slide menu

Posted: Wed Mar 06, 2024 5:35 am
by keydog
Trying to set up a slide menu on a panel layer / set up to show the layer on click (a button)
that all is working well
the issue Im having is the panel menu is scrolling off the page
I have the layer set to panel layer / content-box / overflow set to auto

I have all the headers set to collapsed and single expand under the style options


i have the object outlines turned on and i can see the menu is showing invisible at the bottom to over 4000 pixel and cant reduce the length

Re: Slide menu

Posted: Wed Mar 06, 2024 7:08 am
by Pablo
To be able to help you, I need a DEMO project (.wbs file) so I can see all your settings.
Also, please include a description how to reproduce this problem.

I do not need the complete project because that will only take more time to figure out what you have done.
Basically, I just need a small project with one page and object(s) that are relevant to your question.

For further details about how to share a project file, please see this FAQ:
viewtopic.php?f=10&t=82134

Re: Slide menu

Posted: Wed Mar 06, 2024 8:18 pm
by keydog
ok as it says in your dirrections
I uploaded the page with the problem

I stripped the project file down to just the index, footer and header pages

the issue is on the header page the navigation is scrolling off the top of the page

Im using a panel menu in a panel layer, then as an embedded page on the index page

I have a button that says navigation menu that will open the layer with the panel menu

https://thearcadeboneyard.info/testfolder/

thanks for any help

Re: Slide menu

Posted: Wed Mar 06, 2024 8:34 pm
by BaconFries
When it is asked to provide a "Demo" it is referring to a "Demo" of your project the .wbs file and not a url/link.
Please read the following on this reading from
Then upload your project (.wbs) to your website or another public server and include the link in your post.
viewtopic.php?f=10&t=82134

Re: Slide menu

Posted: Wed Mar 06, 2024 8:35 pm
by Pablo
Please note that I was asking for a project file (wbs), not the published page.
I cannot see what you have done based on the published page (HTML), because the software has thousands of options and millions of possible combinations.
So, there is no way to know which options you have used by looking at the HTML only.

Also, please remove everything from the page that is not relevant to your question.

For further details about how to share a project file, please see this FAQ:
viewtopic.php?f=10&t=82134

Re: Slide menu

Posted: Wed Mar 06, 2024 8:47 pm
by keydog
i though this is what you were asking for in the directions linked in your reply


"Then upload your project (.wbs) to your website or another public server and include the link in your post."

how else do I get the project file to you
maybe a file listing element on a web page, would that work?

Re: Slide menu

Posted: Wed Mar 06, 2024 8:51 pm
by BaconFries
A couple of ways you can do this to share a "Demo" project is either to upload to your site and share by giving a link to it. Or use the likes of a public server such as Mediafire and share the url they generate..

Re: Slide menu

Posted: Wed Mar 06, 2024 9:20 pm
by crispy68
There may be a solution from within WB (as I'm not at my computer at moment to test) but in the meantime you could add the following CSS to a code object set to the <head> section:

Code: Select all

<style>
#SlideMenu1{height:auto !important;}
</style>

Re: Slide menu

Posted: Wed Mar 06, 2024 9:39 pm
by keydog
thanks crispy that worked

should i put this code on every page?
Im using the slide menu on a panel layer as part of an embedded page could I just put the code on the embedded page
right now i just put it on the single index page and it is working without going off the page

https://thearcadeboneyard.info/testfolder/

Re: Slide menu

Posted: Wed Mar 06, 2024 9:57 pm
by keydog
that code is working just on the embedded page with the slide menu

now I can move forward again

thanks for the help