Responsive Version: 2x
Expected behavior:
that widget-count-# would match the number of widgets output.
Actual behavior:
widget-count-# includes widget that are not output.
Steps to reproduce:
- Add BU Text or BU Links widget to footbar and leave the widgets empty.
- Go to a page and look at inspector to see count showing more widgets than are output.
Screenshot (if this is a bug):

Traced to:
|
<aside class="footbar <?php responsive_sidebar_classes( $footbar ); ?>" role="complementary"> |
|
function responsive_sidebar_classes( $sidebar_id ) { |
See this PR that had similar issues ( individual count incorrect instead of total count ).
#96
Responsive Version: 2x
Expected behavior:
that
widget-count-#would match the number of widgets output.Actual behavior:
widget-count-#includes widget that are not output.Steps to reproduce:
Screenshot (if this is a bug):
Traced to:
responsive-framework/sidebar-bottom.php
Line 18 in fc2e358
responsive-framework/inc/template-tags.php
Line 863 in 1f5a8ae
See this PR that had similar issues ( individual count incorrect instead of total count ).
#96