Don’t know if you already deactivated all plugins and checked if it solves the problem. Can you give me the link of your site and the name of theme you are using?
Hi kidnec, did you find out the problem?
Thread Starter
kidnec
(@kidnec)
y, i deactivated all plugins … i have three my own theme and does not work on anyone – http://www.cykloprodejna.com/obchod/
Yes, I understand your problem. My gmail address is [email protected]. I want to access to wp backend of your site.
Thread Starter
kidnec
(@kidnec)
i am on vacation, i will send it to u soon as posible.
sorry for com. silence.
I got same problem…:(
Any solution? http://sirtech.lv
Let me know if the problem exists after activating a default wordpress theme.
Thanks.
Yeah then it`s works?
Do you have some ideas?
Becouse I have tried deactivate all plugins , but still dosent work..
Hi wantedjk, can I see your site? You can mail me.
Hi same problem here http://masciamandolesi.com/shop
can you help?
thanks in advance
Great, Theme issue!! solved modifying functions.php
FROM:
register_sidebar(array(
‘name’ => ‘Page Sidebar’,
‘id’ => ‘page-sidebar’,
‘description’ => ‘Widgets in this area will be shown in the sidebar of any page.’,
‘before_widget’ => ‘<div class=”widget”>’,
‘after_widget’ => ‘</div>’,
‘before_title’ => ‘<h3>’,
‘after_title’ => ‘</h3>’,
));
}
TO:
register_sidebar(array(
‘name’ => ‘Page Sidebar’,
‘id’ => ‘page-sidebar’,
‘description’ => ‘Widgets in this area will be shown in the sidebar of any page.’,
‘before_widget’ => ‘<div id=”%1$s” class=”widget %2$s”>’,
‘after_widget’ => ‘</div>’,
‘before_title’ => ‘<h3>’,
‘after_title’ => ‘</h3>’,
));
}
THANKS A LOT!!!
Hi, sorry I’m unclear how to actually add the missing ID? I tried the suggestion from lucaballerini but the code just broke my site.
Hi winepair
actually it depends how sidebar are registered by the theme you are using.
that code was taken from my theme
find the register_sidebar in your nad post here so what we can help you
luca