Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Sidebars & Widgets »

[SOLVED] How to 'FIX' the sidebar so it doesn't scroll?


  #1  
Old Jul 4, 2010, 11:27 PM
Craig Atkinson's Avatar
Craig Atkinson
 
53 posts · Mar 2009
Sorry if this is an old Q. I couldn't see it anywhere and my previous Q must have been badly worded as no one answered!

http://www.craigatkinson.co.uk

How do I 'fix' the sidebar so only the main column scrolls. I want the sidebar to remain static.
  #2  
Old Jul 5, 2010, 09:52 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
I think that has been answered in the forums somewhere. I would try a search.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #3  
Old Jul 5, 2010, 01:12 PM
Craig Atkinson's Avatar
Craig Atkinson
 
53 posts · Mar 2009
Yes I guessed it would have been. I did search and have just done so again but I can't find the answer, hence this post.
  #4  
Old Jul 5, 2010, 01:21 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
Sorry... What I saw was this thread about having the header area fixed. Not the sidebars.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #5  
Old Jul 5, 2010, 06:39 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
I don't believe you can. The sidebars and the center area are cells in the same row of a table. You can't fix one cell and scroll the others.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #6  
Old Mar 31, 2013, 08:12 AM
BluffCityComm
 
6 posts · Mar 2011
I have tried implementing fixed sidebar content (WP custom menu widget) on my site as well (http://monumentpress.com/we-work-wit...s/consultants/). The page looks and works great…until I resize the browser window, at which point the middle container moves on top of this content.
Basically, I just want my sidebar menu to stay put in its current position on the page, and not scroll up with the rest of the page content, but I don't want the middle content to overlap it when the screen resizes. Am I going about this wrong?
  #7  
Old Mar 31, 2013, 12:39 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
How did you implement the fixed menu? What code and where did you put it?
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #8  
Old Apr 1, 2013, 11:22 AM
BluffCityComm
 
6 posts · Mar 2011
I couldn't figure out how to style the entire custom menu container, so I had to set both the menu title and the menu itself separately, as shown in the code below. Then I had to specify top and left pixel coordinates to position each on the page.
Code:
div#nav_menu-3 h3 {
position: fixed;
top: 185px;
left: 294px;
padding: 0;
margin: 0;
}
div.menu-services-container {
position: fixed;
top: 200px;
left: 200px;
}
  #9  
Old Apr 2, 2013, 10:26 AM
BluffCityComm
 
6 posts · Mar 2011
UPDATE: I was able to resolve this issue by fixing the position of the entire td#left. Everything now behaves as it should when the browser window is resized. The caveat is, since I had to give the left margin of this cell a negative value, it runs off the left side of the screen when viewed on a mobile device.

Bookmarks

Tags
fix, scroll, sidebar



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Atahualpa doesn't play well with certain plugins like proplayer for example, trusktr Atahualpa 3 Wordpress theme 6 Jul 5, 2010 10:19 PM
My sidebar color doesn't match my menu or header. How do I make it? jakeyt Sidebars & Widgets 7 Mar 17, 2010 02:27 PM
Fixing Sidebar Position / no scroll Craig Atkinson Sidebars & Widgets 0 Nov 29, 2009 12:54 PM
Sidebar style doesn't apply seboush Sidebars & Widgets 1 Jul 15, 2009 03:59 AM


All times are GMT -6. The time now is 04:34 PM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.