Skip to:
Content

BuddyPress.org

Opened 14 years ago

Closed 14 years ago

Last modified 8 years ago

#3004 closed enhancement (fixed)

Move footer site generator info out of widget area

Reported by: modemlooper's profile modemlooper Owned by:
Milestone: 1.5 Priority: normal
Severity: Version:
Component: Templates 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 14 years ago.

Download all attachments as: .zip

Change History (5)

@modemlooper
14 years ago

#1 @modemlooper
14 years ago

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

is_active_sidebar()

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

#2 @DJPaul
14 years ago

  • Milestone changed from Awaiting Review to 1.3

I like it.

#3 @djpaul
14 years ago

  • Resolution set to fixed
  • Status changed from new to closed

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

#4 @DJPaul
8 years ago

  • Component changed from Appearance - Template Parts to Templates
Note: See TracTickets for help on using tickets.