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 » Plugins & Atahualpa »

Could you test this plugin and tell me if it works with Atahualpa?


  #1  
Old Dec 28, 2008, 07:11 AM
Ponics
 
14 posts · Dec 2008
Costa Rica
Hi!

I know it is nearly impossible for any themes to be compatible with all the plugins. However, if possible, I would like to know it this "Tabbed Widgets" located at: http://wordpress.org/extend/plugins/tabbed-widgets/ is working!

I tried it, it installed without error, I can configure it but it shows up only the tab's name and nothing inside. Maybe it is just me! Tried with Firefox 3.0 + crappy Exp 6.0.

You can see the test on the right side of my site at the far bottom.

Thanks for your support!

Roger Pilon, Caretaker
ponics.org
  #2  
Old Dec 28, 2008, 10:40 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
That plugin expects the widgets to be styled similar to the default theme. I'll try to make it work in the next release.
  #3  
Old Dec 28, 2008, 12:33 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
For now it should work if you replace, at the top of functions.php

PHP Code:
if ( function_exists('register_sidebar') ) {
    
register_sidebar(array(
        
'name'=>'Left Sidebar',
        
'before_widget' => '<div id="%1$s" class="widget %2$s">',
        
'after_widget' => '</div></div>',
        
'before_title' => '<div class="widget-title"><h3>',
        
'after_title' => '</h3></div><div class="widget-content">',
    ));
    
register_sidebar(array(
         
'name'=>'Right Sidebar',
        
'before_widget' => '<div id="%1$s" class="widget %2$s">',
        
'after_widget' => '</div></div>',
        
'before_title' => '<div class="widget-title"><h3>',
        
'after_title' => '</h3></div><div class="widget-content">',
    )); 

with this:


PHP Code:
 if ( function_exists('register_sidebar') ) {
    
register_sidebar(array(
        
'name'=>'Left Sidebar',
        
'before_widget' => '<div id="%1$s" class="widget %2$s">',
        
'after_widget' => '</div>',
        
'before_title' => '<div class="widget-title"><h3>',
        
'after_title' => '</h3></div>',
    ));
    
register_sidebar(array(
         
'name'=>'Right Sidebar',
        
'before_widget' => '<div id="%1$s" class="widget %2$s">',
        
'after_widget' => '</div>',
        
'before_title' => '<div class="widget-title"><h3>',
        
'after_title' => '</h3></div>',
    )); 

Other widgets, i.e. the plugin "Get recent comments" might look broken after this change
  #4  
Old Dec 28, 2008, 03:59 PM
Ponics
 
14 posts · Dec 2008
Costa Rica
Flyn,

I was not expecting an answer because it is Sunday. Thank you again for your support!

You know what I will do!? I will wait until the next or next-next release. To add a new widget is one thing, but not at the cost of maybe breaking something else. Thanks for the warming!

I think it is a really nice plugin that can help "unclog" blogs!

Roger Pilon, Caretaker
ponics.org

Bookmarks

Tags
tabs widgets



Similar Threads
Thread Thread Starter Forum Replies Last Post
Widget Voodoo Plugin and Atahualpa dilly Plugins & Atahualpa 3 Jun 4, 2009 07:53 PM
Atahualpa 3 and WPG2 plugin mangaman Plugins & Atahualpa 12 Apr 23, 2009 11:50 AM
Need slide show tool that works with Atahualpa NotThePainter Atahualpa 3 Wordpress theme 3 Apr 12, 2009 09:12 PM
Easy way to test code? paulae Plugins & Atahualpa 0 Mar 26, 2009 07:43 AM


All times are GMT -6. The time now is 07:56 AM.


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