Contributed by user
When using the WordPress Suffusion theme you may encounter problems with the sidebar due to the overflow in the theme’s CSS being set to hidden.
Two possible solutions include
1. Add the following CSS to the theme’s style sheet:
div.suf-widget { display: inline-block; overflow: visible; }
.dbx-content { overflow: visible; }
2. Set the sidebar to flatten – a Suffusion theme setting that connects all widget areas to display without breaks rather than discreet sections.


















Right now my theme choices are constrained to those that support BuddyPress, although I may decide to skip BP in the future. But for now, are you aware of (have you tested) any BuddyPress-compatible themes into which the jQuery Vertical Megamenu integrates well? Thanks.
I tried both fixes described (added the two CSS lines to my child-theme “style.css” AND tried setting the sidebar to “flatten”) — neither made the megamenu work. It seemed to work more or less like the jQuery Accordion menu — clicking on a category would expand a bunch of options below it — but no panel appeared with headings and links.
(The jQuery Vertical Megamenu is not currently displayed on my site above because I removed it from the sidebar before trying to make UberMenu work. That doesn’t work either.)
Ideas? Thanks.
Hi,
Unfortunately we dont have specific details for themes. I would suggest maybe asking the theme author who should be able to tell you exactly which part you need to modify