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 »

Can't remove new unused sidebar widgets


  #1  
Old Sep 23, 2009, 06:08 AM
paulae's Avatar
paulae
 
1,333 posts · Feb 2009
Wordpress 3.4.1, Atahualpa 3.7.7
In my right sidebar, I tried to create a widget area. 3 were created (I know about the reason now, from another thread). I decided not to use any of them, and now they just sit there. How can I remove them?
  #2  
Old Sep 23, 2009, 07:08 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
Do you have access to PHPMyAdmin? If so you could delete the row "bfa_widget_areas" in the table "wp_options" of the database of your Wordpress installation.


Or put this at the bottom of functions.php

<?php delete_option("bfa_widget_areas"); ?>

(without <?php and ?> if you put it somewhere between existing <?php and ?>)

surf to one page of your site to have the functions.php be called and processed at least once, then see if the widget areas are gone, then remove that code from functions.php again

After you surf to a blog page again, the widget areas that you have defined somewhere with bfa_widget_areas(...) will be created again, but the old ones that aren't defined anywhere anymore should be gone
  #3  
Old Sep 23, 2009, 08:40 AM
paulae's Avatar
paulae
 
1,333 posts · Feb 2009
Wordpress 3.4.1, Atahualpa 3.7.7
OK, thank you. I was able to use phpmyadmin and got rid of the row.

Is this going to be fixed in the next version of the theme? I really, really, really need to be able to easily add widget areas in different spots!
  #4  
Old Sep 23, 2009, 10:48 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
I've added a link "Reset Widget Areas" at the top of Theme Options -> Add new widget areas, which when clicked will delete the option "bfa_widget_areas".

With the next front end page view the currently active widget areas are re-created. Basically what you did now by going through PHPMyAdmin (which of course is too much hassle on a daily basis, I agree)

This should be it for the widget area function unless I missed something.
  #5  
Old Sep 23, 2009, 10:51 AM
paulae's Avatar
paulae
 
1,333 posts · Feb 2009
Wordpress 3.4.1, Atahualpa 3.7.7
Would this reset button remove all of the new widget areas? That seems a bad idea! I might want to remove only one. Or am I not understanding you?
  #6  
Old Sep 23, 2009, 08:52 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
It would delete all but with the very next page view on any of your pages the widget areas that are supposed to be active (because you've put <?php bfa_widget_area(...); ?> in one of the theme option text areas) will be immediately created again, whereas the old ones will not because you're not using the <?php bfa_widget_area(...); ?> code for those anymore.

So effectively it deletes only those that you wanted to delete

It is like a "Refresh or Update Widgets Areas" function

All custom widget areas disappear for 1 single page view and appear again after that. The widgets inside are still there.

Note this is not 1 page view for every visitor, just the 1st pageview after you've hit the "Delete unused custom widgets" link. You could be the one doing that page view, by refreshing one of your pages.
  #7  
Old Sep 23, 2009, 09:02 PM
paulae's Avatar
paulae
 
1,333 posts · Feb 2009
Wordpress 3.4.1, Atahualpa 3.7.7
Ah. I get it now. Cool!

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Remove a Category from Left Sidebar cltaylor Sidebars & Widgets 3 Sep 25, 2009 05:58 PM
Forum Plugin up and running, but can I remove widgets for select pages? ericinnyc Sidebars & Widgets 1 Jul 21, 2009 04:36 AM
right widgets cut off in IE, Firefox-right sidebar text smaller than on left sidebar daisy24 Sidebars & Widgets 2 Feb 23, 2009 10:59 AM
Set left sidebar widgets same distance from center area as right sidebar widgets daisy24 Sidebars & Widgets 2 Feb 19, 2009 05:11 AM
How do I remove the boxes next to the items in the sidebar? Flur Sidebars & Widgets 2 Dec 26, 2008 08:34 PM


All times are GMT -6. The time now is 05:14 AM.


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