Tagged: socket
Using the BLANK – no header, no footer template, but would like to ADD the SOCKET back in at the bottom.
I did previously do the removing of Header and Footer, but could not figure out how to close up the “white” space where those elements were—which in the case of the Header would move the whole site upwards.
Thx.
Hi bmneimark!
Open up /wp-content/themes/enfold/footer.php and replace
if(!$blank && $footer_widget_setting != 'nofooterarea' )
with
if($footer_widget_setting != 'nofooterarea' )
and
if( $footer_widget_setting != 'nofooterwidgets' )
with
if(!$blank && $footer_widget_setting != 'nofooterwidgets' )
Cheers!
Peter