#6536 closed defect (bug) (fixed)
(BuddyPress) Recent Networkwide Posts widget
Reported by: | kahless | Owned by: | r-a-y |
---|---|---|---|
Milestone: | 2.4 | Priority: | normal |
Severity: | normal | Version: | 2.3.0 |
Component: | Templates | Keywords: | good-first-bug |
Cc: |
Description
There is either an extra or missing div element somewhere in this widget. When I add it to a site with the following layout in the indicated spot
<div class="content"> <div id="post-entry" class="home-column"> Widget placed here </div> <div id="side-entry"> <div id="center-column"></div> <div id="right-column"></div> </div> </div>
instead of getting three columns next to each other, I get one column with the widget contents and then below it the other two columns that should be to the right. Removing the widget and adding another of the built in widgets works as expected.
Change History (4)
Note: See
TracTickets for help on using
tickets.
Yeah, good spot. There is a div missing. (BP_Blogs_Recent_Posts_Widget)