navbar renders incorrectly when linking between two different layouts

navbar renders incorrectly when linking between two different layouts

I have two layouts. One layout has a footer navbar with 4 buttons. The second layout has a footer navbar with 3 buttons. Both navbars use custom images. Attached are the two navbars. When following a link that takes you from one layout to the other, the footer navbar gets rendered incorrectly. See attached.

I am using the default true value of ajaxEnabled. If I set ajaxEnabled to false, the rendering problem goes away.