Confused again . . .

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
Smee
 
 
Posts: 110
Joined: Fri Mar 02, 2018 11:03 pm

Confused again . . .

Post by Smee »

Footer --- should be simple, right?

I want to put one thing at the bottom of every page: Bootstrap Navigation Bar.

Since it will not nest inside the "Page Footer" when placed on the master page, how do I do this?

Another problem is that when it shrinks (when placed inside of a layout grid) only the first item displays once it changes to the hamburger menu. To access any of the other menu items, you have to scroll the mouse wheel, which isn't going to be possible if the page is displayed on a phone or tablet.

After adding it manually to each page the above behavior started for the bootstrap menu at the top of the master page as well. Where do I start looking for the problem?

Also, why will this bar not nest in the page footer layer?

http://www.ahgweb.com/qlite

This page has only the header included, still the menu is truncated when in tablet/phone resolutions.

http://www.ahgweb.com/qlite/sports1.html

Thanks.
bkjohns
 
 
Posts: 290
Joined: Wed Nov 14, 2018 5:54 pm

Re: Confused again . . .

Post by bkjohns »

Have you changed the max height of the menu to something other than the default / too low?
User avatar
Pablo
 
Posts: 21578
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Confused again . . .

Post by Pablo »

Since it will not nest inside the "Page Footer" when placed on the master page, how do I do this?
A page footer can be used on a master page or master frame.

Related tutorials:
http://wysiwygwebbuilder.com/master_page.html
http://wysiwygwebbuilder.com/master_frame.html
Also, why will this bar not nest in the page footer layer?
A page footer should be a direct child element of the page. It cannot be nested.

Note: if you are using Layout Grids, the page alignment should not be set to 'center in browser window'.
http://www.wysiwygwebbuilder.com/layoutgrid_part1.html

Also there is some strange code inside the html tag (ul.bxslider), did you add this yourself? Please remove this, it's invalid.
Smee
 
 
Posts: 110
Joined: Fri Mar 02, 2018 11:03 pm

Re: Confused again . . .

Post by Smee »

bkjohns wrote: Wed Jun 26, 2019 3:39 am Have you changed the max height of the menu to something other than the default / too low?
That was the problem with the truncated menu. Don't remember changing that setting, but I must have. Thanks!
Smee
 
 
Posts: 110
Joined: Fri Mar 02, 2018 11:03 pm

Re: Confused again . . .

Post by Smee »

Pablo wrote: Wed Jun 26, 2019 6:03 am Also there is some strange code inside the html tag (ul.bxslider), did you add this yourself? Please remove this, it's invalid.
I have the "Flex Slider" installed, not the bxslider (unless Flex Slider uses some of its code). I didn't add code to the slider or any other part of the page or site at this point.
User avatar
Pablo
 
Posts: 21578
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Confused again . . .

Post by Pablo »

The code is not added by the flexslider extension.
It looks like the code was manually added.
Post Reply