huh?
what’s the menu got to do with the page layout
I can add a link to the page via the forced Navigation settings or add one to the regular wordpress menu using Links and the appropriate URL
it is page layout with
Design > Listings > ADD LISTING FORM SETTINGS
doesn’t include an option for Show the bottom section of ADD listing page
/places/ has this html
<div id=”et-main-area”>
<div id=”geodir-wrapper” class=””>
<div class=”geodir_full_page clearfix”>
<div class=”geodir-breadcrumb clearfix”>
<header class=”entry-header”>
<div id=”geodir-wrapper-content” class=”” style=”width:67%;” role=”main”>
<aside id=”geodir-sidebar-right” class=”geodir-sidebar-right geodir-listings-sidebar-right” style=”width:30%;” itemtype=”http://schema.org/WPSideBar” itemscope=”” role=”complementary”>
<div class=”geodir_full_page clearfix”> </div>
</div>
<footer id=”main-footer”>
</div>
/add-listing/?listing_type=gd_place has this html
<div id=”et-main-area”>
<div id=”geodir-wrapper” class=””>
<div id=”geodir-wrapper-content” class=”” role=”main”>
<aside id=”geodir-sidebar” class=”geodir-sidebar-right” itemtype=”http://schema.org/WPSideBar” itemscope=”” role=”complementary”></aside>
</div>
<footer id=”main-footer”>
</div>
I think because it is missing the <div class=”geodir_full_page clearfix”> </div> it doesn’t push down the footer, rather displays over it
if add Custom Post Types (and probably Events) expect the same problem to reoccur