rockyrockwood 0 Report post Posted May 19, 2010 Any ideas for why the sidebar (and body of Feature Page) shows up below the - well, Feature Page stuff? http://www.creditcardyes.com/ (Maybe a setting in WHP 3? I haven't had this problem before. Thanks, Ryan Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted May 20, 2010 Try placing this in your CSS: .page-id-5 #sidebar{display:none} Thanks, Bryan Share this post Link to post Share on other sites
Andrew 207 Report post Posted May 20, 2010 the page template has changed a little, as the feature slides/boxes alone didn't seem to fill well enough. Its easy to get it back the way it was though... there is another post somewhere where I walked somebody through it. Share this post Link to post Share on other sites
rockyrockwood 0 Report post Posted May 21, 2010 Arpowers, I'm searching for your post. No luck. Bryan, I'm hoping not to mess with CSS manually. But thanks! Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted May 21, 2010 I understand your worry, like causing difficulties when trying to upgrade, that's why you don't have to manually edit the stylesheet. I recommend that from your WordPress Admin, you navigate to: Appearance > WhiteHousePro Options > Custom Code > Custom CSS and paste in and save: .home #sidebar{display:none} It's the simplest solution and shouldn't ever cause you any problems. Thanks, Bryan Share this post Link to post Share on other sites
rockyrockwood 0 Report post Posted May 21, 2010 Ok, now it's a little better. http://www.creditcardyes.com/ The sidebar is gone but the feature page is still there...just smaller! I'm confused, doesn't EVERYONE with WHP3 have this problem? I wonder why the solution is more involved for me? Do you think I have some setting wrong? Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted May 22, 2010 Update the line of code I gave you to: .home #sidebar, .copy{display:none} It's hard to say really, there are so many infinite variables of things from customer to customer, we just have to focus on the fix at hand as they come in, hope that does the trick for you. Thanks, Bryan Share this post Link to post Share on other sites
rockyrockwood 0 Report post Posted May 22, 2010 Worked. Thanks! Share this post Link to post Share on other sites
rockyrockwood 0 Report post Posted May 22, 2010 Actually, my bad. It actually fixed the front page and ruined the rest. View the site at creditcardyes.com (not the site actually displayed in the screen) Any other ideas? You don't think a reinstall would help, do you? Ry Share this post Link to post Share on other sites
cmunns 16 Report post Posted May 24, 2010 the code should look like this: `.home #sidebar .copy{display:none}` without the comma Share this post Link to post Share on other sites
rockyrockwood 0 Report post Posted May 28, 2010 Closer! Now it's smaller. I just looked at the demo of WHP3 and the feature page is displayed there. Maybe this is supposed to be like this? Some change from earlier? Am I trying to get rid of an upgrade? It looks like a mistake. Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted May 28, 2010 Hmm, other than the answer I provided I'm not sure what else there is, it should only effect the home page, sorry... can't explain why it would effect things outside of it? Thanks, Bryan Share this post Link to post Share on other sites