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
Slide menu
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/links.html
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/links.html
Re: Slide menu
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
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
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
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
- BaconFries
-
- Posts: 5619
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Slide menu
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
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
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
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
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?
"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?
- BaconFries
-
- Posts: 5619
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Slide menu
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
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
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/
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
that code is working just on the embedded page with the slide menu
now I can move forward again
thanks for the help
now I can move forward again
thanks for the help