Jump to content
Sign in to follow this  
rockyrockwood

sidebar appearing on feature page

Recommended Posts

rockyrockwood

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

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

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

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

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

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

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

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)HVY9P.jpgHVY9P.jpgqYHtb.jpg 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

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

Closer! Now it's smaller. 1KivN.jpg 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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×