Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Sidebars & Widgets (http://forum.bytesforall.com/forumdisplay.php?f=14)
-   -   [SOLVED] How to remove footer sidebars (http://forum.bytesforall.com/showthread.php?t=14202)

helpsolve May 17, 2011 03:22 PM

[SOLVED] How to remove footer sidebars
 
Hi,

I entered this code in ATO > footer > Footer: Content


original

<?php bfa_widget_area('name=Footer&cells=3&align=8&align _2=8&align_3=8&before_widget=<div id="%1$s" class="footer-widget %2$s">&after_widget=</div>'); ?>

2nd modification (5 footer side bars):

<?php bfa_widget_area('name=Footer&cells=5&align=8&align _2=8&align_3=8&align_4=8&align_5=8&before_widget=< div id="%1$s" class="footer-widget %2$s">&after_widget=</div>'); ?>

I tried several experiments in between as well, so not sure all the steps I took.

But that didn't work for my purposes so I deleted edited that code several times and decided I only needed one footer, so I modified that code to be this (to allow for only 1 footer side bar):

<?php bfa_widget_area('name=Footer&cells=1&align=8&befor e_widget=<div id="%1$s" class="footer-widget %2$s">&after_widget=</div>'); ?>


However, the widget area now shows 6 sidebars, and only the last Footer without the number suffix allows me to add a working text widgets while 1-5 allow me to drag a text widget onto to them, but the text does not show up in my website.

Footer 1
Footer 2
Footer 3
Footer 4
Footer 5
Footer

I want to delete Footer 1- 5

How please?

Thank you!

lmilesw May 17, 2011 05:29 PM

The instructions for removing them are in the New Widget Area section.

helpsolve May 17, 2011 05:36 PM

oh my goodness right under my nose!


Thank YOU!


All times are GMT -6. The time now is 01:12 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.