[Plugin: Github WordPress Widget] Design broken when using divs
-
Design makes a lot of assumptions (i.e. that user wishes to use ul/li combo for formatting) and breaks most blogs I’ve tried it on when forcing the use of divs.
Example code that breaks blog:
register_sidebar(array(
‘name’ => ‘Sidebar’,
‘id’ => ‘my-widget-area’,
‘description’ => ‘My widget area’,
‘before_widget’ => ‘<div id=”%1$s” class=”my-widget-container %2$s”>’,
‘after_widget’ => “</div>”
));This code fails to close a div somewhere that causes everything that follows it in the page to fall out of flow. Hoping this will be fixed because this is a great plugin otherwise. Will update rating when this is fixed.
https://www.ads-software.com/extend/plugins/github-profile-display/
- The topic ‘[Plugin: Github WordPress Widget] Design broken when using divs’ is closed to new replies.