RSS

Updates are not always good

December 19

Tried to update my Choco theme, but for some reason, all the sidebars are just plain broken.  I hope they update it soon, I really liked that theme.  For now, switched themes.  What do you think?

 

Edit:

Fixed it.  If you use Choco theme, and your sidebars are not showing up, remove from sidebar.php:

<?php do_action( 'before_sidebar' ); ?>
<a href="#" class="close-sidebar"></a>
<div class="sidebar-nav">
<?php wp_nav_menu( array( 'container' => false, 'theme_location' => 'primary', 'menu_class' => 'menu clear-fix') ); ?>
</div><!-- /.sidebar-nav -->
 

Posted by on December 19, 2014 in General Comments

Leave a comment

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.