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 »

New Widget area not showing up


  #1  
Old Oct 5, 2010, 03:54 PM
sleenie
 
291 posts · May 2009
Texas and New Mexico
Send a message via Skype™ to sleenie
WordPress 3.01 and ATA 3.5.3

I've avoided this like the plague because i seem to have a mental block on adding new widgets. I've been reading thru this thread
and it all made sense. I add the new widgets area above the loop in the center column and added the following as the first line:

<?php bfa_widget_area('name=Group Menus'); ?>

No matter how many time I refresh it just isn't showing up. Even cleared my cache. I've added before just to see it I could get it added and then it worked. Of course when I need it , it doesn't.

Even tried another in the footer just in case. Nothing.

Any ideas?
  #2  
Old Oct 5, 2010, 04:03 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
After you create the area what widget are you putting in it. Nothing will show up until you put a widget in the widget area.
__________________
~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 Oct 5, 2010, 06:37 PM
sleenie
 
291 posts · May 2009
Texas and New Mexico
Send a message via Skype™ to sleenie
I can't put anything in the widget area because it isn't showing up in the widgets at all. Can't even try to put something there.

I'm looking in Appearance>Widgets
  #4  
Old Oct 5, 2010, 07:46 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Make sure if you put it in a new area that you change the name. Also you must go view the page that it will show on before it will show in the widgets
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #5  
Old Oct 5, 2010, 08:40 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
You said it worked in the past. Was that on the same host?
__________________
~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.
  #6  
Old Oct 5, 2010, 09:04 PM
sleenie
 
291 posts · May 2009
Texas and New Mexico
Send a message via Skype™ to sleenie
Yes it was the exact same host. This is what I've done.

I've put in <?php bfa_widget_area('name=Group Menus'); ?> above the loop in the Content Above the Loop.

Then I have refresh several times. The code is still there but I show no widget on the....OMG!

I have been out there several times refreshing during the last several hours. I re-booted, cleared my cache etc. I checked within the past hour even. It just now showed up! Why would it take so long? is it something I've done or didn't do) or maybe my hosting? it literally took several hours to show.

That being said I now get to take the next step which is where I have had the mental block in the past. So here goes. Hopefully you won't hear from me again but you never know!

Thanks. (Not sure why I can work on something for hours but then right after I post I figure it out or it resolves itself. I'm starting to get a complex)

Again, thanks
  #7  
Old Oct 5, 2010, 09:07 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
When you refreshed was it while on the home page or in the WP dashboard? I you indeed went to the front page to refresh the site "several times" there must be some caching issue going on. Let us know how it works out for you.
__________________
~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.
  #8  
Old Oct 6, 2010, 02:54 AM
sleenie
 
291 posts · May 2009
Texas and New Mexico
Send a message via Skype™ to sleenie
Hi Larry,

I think I refreshed on every page possible but at least it is there now.

I've managed to get the widget right where I want it, got all my images right where I need them (well, almost). I need to have it centered and I've tried a couple of things but I know I'm lost. Here's one of the pages it's on. I put all of the images in one text widget.

I know this is basic CSS but for the life of me I can't get it to work. I'm so happy to be taking a class next month on CSS. I spend so much time on W3 Schools.

Hopefully I will get this so that I can then configure my footer widget.

Thanks.

Quote:
Originally Posted by lmilesw
When you refreshed was it while on the home page or in the WP dashboard? I you indeed went to the front page to refresh the site "several times" there must be some caching issue going on. Let us know how it works out for you.

Last edited by sleenie; Oct 6, 2010 at 02:57 AM.
  #9  
Old Oct 6, 2010, 07:10 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
To center it wrap it in a div an give the div an unique id. If you are going to center several widget areas that are the same dimensions then use a class instead. Next in ATO>Add HTML/CSS Inserts>CSS Inserts give that class or id a width and auto left and right margins.
Here is an example.
HTML Code:
#widget_area {
width: 300px;
margin-right: auto;
margin-left: auto;
}
__________________
~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.
  #10  
Old Oct 6, 2010, 09:16 AM
sleenie
 
