Page 1 of 1

Confused again . . .

Posted: Wed Jun 26, 2019 1:00 am
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.

Re: Confused again . . .

Posted: Wed Jun 26, 2019 3:39 am
by bkjohns
Have you changed the max height of the menu to something other than the default / too low?

Re: Confused again . . .

Posted: Wed Jun 26, 2019 6:03 am
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.

Re: Confused again . . .

Posted: Wed Jun 26, 2019 12:33 pm
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!

Re: Confused again . . .

Posted: Wed Jun 26, 2019 12:36 pm
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.

Re: Confused again . . .

Posted: Wed Jun 26, 2019 12:59 pm
by Pablo
The code is not added by the flexslider extension.
It looks like the code was manually added.