Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #213160

    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.

    #213217

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Add SOCKET back in’ is closed to new replies.