Slide menu

Issues related to hyperlinks and web site navigation.
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/links.html
Post Reply
keydog
 
 
Posts: 142
Joined: Mon Aug 17, 2020 7:47 pm

Slide menu

Post 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
User avatar
Pablo
 
Posts: 22162
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Slide menu

Post 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
keydog
 
 
Posts: 142
Joined: Mon Aug 17, 2020 7:47 pm

Re: Slide menu

Post 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
User avatar
BaconFries
 
 
Posts: 5541
Joined: Thu Aug 16, 2007 7:32 pm

Re: Slide menu

Post 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
User avatar
Pablo
 
Posts: 22162
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Slide menu

Post 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
keydog
 
 
Posts: 142
Joined: Mon Aug 17, 2020 7:47 pm

Re: Slide menu

Post 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?
User avatar
BaconFries
 
 
Posts: 5541
Joined: Thu Aug 16, 2007 7:32 pm

Re: Slide menu

Post 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..
User avatar
crispy68
 
 
Posts: 2833
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: Slide menu

Post 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>
keydog
 
 
Posts: 142
Joined: Mon Aug 17, 2020 7:47 pm

Re: Slide menu

Post 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/
keydog
 
 
Posts: 142
Joined: Mon Aug 17, 2020 7:47 pm

Re: Slide menu

Post 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
Post Reply