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 »

Content in Atahualpa


  #1  
Old Feb 11, 2009, 05:39 AM
mesti
 
8 posts · Feb 2009
is it possible to put a content in my page? I want to have middle, left side and right side in a content.
how can I do that?
thanks
  #2  
Old Feb 11, 2009, 05:06 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
You want posts (or the content of a "Page" page) to be in 3 columns?
  #3  
Old Feb 12, 2009, 08:44 AM
mesti
 
8 posts · Feb 2009
I want to center my left, middle and right side on the screen...
  #4  
Old Feb 12, 2009, 08:51 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
Try as CSS Insert

HTML Code:
td#left, td#middle, td#right {
text-align: center;
}
  #5  
Old Feb 12, 2009, 09:38 AM
mesti
 
8 posts · Feb 2009
but i want to center all sides on the screen , not only the text
  #6  
Old Feb 12, 2009, 09:43 AM
mesti
 
8 posts · Feb 2009
I've fixed it!

before I have
PHP Code:
/*-------------------- CONTAINER for VISUAL styles --------*/

div#container {
    /* more  ... */
    
widthauto;
    [
b]margin-leftauto;[/b]
    
margin-rightauto;
    
text-alignleft/* resetting the "text-align: center" of "wrapper" */
    
displayblock;
    } 
then

PHP Code:
div#container {
    /* more  ... */
    
widthauto;
    [
b]margin-left200px;[/b]
    
margin-rightauto;
    
text-alignleft/* resetting the "text-align: center" of "wrapper" */
    
displayblock;
    } 
thanks
  #7  
Old Feb 14, 2009, 01:13 PM
khou
 
7 posts · Feb 2009
Quote:
Originally Posted by Flynn
You want posts (or the content of a "Page" page) to be in 3 columns?
How to do this ?
  #8  
Old Feb 14, 2009, 01:33 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
Go into HTML mode in the WP editor and put something like this there

HTML Code:
<div class="post-left">
... Content ...
</div>
<div class="post-center">
... Content ...
</div>
<div class="post-right">
... Content ...
</div>
And at A. Theme Options -> HTML/CSS Inserts -> CSS Inserts add

HTML Code:
.post-left, 
.post-center, 
.post-right {
float: left;
width: 32%;
}
.post-left { 
padding-right: 1%;
}
.post-center {
padding-left: 1%;
padding-right: 1%;
}
.post-right {
float: right;
padding-left: 1%;
}
You can then re-use part one (putting the div's into the WP editor) and do not need to add the CSS insert again
  #9  
Old Feb 14, 2009, 01:39 PM
khou
 
7 posts · Feb 2009
I'm sorry flynn where should i put it, i'm using wp 2.7. Thank for your quick response
  #10  
Old Feb 14, 2009, 01:47 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
The first part is for the Wordpress editor, when you edit a post or page or write a new one at Site Admin -> Posts -> Edit /Add new.

The second part is done at Site Admin -> Appearance -> Atahualpa Theme Options -> HTML/CSS Inserts -> CSS Inserts.
  #11  
Old Feb 14, 2009, 01:49 PM
khou
 
7 posts · Feb 2009
@flynn, i want my post looks like http://www.wp-themes.der-prinz.com/magazine/ post columns.
  #12  
Old Feb 14, 2009, 02:10 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
That's a whole different layout. Atahualpa could be made like this but it would require too many changes. Use something like that if you want a magazine layout. But I recommend to honor the actual author and go to the original Mimbo http://www.darrenhoyt.com/2008/01/29...-hath-spawned/ instead of using that copycat's one
  #13  
Old Feb 14, 2009, 02:35 PM
khou
 
7 posts · Feb 2009
Atahualpa is beautiful. Thank you BFA
  #14  
Old Feb 16, 2009, 10:45 AM
khou
 
7 posts · Feb 2009
Flynn, how do i swap between top menu and header image ?
  #15  
Old Feb 16, 2009, 10:54 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
See A. Theme Options -> Header -> Configure Header Area
  #16  
Old Feb 17, 2009, 03:40 AM
khou
 
7 posts · Feb 2009
Hi, Flynn


How to center menu bar in pages ?

Again, thank you for your support in Atahualpa.

  #17  
Old Feb 17, 2009, 06:15 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
See http://forum.bytesforall.com/showthread.php?t=122

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Meta content c32v Atahualpa 3 Wordpress theme 5 Jun 30, 2011 08:13 PM
Adding AdSense to content Jerry Atahualpa 3 Wordpress theme 51 Jun 10, 2010 05:48 AM
wp-content qldfilmlocations Atahualpa 3 Wordpress theme 1 May 12, 2009 06:04 PM
Bug with widgets and content perdox808 Sidebars & Widgets 2 May 5, 2009 06:51 PM
Content missing Psyman Sidebars & Widgets 3 May 2, 2009 07:44 AM


All times are GMT -6. The time now is 05:41 AM.


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