Hi! I got a new theme for wordpress which has the widgets activated. However, when I try to drag them too the sidebars, they simply don't move at all....! How can I fix this? I don't have any plugins installed! Also when I put the default theme it works. So I'm guessing it should probably be related with the new theme. thanks
Sounds like a theme related problem. Try a different theme since there's thousands of freebies out there.
<!-- #primary --></div> <div class="secondary" id="alpha"> <?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar('Sidebar') ) : else : ?> <div align="center"> <p><a class="button-orange" style="width:75%" href="<?php echo get_settings('home'); ?>/wp-admin/widgets.php">Edit Sidebar Widgets</a><br/><br/></p> <p>This sidebar is fully widgetized.</p> <?php endif; ?> <!-- #alpha --></div>