Panel Menu and Layout Grid with Form

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
code2
 
 
Posts: 85
Joined: Thu Mar 30, 2017 5:19 am

Panel Menu and Layout Grid with Form

Post by code2 »

Hi,

I was redesigning my site to give it one of those long one page looks.

Just like some of the Templates, I included a contact form from the Blocks feature in a Layout Girds with some minor tailoring to suit my site.

After setting up a Panel Menu, the menu would not work. I have used Panel Menus before with out too much problem, but this time it took me two full days to track down the issue. It really drove me crazy trying to figure out why it would not work. Until I started deleting object one but one after finding no other reason.

The original project had the Contact Us section on the Index page. After discovering that it may have been the problem, I isolated it on it's own page Page 1. I though it was because I was using PHP but I test PHP and HTML with same problems appearing.

Is there any reason a Panel Menu will not work when a page contains layout grids with the Form function active?

There is also a "Sticky" layer which would not work in my original project but once I took out the Layout Grid with Form, it worked. I have included that in the project also.

I have cut down the project to show the problems.

I haven't tried to use the Panel Menu on a master page yet. But you can cycle through the pages and see that Page 1 will not display the overlay.

Please see the project

https://targe.com.au/beta3/index.php

https://targe.com.au/beta3/Test - Panel ... idForm.wbs

Thanks in advance.
User avatar
Pablo
 
Posts: 21707
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Panel Menu and Layout Grid with Form

Post by Pablo »

The problem is not directly related to the menu.
It is a little bit more complicated. It is caused by the use of 'webstorage' in the layout grid's form properties and the nested grids.
I will address in the next update.

As a temporary workaround you can do the following:
- add an HTML object
- set the type to 'Between head tags'
- Click the 'resources' button
- copy/paste this into the resources box:

Code: Select all

wwb17.min.js
code2
 
 
Posts: 85
Joined: Thu Mar 30, 2017 5:19 am

Re: Panel Menu and Layout Grid with Form

Post by code2 »

Thank you

Menu and Stick Layer are now working. :D
Post Reply