Sticky Widget in Sidebar not working in Yootheme theme
-
Hello,
I am using a Yootheme.com theme and the plugin does not work. I believe it is because of the missing IDs but the section of code in the theme is a bit different.
register_sidebar(array(
‘name’ => $name,
‘id’ => $name,
‘description’ => ”,
‘before_widget’ => ‘<!–widget-%1$s<%2$s>–>’,
‘after_widget’ => ‘<!–widget-end–>’,
‘before_title’ => ‘<!–title-start–>’,
‘after_title’ => ‘<!–title-end–>’,
));It seems that this is not a standard way to register_sidebar and the plugin may have some difficulty identifying the IDs.
Any suggestions?
The following is a link to a live demo.
https://46.16.75.22/demo/themes/wordpress/2014/avenue/?page_id=39Thank you
- The topic ‘Sticky Widget in Sidebar not working in Yootheme theme’ is closed to new replies.