• 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/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author pgogy

    (@pgogy)

    I’ve checked here and it seems to close both divs fine. Can you check version 0.92 when it comes out and see which div doesn’t close (have added HTML comment tags to the widget).

    Thanks

    Plugin Author pgogy

    (@pgogy)

    This issue is now fixed

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Github WordPress Widget] Design broken when using divs’ is closed to new replies.