Support » Theme: Corpo » adjust widgets

  • Resolved masjo

    (@masjo)


    When changing the main widget in the theme. Nothing in de blog changes.

    Is this also a bug in the theme?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter masjo

    (@masjo)

    I changed the code sidebar.php to this and now it works.

    <!-- sidebar -->
    <aside id="sidebar" role="complementary">
        <?php do_action( 'before_sidebar' ); ?>
        <?php if(!function_exists('dynamic_sidebar') || !dynamic_sidebar('main-sidebar')) : ?>
        	<div id="archives" class="widget">
    			<h3 class="widget-title"><?php _e( 'Archives', 'corpo' ); ?></h3>
    			<ul class="list arrow">
    				<?php wp_get_archives( array( 'type' => 'monthly' ) ); ?>
    
    		</div>
    
    		<div id="meta" class="widget">
    			<h3 class="widget-title"><?php _e( 'Meta', 'corpo' ); ?></h3>
    
    <ul>
    				<?php wp_register(); ?>
    				<?php wp_meta(); ?>
    			</ul>
    		</div>
        <?php endif; ?>
    
    </aside>
    <!-- /sidebar -->


    [Please use the backticks or code buttons when posting code here]

    Theme Author alex27

    (@alex27)

    Yest, this is also a bug and it will be fixed ASAP.

    hey thanks a lot for the great theme.

    But, i am getting a problem with the prefooter and the services widget area when i updated the theme to from 1.3 to 1.3.1.
    They both are getting displayed vertically whereas i want them to be displayed horizontally.

    Is there a way you can help me..

    Waiting for your reply

    Theme Author alex27

    (@alex27)

    Hello!

    Please don’t post in resolved threads. Also, please browse the forum before you post, this matter has been discussed here: http://wordpress.org/support/topic/corpo-widgets-are-stacked-on-top-each-other-instead-of-next-to-each-other?replies=8

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘adjust widgets’ is closed to new replies.