Support » Themes and Templates » Sidebar messed up – What to do to makes widgets work again?

  • Hello everyone,

    Iam working an a Site wehre I use the VICE Theme from Amy&Pink. The sidebar is kinda working, as long as you feed it directly by editing the sidebar.php. However, the author of that Theme apparently disarmed the sidebar.php from getting the widgets I atach trough the normal wordpress way.

    My guess is that there is a simple code missing which tells the side to retreave dynamic sidebar content. However I dont know how the code has to look to make that work again.

    Here is the code. Maybe you guys can spot the error in seconds.

    Thank you very much in advance!!!

    …the code:

    <div class="column last sidebar">
    <div class="box">
    										<h2>Termine</h2>
    
    										<h4>Four Four</h4>
    										<p>In 1974, Nintendo .</p>
    										<h4>Five Five</h4>
    										<p>In 1974, dugugu </p>
    									</div>
    
    									<div class="box listen">
    										<h2>Rainbow im netz</h2>
    										<a href="http://www.youtube.com/user/rainbowmusikbremen"><img class="left" src="<?php bloginfo('stylesheet_directory'); ?>/images/youtube.png" width="65" height="23" alt="Rainbow auf Youtube"></a>
    
    <a href="http://www.myspace.com/rainbowmusik"><img class="left" src="<?php bloginfo('stylesheet_directory'); ?>/images/myspace.png" width="129" height="23" alt="Rainbow auf Myspace"></a>
    
    										<div class="clearer"></div>
    									</div>
    																	</div>
    							</div>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Sidebar messed up – What to do to makes widgets work again?’ is closed to new replies.