Please Help Footer widget area problem...

by Tyree
2 replies
  • WEB DESIGN
  • |
Hey i've been trying all day to remove these three footer area1,2&3. I watched videos and also installed advanced code editor plugin.

'footer_layout_setting' => 'contained-footer',
'footer_widget_setting' => '3' I removed the 3 then updated it but nothing changed....

My theme doesn't have footer option over on the right side like i seen in most of the youtube videos. When I go to Appearance / Customize / Layout / Footer Widgets changing the footer dropdown option back to 0 it still doesn't do anything.. I changed it to 3 then back to 0 just to see will that have any effect... Do you know any tutorial where i can learn more about this? Thanks
#area #footer #problem #widget
  • Profile picture of the author Nathan K
    You can just remove the code from the footer.php. It will look something like this
    PHP Code:
    dynamic_sidebar('footer_area_one'dynamic_sidebar('footer_area_two'dynamic_sidebar('footer_area_three'). 
    {{ DiscussionBoard.errors[10075655].message }}
  • Profile picture of the author Techalo
    If you want the whole block to be removed, I would recommend getting a Firefox plugin called firebug and inspecting the page source - it will allow you to hover over html elements and show you what div block you should remove from your footer.

    Nathan's will also achieve similar results!

    Best,
    Will

    Edit: I recommend you look into child theming before making modifications - so you can revert back if you find a footer useful in the future it's a little more work, but it pays to do it the right way the first time.
    {{ DiscussionBoard.errors[10081808].message }}

Trending Topics