Hi!
I see the plugin is working now!
What was the problem?
Hi max,
Since i update my wordpress version the plugin don’t work.
can you help me please ?
my website :
http://www.thebagshunter.com
Best
Befashionlike!
Your widgets are missing id attribute (see FAQ)!
Did you update theme too?
Hi Max,
Thanks for your andwser, i try to the fonction.php but after the display not working
this my php code , what i should do ?
if ( function_exists(‘register_sidebar’) ) {
register_sidebar(array(
‘name’=>’Sidebar’,
‘before_widget’ => ‘<div class=”side_box”>’,
‘after_widget’ => ‘</div>’,
‘before_title’ => ‘<h3>’,
‘after_title’ => ‘</h3>’,
));
}
best
Befashionlike,
you should edit before_widget parameter like this:
‘before_widget’ => ‘<div id=”%1$s” class=”side_box”>’,`
Hi Max,
It’s still not working, i have the same problem on befashionlike.com
i updrade the wordpress version for the both blog and now the plugin not woriking
I am looking at your site now – widgets are without ids.
Did you change before_widget parameter?
YES I did it, but after the theme don’t work
Yeah it’s working nice now, i make a mistake when I modify the fonctions.php
Thanks you so much
Hi Max,
I change my theme on befashionlike.net and thebagshunter.com and the plugin don’t work again could you help me please ?
Here the before widget configuration
/* Define sidebars */
if (function_exists(‘register_sidebars’)) {
// Sidebar for blog section of the site
register_sidebar(
array(
‘name’ => __( ‘Magazine’, ‘themetext’ ),
‘id’ => ‘sidebar-1’,
‘description’ => __( ‘Sidebar for categories and single posts’, ‘themetext’ ),
‘before_widget’ => ‘<div id=”%1$s” class=”widget %2$s”>’,
‘after_widget’ => ‘</div>’,
‘before_title’ => ‘<h3>’,
‘after_title’ => ‘</h3>’,
)
);
Best
Befashionlike
Before widget configuration is ok!
The plugin is working in FF, but webkit sucks…
And I don’t know why (
Try to disable slider widget in sidebar. I am sure that will not help, but who knows?