Problem with widgets

Discussion in 'WordPress' started by Nunofb, Feb 17, 2010.

  1. #1
    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
     
    Nunofb, Feb 17, 2010 IP
  2. gurujeffster

    gurujeffster Peon

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Sounds like a theme related problem. Try a different theme since there's thousands of freebies out there.
     
    gurujeffster, Feb 17, 2010 IP
  3. Wp-Mod.Com

    Wp-Mod.Com Peon

    Messages:
    381
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #3
    still cant figure out why , paste your sidebar.php here and we can talk this about
     
    Wp-Mod.Com, Feb 17, 2010 IP
  4. Nunofb

    Nunofb Peon

    Messages:
    18
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    <!-- #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>
     
    Nunofb, Feb 17, 2010 IP