Skip to:
Content

BuddyPress.org

Opened 16 years ago

Closed 16 years ago

Last modified 10 years ago

#3004 closed enhancement (fixed)

Move footer site generator info out of widget area

Reported by: modemlooper Owned by:
Priority: normal Milestone: 1.5
Component: Templates Version:
Severity: Keywords:
Cc:

Description

Looks weird and I can guarantee you every theme dev will move it.

css change: change #footer to #footer-widgets

#footer-widgets {

margin-bottom: 20px;
padding: 19px;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-right: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
background: #fff;

}

Attachments (1)

footer.php (653 bytes ) - added by modemlooper 16 years ago.

Download all attachments as: .zip

Change History (5)

@modemlooper
16 years ago

#1 @modemlooper
16 years ago

Maybe this widget footer area should not even show unless a widget is installed?

is_active_sidebar()

Last edited 16 years ago by modemlooper (previous) (diff)

#2 @DJPaul
16 years ago

  • Milestone Awaiting Review1.3

I like it.

#3 @djpaul
16 years ago

  • Resolutionfixed
  • Status newclosed

(In [3696]) Move footer site generator info out of widget area. Props modemlooper for initial patch, fixes #3004

#4 @DJPaul
10 years ago

  • Component Appearance - Template PartsTemplates
Note: See TracTickets for help on using tickets.