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 » Page & Category Menu Bars »

Fixed menus?


  #1  
Old Dec 11, 2010, 08:22 AM
Farinet
 
24 posts · Dec 2010
Genève, Switzerland
Hello,

I have put the Page and Cat menus at the top of the page, and was wondering if there might be an easy way to have them stick on top of the page (i.e. not scroll when scrolling the page).
  #2  
Old Dec 11, 2010, 02:50 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
Somewhere in the forum there are instructions for that but I don't recall where. Also from what I remember you can do that but you will not have 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.
  #3  
Old Dec 11, 2010, 04:48 PM
Farinet
 
24 posts · Dec 2010
Genève, Switzerland
I'll keep the sidebars! Thanks Larry.
  #4  
Old Dec 12, 2010, 11:37 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
It looks like I was mistaken about setting the header so everything else scrolls. In ATO>Style Header Areas you can wrap the header code in a div with an id and then position it a fixed. Here is an example of the type of code.
Here is what could go in the Style Header Area box
HTML Code:
<div id="fixed-header">%logo %image %page-right</div>
And here is what you would put in ATO>Add HTML/CSS Inserts>CSS Inserts. You will probably have to tweak the CSS
HTML Code:
#fixed-header {
    width: 1000px;
    position: fixed;
}
td#right, td#left, td#middle {
    padding-top: 300px !important;
}
__________________
~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.

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Fixed Position Layout with fixed center column? 49Monsters Center area post/pages 1 Nov 3, 2010 02:41 PM
[SOLVED] Fixed Background In Atahualpa 3.5.3 josh2000 Header configuration & styling 1 Oct 8, 2010 12:39 PM
2 Fixed Layouts Mande Center area post/pages 2 Dec 31, 2009 10:36 AM
Fixed position Gavin Atahualpa 3 Wordpress theme 7 Nov 17, 2009 01:14 AM
fixed background image tarak Header configuration & styling 1 Mar 26, 2009 05:26 PM


All times are GMT -6. The time now is 12:51 PM.


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