biff158
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP 2.8 = No More Tab SidebarAnyone have a fix?
Forum: Fixing WordPress
In reply to: WP 2.8 = No More Tab SidebarI’m sorry, I’m not terribly great at this whole coding business. Could you explain a bit further what to look for?
Forum: Fixing WordPress
In reply to: WP 2.8 = No More Tab SidebarSorry for the delay!
I’m not sure if there is a link to the widget. I downloaded a free theme from Woo Themes that included the widget into the design.
http://briancrussell.net/ is where the problem is occurring. It’s the first sidebar on the right where the tabs… aren’t working.
Since I downloaded a free theme, I can’t access their support page without paying money…
Here’s the coding though:
<div id=”tabs”><ul class=”idTabs tabs clearfix”>
<li class=”nav1″><img src=”<?php bloginfo(‘template_directory’); ?>/images/ico-1.gif” alt=”Comments” />
<li class=”nav2″><img src=”<?php bloginfo(‘template_directory’); ?>/images/ico-2.gif” alt=”Popular” />
<li class=”nav3″><img src=”<?php bloginfo(‘template_directory’); ?>/images/ico-5.gif” alt=”TAgs” /><div class=”inside”>
<ul id=”comm”>
<?php include(TEMPLATEPATH . ‘/includes/comments.php’ ); ?><ul id=”pop”>
<?php include(TEMPLATEPATH . ‘/includes/popular.php’ ); ?><div id=”tagcloud”>
<?php wp_tag_cloud(‘smallest=12&largest=20’); ?>
</div></div><!–inside–>
</div><!–tabs–>
Does that help?