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 »

Can I push everything over?


  #1  
Old Mar 3, 2009, 05:21 PM
eyup
 
34 posts · Mar 2009
Can I push everything over?

Hi there - awesome theme!

I'm wondering if i can push everything over to the right and insert a div with some flash in it?

I've emulated it here using frames (though I want it to scroll with the rest of the page):

http://www.shavenraspberry.com/home.html

(I also set the left column to 0)

Regards
  #2  
Old Mar 3, 2009, 05:35 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
To move both sidebars to the right see http://forum.bytesforall.com/showthread.php?t=168

Moving them to the left is almost the same if you look at the code. Let me know if you get stuck

You can insert Flash anywhere but would have to provide the embed code, there is no auto flash insertion or something like that in the theme
  #3  
Old Mar 3, 2009, 06:09 PM
eyup
 
34 posts · Mar 2009
Hi Flyn,

What i mean is can 'everything' be pushed over - the whole caboodle, so i can put a column of flash down the left side stretching from top to bottom?
  #4  
Old Mar 3, 2009, 06:36 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
In header.php, find
HTML Code:
<div id="container">
and below it, add:
HTML Code:
<div style="width: 100px; float: left;">

YOUR CONTENT

</div>
Change 100px to the desired width. Also add margin-right: XXpx if you want to have space between this column and the main layout

And in style.css, find
HTML Code:
table#layout {
    font-size: 100%;
    width: 100%;
    max-width: 100%;
    table-layout: fixed;
    }
and change to

HTML Code:
table#layout {
    font-size: 100%;
    table-layout: fixed;
    }
This style.css change will most likely be in version 3.2.1, so it would not be overwritten when you update Atahualpa

Last edited by Flynn; Mar 3, 2009 at 07:04 PM. Reason: Changed "This style.css" to "This style.css change"
  #5  
Old Mar 3, 2009, 06:43 PM
eyup
 
34 posts · Mar 2009
You the man Flyn - I'll give it a bash!
  #6  
Old Mar 3, 2009, 08:28 PM
eyup
 
34 posts · Mar 2009
Soo close:

http://www.shavenraspberry.com/roamer/

The Flash doesn't load - seems it can't find the swf file though it finds the jpg at the top.

something to do with permalinks?

I've put the flash file in the same directory as header.php too.

or is it something to do with Wordpress?

Bookmarks




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


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