Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Sidebars & Widgets »

[SOLVED] Setting up new widget areas


  #1  
Old Jan 26, 2011, 10:28 AM
rsconsult
 
19 posts · Jul 2009
Ok, I have a couple of questions on what may be obvious to most people but it isn't to me so here I am

When creating new widget areas, would you create 9 separate areas with one cell per area, all specified to the position you want them or do you create 3 areas of 3 cells each and have them positioned to either 9, 8, or 7 depending on what row they are on?

Also, if you area able to create 9 separate areas, can each area have 9 cells in it? No, I don't really want to do that. I'm just trying to understand how the areas can be setup.

Thanks!
  #2  
Old Jan 26, 2011, 02:36 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
The "areas" I believe you are referring to are not 9 separate areas but just show where the content is aligned if you use those different numbers for the alignment in a particular cell or cells. Cells will be horizontal. For instance if you had created a two cell widget area and wanted the content of both cells to be aligned at the top center you would use something like the following
HTML Code:
<?php bfa_widget_area('name=My widget area&cells=2&align=2&before_widget=<div id="%1$s" class="header-widget %2$s">&after_widget=</div>'); ?>
And if you wanted a two celled area with the content of the first cell aligned at top center and the content of the second cell to be aligned to top left you would use something like the following.
HTML Code:
<?php bfa_widget_area('name=My widget area&cells=2&align_1=2&align_2=9&before_widget=<div id="%1$s" class="header-widget %2$s">&after_widget=</div>'); ?>
You of course can also define widths if desired and change the name to something more helpful than My widget area.

If you read through all the info in ATO>Add New Widget Areas a few times it should become clearer.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #3  
Old Jan 27, 2011, 12:33 PM
rsconsult
 
19 posts · Jul 2009
Thanks for the response, Larry!

Do you know if there is there a limit how many widgets you can add?
  #4  
Old Jan 27, 2011, 12:41 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Your creating widget AREAS. Each widget area can contain several widgets - the biggest limits will be page real estate and php memory - the more widgets/plugins you use, the more memory you use.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #5  
Old Jan 28, 2011, 04:22 PM
rsconsult
 
19 posts · Jul 2009
Got it. That makes sense.

Thanks!

Bookmarks

Tags
widget areas



Similar Threads
Thread Thread Starter Forum Replies Last Post
3.5.1 losing new widget areas paulae New Versions, & Updating 10 Jun 6, 2010 04:25 PM
How to change widget areas order on widget page JFG Sidebars & Widgets 0 Apr 19, 2010 02:07 PM
Multiple new widget areas? horsemansarts Sidebars & Widgets 2 Nov 12, 2009 08:18 AM
Widget areas 1 to 4 Ddabrai Sidebars & Widgets 2 Aug 15, 2009 02:48 AM
adding new widget areas? dbweim Sidebars & Widgets 1 Aug 8, 2009 04:28 AM


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


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