shortcodes for panels adding extra due to comment lines
-
Topic
-
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The forum ‘Akita Responsive WordPress Theme’ is closed to new topics and replies.
This may be in the wrong place to put this, but the shortcodes plugin support section seemed to direct people here.. my apologies if this is misplaced.
Since the last upgrade, I am seeing an extra
<p>
in the panel-heading shortcodes.In looking into this, these 2 comments are being wrapped by a
<p>
and so it creates a larger panel box. Not only is it too large, but when you hover, the background color toggle doesn’t cover that last line.Using firebug I see:
<p>
<!-- .panel-heading (end) -->
</p>
AND
<p>
<!-- .panel-collapse (end) -->
</p>
If I omit the comments in the Bootstrap 3 section:
<!-- .panel-heading (end) -->
and<!-- .panel-collapse (end) -->
the issue resolves.
This is something I can manually do, but in future upgrades it would be nice to have this fixed.
Just thought I’d pass this along.