291 posts · May 2009
Texas and New Mexico
Send a message via Skype™ to sleenie
Ok.....I'm sure this is wrong because it doesn't work. I can change it in Firebug and all I do is change the container to

<div id="Group_menu" class="Group_Menu">
width: 300px;
margin-right: auto;
margin-left: auto;
text-align:center;
</div>
  #11  
Old Oct 6, 2010, 09:30 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
After looking again I realized the easier way is to put the following in ATO>Add HTML/CSS Inserts>CSS Inserts
HTML Code:
div#text-10 {text-align:center;}
If you were using a multi-celled widget area you would need to use a different approach but this should work for you.
__________________
~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.
  #12  
Old Oct 6, 2010, 10:51 AM
sleenie
 
291 posts · May 2009
Texas and New Mexico
Send a message via Skype™ to sleenie
That didn't work. Is that all I need? I tried a couple of variations of things to add but no change.
  #13  
Old Oct 6, 2010, 11:54 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
Where are you putting the code? And just to make sure could you paste the code that you are using in a reply. The code I gave you should work.
__________________
~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.
  #14  
Old Oct 6, 2010, 01:08 PM
sleenie
 
291 posts · May 2009
Texas and New Mexico
Send a message via Skype™ to sleenie
Sure, I put it in ATO>Add HTML/CSS Inserts>CSS Inserts at the bottom of the page and I have pasted

div#text-10 {text-align:center;}

Right now that is all that is there. It doesn't seem like enough, but then what do I know. :-) It's still to the left.
  #15  
Old Oct 6, 2010, 02:41 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
I looked at your source. At the very bottom of CSS Inserts right before the code you pasted in you have
HTML Code:
/* ================================================== */
/* How to bold menu items */
/* ================================================== *
font-weight: bold;
}
There is a slash missing at the end of the third line and font-weight: bold is incomplete.
Replace the code above with
HTML Code:
/* ================================================== */
/* How to bold menu items */
/* ================================================== */
__________________
~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.
  #16  
Old Oct 6, 2010, 03:21 PM
sleenie
 
291 posts · May 2009
Texas and New Mexico
Send a message via Skype™ to sleenie
Thanks..I fixed that.

But it wasn't suppose to fix the centering of the widget though was it? If so, I more confused that I thought.

There was a post from Paulae that talked abut how she handled the ad she has at the top of her page. I can' find it...do you have it bookmarked? I though I did. Thought it might helo me to review what she did.
  #17  
Old Oct 6, 2010, 06:30 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
With that code that I mentioned gone and div#text-10 {text-align:center;} still there your images should center.
__________________
~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.
  #18  
Old Oct 7, 2010, 08:23 AM
sleenie
 
291 posts · May 2009
Texas and New Mexico
Send a message via Skype™ to sleenie
Larry,

Ok..my bad...I thought you meant to replace just the one line so it had the missing slash. Based on your last email, I removed the entire portion and then tried it and it worked. I added back in just the below then and it still worked.

Code:
/* ================================================== */
/* How to bold menu items */
/* ================================================== */
This may seem like a dumb question, but how did that one have anything to do with the widget? I'm not sure when I even added that or why. (I'll be so glad to take the CSS class next month)

Thanks Larry. Hope fully this will be the last of my questions. (Don't bet on it though)
  #19  
Old Oct 7, 2010, 10:06 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
I'm not sure about why the widget didn't show. That's the way computers are sometimes.
__________________
~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.

Bookmarks

Tags
adding widgets, center column

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Selectively Showing Header Area kpkes@yahoo.com Header configuration & styling 0 Jul 26, 2010 06:33 AM
Positioning widget onto logo area creates extra spacing in the overall header area cab262 Header configuration & styling 1 May 20, 2010 01:14 PM
Advanced Text Widget in Header Widget Area jcooper Sidebars & Widgets 4 Mar 23, 2010 04:12 PM
[SOLVED] New WIDGET AREA is not showing up in Dashboard - Appearance - Widgets merle Sidebars & Widgets 5 Feb 20, 2010 12:35 PM
[SOLVED] Help ! Links broken in widget in new widget area mikecnwa Sidebars & Widgets 4 Sep 16, 2009 01:56 PM


All times are GMT -6. The time now is 02:47 AM.


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