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)
-   -   Add New Widgets (http://forum.bytesforall.com/showthread.php?t=17260)

quintain Apr 9, 2012 03:39 PM

Add New Widgets
 
Hi, I am struggling with this.
ata 3.7.3.. wp 3.3.1...http://www.floshmeadowsselfbuild.com (1290px wide)

How do I add 3 new equal width text widgets across the page immediately below the menu bar and above the sidebars and center column.
Each widget would contain a title and (about) 6 lines of text and end with a "more" tag.
The widgets would be styled as existing and each widget should be visibly (slightly) separated from each other.

I have to date failed miserably in following the "add widgets" instructions.

I would welcome any help that can be given.

juggledad Apr 9, 2012 03:50 PM

Use the following to add a 3 celled widget area. Put the code as the last item in the 'Configure Header Area' option

HTML Code:

<?php bfa_widget_area('name=Header Widget area&cells=3'); ?>

quintain Apr 9, 2012 04:25 PM

That is so good.

Thank you JD

A coffee and doughnut on its way.

What are/is the code for either left, centre or right justifying please

Richard

P.S.
I had got further in the few minutes before receiving your reply, can be seen at http://www.floodproblems.co.uk/

juggledad Apr 9, 2012 04:32 PM

Quote:

What are/is the code for either left, centre or right justifying please
justifying the widgets in the widget area?
add '&align_1=9&align_2=2&align_3=3' after 'cell=3' so it is
HTML Code:

<?php bfa_widget_area('name=Header Widget area&cells=3&align_1=9&align_2=2&align_3=3'); ?>


All times are GMT -6. The time now is 11:58 AM.

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