micahmathis
Forum Replies Created
-
Ok, one more update.
I have found a work around. If I enable categories in the “Invisible Widget Area” categories will then show up as an option in the tabbed widgets drop down menu without showing up in the actual sidebar.
I know this not fix the plugin really, but it does make it possible for me to continue to use it.
Thanks so much for all your help. I really do love this plugin and am excited that I can continue to use it.
Keep up the great work.
-Micah
Ok, I am not sure if this will help, but I was just playing around, and if enable Categories in the regular area then Categories show up as an available option in the Tabbed Widgets drop down menus.
However if turn back off Categories in the regular widgets area the option is lost and the tabbed widget category section becomes empty.
It is as if the regular widget has to be enabled for the Categories option to exist. The only problem with that is that the categories then show up twice in my sidebar.
Hope that helps shed some light.
-Micah
I just checked and I am running 4.3.11
Thanks.
-Micah
Hi again
I just upgraded to .77 via the WP upgrade tool, and it did fix the start tab option. It works great now.
I am still missing the Categories option from the drop down menu though. Any ideas?
Thanks.
-Micah
The links have started working as long as all the tabs are filled, but if you look in the categories tab you will notice I have temporarily filled it with the Pages instead. Categories does not even show up as an option in my drop down list.
Is there a setting somewhere else in WP that has to be turned for categories to be made available to Tabbed Widgets?
Here is what my dropdown menus contain:
ST: Tag Cloud 1
Pages: Pages
Calendar:
Archives: Archive
Links: Blogroll
Meta: Meta
Search
Recent Posts: Recent Posts
Tag Cloud: Tags
Recent Comments: Recent Comments
Statistics: Firestats
Popular Posts: Popular PostsI will try .77 when I get home tonight to see if that fixes the start tab option. Thanks for the quick reply.
-Micah
Some additional information I have found.
The start tab radio button does not seem to work either for my accordian view.
Also the tabs views shows all the tabs, but the content of each one shows up simultaneously on the page.
Thanks.
-Micah
Hi again
I tried both the .75 and .76 versions, and neither throw an error anymore.
However neither one shows Categories as an option in the Tabbed Widgets Settings drop down menus, and when I select Links: Blogroll in the dropdown menus nothing is propogated to the homepage.
You can view at http://www.whollysurrender.com
Any ideas? Thanks.
-Micah
i am using PHP 4.x
unfortunately it did not fix the problem for me. I am now getting this error:
Notice: List of active widgets is empty. Creating it with $this->get_active_widgets() now. Do you see anything in the drop-drown list of widgets?
Also in the Tab 1: drop down menu it says Widget List Empty (error no.1)
It says the same thing in every Tab drop down menu.
Thanks for working on this. I love the plug-in and would hate to lose it.
Forum: Fixing WordPress
In reply to: Archive Pages display all poststhanks for the reply nublooo.
I actually just had a break through about 2 hours ago.
I had added a line of code that restricted the number of posts on the archive page and for some reason it was messing everything else up.
Once I removed it everthing worked fine again.
Forum: Fixing WordPress
In reply to: Archive Pages display all postsAny ideas? I have tried and tried and tried to figure it out and am totally stuck.
i have just upgraded my tabbed-widgets to version 0.73, but now the menu is gone and in the dashboard I get the following error:
Warning: Invalid argument supplied for foreach() in /home/content/r/e/l/relevantserver/html/micahblog/wp-content/plugins/tabbed-widgets/tabbed-widgets.php on line 533
followed by the following message:
Notice: List of active widgets is empty. Creating it with $this->get_active_widgets() now.
Any ideas on how I fix this?
Forum: Fixing WordPress
In reply to: Archive Pages display all postsbump
Forum: Fixing WordPress
In reply to: Partial PostsKafkaesqui thanks for this great solution.
I was using on my blog, but recently when I upgraded to 2.5 it stopped working. I have double checked and verified the code is still there in my theme’s index.php file, but the homepage is still showing all excerpts.
You can view it at http://www.whollysurrender.com.
Here is some code from my theme’s index page:
<div id="content"> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <div class="post" id="post-<?php the_ID(); ?>"> <h2 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2> <small><?php the_time('F jS, Y') ?> | <?php the_author() ?> </small> <div class="entry"> <!--<?php the_content('Read the rest of this entry »'); ?>--> <?php if( !is_paged() && is_home() && ($post == $posts[0]) ) : the_content('Read the rest of this entry »'); else : the_excerpt(); ?> <a href="<?php the_permalink(); ?>">Continue Reading</a> <?php endif; ?> </div> <p class="postmetadata"><img src="<?php bloginfo('template_directory'); ?>/images/folder_edit.png" alt="category"></img> <?php the_category(', ') ?> <img src="<?php bloginfo('template_directory'); ?>/images/comments.png" alt="comments"></img> <?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?> <?php edit_post_link('//Edit'); ?></p> </div>Any ideas why this code is not working with the new upgrade?
Thanks for your help.