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 » Center area post/pages »

How to define column widths on multi column pages


  #1  
Old May 15, 2010, 04:45 AM
kaspar.wimberley
 
24 posts · May 2010
Stuttgart
Dear all,
How do I define the width of a column on multi-column layouts? They seem to have different widths on the page: http://www.susanne.treacletheatre.co...press/?paged=2
I don't mind if this is a flexible definition in % or a fixed px width, both are ok for now.
Should I do this in the theme options (loop), or in the index file?

Current index:

PHP Code:
   1.
      <?php /* get all options: */
   
2.
      
include (TEMPLATEPATH '/functions/bfa_get_options.php');
   
3.
      get_header
(); ?>
   4.
       
   5.
      <?php /* If there are any posts: */
   
6.
      
if (have_posts()) : $bfa_ata['postcount'] == 0/* Postcount needed for option "XX first posts full posts, rest excerpts" */ ?>
   7.
       
   8.
      <?php /* This outputs the next/previous post or page navigation.
   9.
      This can be edited at Atahualpa Theme Options -> Style & edit the Center column */
  
10.
      bfa_center_content
($bfa_ata['content_above_loop']); ?>
  11.
       
  12.
       
  13.
       
  14.
      <table cellpadding="0" cellspacing="0" border="0">
  15.
      <?php $column 1?>
  16.
      <?php // The LOOP. Do this for all posts:
  
17.
      
while (have_posts()) : the_post(); $postcount++; ?>
  18.
       
  19.
      <?php if ($column == 1) echo "<tr>"?>
  20.
       
  21.
      <td class="column<?php echo $col;?>" style="vertical-align: top">
  22.
       
  23.
       
  24.
       
  25.
       
  26.
      <?php /* Add Odd or Even post class so post containers can get alternating CSS style (optional) */
  
27.
      $odd_or_even 
= (($bfa_ata['postcount'] % 2) ? 'odd-post' 'even-post' ); ?>
  28.
       
  29.
      <?php /* This is the actual Wordpress LOOP.
  30.
      The output can be edited at Atahualpa Theme Options -> Style & edit the Center column */
  
31.
      bfa_center_content
($bfa_ata['content_inside_loop']); ?>
  32.
       
  33.
       
  34.
       
  35.
       
  36.
      </td>
  37.
       
  38.
      <?php if ($column == 2) echo "</tr>"; (($column==1) ? $column=$column=1); ?>
  39.
       
  40.
      <?php // END of the LOOP
  
41.
      
endwhile; ?>
  42.
      </table>
  43.
       
  44.
       
  45.
       
  46.
       
  47.
      <?php /* This outputs the next/previous post or page navigation and the comment template.
  48.
      This can be edited at Atahualpa Theme Options -> Style & edit the Center column */
  
49.
      bfa_center_content
($bfa_ata['content_below_loop']); ?>
  50.
       
  51.
      <?php /* END of: If there are any posts */
  
52.
      
else : /* If there are no posts: */ ?>
  53.
       
  54.
      <?php /* This outputs the "Not Found" content, if neither posts, pages nor attachments are available for the requested page.
  55.
      This can be edited at Atahualpa Theme Options -> Style & edit the Center column */
  
56.
      bfa_center_content
($bfa_ata['content_not_found']); ?>
  57.
       
  58.
      <?php endif; /* END of: If there are no posts */ ?>
  59.
       
  60.
      <?php bfa_center_content($bfa_ata['center_content_bottom']); ?>
  61.
       
  62.
      <?php get_footer(); ?>
  #2  
Old May 15, 2010, 05:56 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
you will have to define the colums as a table and then use CSS to define the width of each column
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old May 15, 2010, 06:34 AM
kaspar.wimberley
 
24 posts · May 2010
Stuttgart
Thanks juggledad, how exactly should I do this! In the Index file? Or in the theme options?
and where do I insert the css.
I'm learning slowly, but still very very new to this.
K

Bookmarks

Tags
column width

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Applying different style to center column in multi post pages only maija Atahualpa 3 Wordpress theme 2 Jul 26, 2010 12:31 AM
Center Column on "Page" Pages - multiple columns within/floating images? seb Header configuration & styling 0 Jan 27, 2010 01:28 PM
remove centre column material from pages other than the main page?? adri Header configuration & styling 1 Oct 16, 2009 07:52 AM
Getting something to show on Multi-Post Pages in the Center Column edits adum Atahualpa 3 Wordpress theme 2 Aug 15, 2009 01:06 PM
[SOLVED] How to change 3 column to 2 column blog vots Atahualpa 3 Wordpress theme 3 May 4, 2009 03:58 PM


All times are GMT -6. The time now is 01:05 PM.


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