View Full Version : Can't move widgets
Blogger
11-28-2008, 04:55 AM
I put on some widgets on the sidebar but I can't move them up or down.
I tried to deactivate all the plugin but still the same. Anyone know what happen?
Using cutline theme.
Is it a widgetised theme? Have a look in the functions.php file in your theme directory, you should see in there whether or not it is - something like the following will be in there:
if ( function_exists('register_sidebar') )
register_sidebar(array(
'before_widget' => '<li id="%1$s" class="widget %2$s">',
'after_widget' => '</li>',
'before_title' => '<h3>',
'after_title' => '</h3>',
));
Blogger
11-28-2008, 08:04 AM
Is it a widgetised theme? Have a look in the functions.php file in your theme directory, you should see in there whether or not it is - something like the following will be in there:
if ( function_exists('register_sidebar') )
register_sidebar(array(
'before_widget' => '<li id="%1$s" class="widget %2$s">',
'after_widget' => '</li>',
'before_title' => '<h3>',
'after_title' => '</h3>',
));
I deleted the whole thing inside and reinstall the new wordpress and the widget still can't move!
Why huh?
I'm using the default theme also can't move... help.... :(
navjotjsingh
11-28-2008, 11:00 AM
Which browser are you using. Have you disabled javascript. Try diff browser...
vBulletin® v3.8.3, Copyright ©2000-2012, Jelsoft Enterprises Ltd.