onestandard 0 Report post Posted March 16, 2011 http://www.annapolissound.com Footer appears on search results page, but not on homepage. I do not have "hide" clicked anywhere it can be, as far as I know. The feature slider link is not working, and the box that you can designate text in for the overlay isn't showing either. I completely took out all the custom CSS, reinstalled 1.3.2 (both child and root), and still no luck. Here's my custom CSS: body{} #brandnav { margin-bottom: 0.0em; padding: 0px 0 0px; } #brandnav .main_nav { float: left; left: 70px; } #secondnav { position: relative; left: 265px; } .main_nav { line-height: 1.1em; margin-top: 0; position: relative; text-align: left; z-index: 28; } #boxes .content-pad { padding: 0.0em 0; } .scolumn-pad { padding: 20px 0.0em; } .mcolumn-pad { padding-top: 20px; } #footer {background: url('http://www.annapolissound.com/wp-content/uploads/2011/03/AS-Rebirth-Footer-1g.png') no-repeat 10em; width: auto;} #feature { margin-bottom:0em; margin-left:0; margin-right:0; margin-top:0em; } #feature {padding: 20px 20px 20px 20px;} #feature {background:url('http://www.annapolissound.com/wp-content/uploads/2011/03/AS-Feature-Background-1b.png') no-repeat 15.5em 3px !important;} #banners .banner-area { padding: 0px 0; position: relative; right: -75px; } #banners .content-pad { padding: 0px 0; } #brandnav .main_nav ul.main-nav { font-size: 115%; text-shadow: 0 .5px .5px; } #brandnav .main_nav { width: 95%; } .main-nav li a { font-size: .90em; } .banner-content { font-size: 1.2em; line-height: 1.0em; } #boxes h3 { font-size: 1.3em; padding: 0 0px 2px; text-align: center; } .textwidget { padding: 0px 0px; } .mcolumn-pad { padding-top: 0px; } .scolumn-pad { padding: 0px 0;} .widget-title { font-size: 1.3em; margin-bottom: 0.6em; padding: 6px 8px 3px 0; text-align: left; } ul { list-style: none outside none; } Share this post Link to post Share on other sites
Sourena 2 Report post Posted March 16, 2011 Make sure you have placed footer in your "Site footer" area (under Template Setup). Also choose "Feature Page" from the drop-down menu and make sure you have the feature there. alefba.usWeb Development & Design for Right-to-Left languages Share this post Link to post Share on other sites
onestandard 0 Report post Posted March 16, 2011 The footer was in the footer section. For some reason the Feature Template is not playing nice with the footer. I changed my homepage's layout to the default template and the footer was there. I don't know how to tell if the problem is with my CSS or something going on with PP, though. The Feature Box problem persists. Content in the feature box cannot be clicked on even with a working URL inserted in the appropriate fields since the "click me" box is missing. Share this post Link to post Share on other sites
onestandard 0 Report post Posted March 16, 2011 It's gone again. This is costing me hours of precious time. I tried reverting to the feature page template, no luck. Share this post Link to post Share on other sites
Sourena 2 Report post Posted March 16, 2011 What do you have in your feature page? Any Widgetized area? Any specific widget that might cause the problem? What about your Morefoot area? Did you place any widget there? alefba.usWeb Development & Design for Right-to-Left languages Share this post Link to post Share on other sites
cmunns 16 Report post Posted March 16, 2011 For one that background position css should be: ` #feature { background: url('http://www.annapolissound.com/wp-content/uploads/2011/03/AS-Feature-Background-820px.png') no-repeat center top; } ` instead of em value...this will keep it centered. ALso, the "Reader Trends" section looks fishy to me since everything after that is gone + it uses some scripting. Share this post Link to post Share on other sites
onestandard 0 Report post Posted March 16, 2011 I completely spaced on the simplest solution. Thanks, Adam. Share this post Link to post Share on other sites