Left and right hand blocks

Infusion by Element Effect Designs

Left and right hand blocks

Postby d6 » Tue Aug 16, 2005 7:08 pm

On this template in your demo page the blocks on the left and right of the page are all different widths. unfortunately same problem on my dev site. How can i correct this?

Check out my new E-Commerce site! http://HDToystore.com
User avatar
d6
 
Posts: 28
Joined: Tue Jul 19, 2005 5:03 pm
Blog: View Blog (0)

Re: Left and right hand blocks

Postby Helter » Tue Aug 16, 2005 8:20 pm

i dont see that. What resolution are you using? Most of the blocks are at the mercy of what your displaying inside them.

User avatar
Helter
Site Admin
 
Posts: 548
Joined: Tue Jul 19, 2005 1:29 pm
Location: Seattle Wa
Blog: View Blog (0)
Real Name: John Wagner

Re: Left and right hand blocks

Postby d6 » Tue Aug 16, 2005 9:19 pm

Sure, sorry. In FF it works fine but in IE at 1024x768 the blocks apear different sizes.

Image

Check out my new E-Commerce site! http://HDToystore.com
User avatar
d6
 
Posts: 28
Joined: Tue Jul 19, 2005 5:03 pm
Blog: View Blog (0)

Re: Left and right hand blocks

Postby Helter » Wed Aug 17, 2005 6:59 pm

ok, the fix is not too difficult
open templates/Infusion/portal_page_header.tpl and find

Code: Select all
  1.  
  2. <table width="100%" cellpadding="5" cellspacing="0" border="0"
  3. <BEGIN>
  4. class="forumline"
  5. <END>
  6. >
  7.    <BEGIN>
  8.    <tr>
  9.       <th>{header_blocks_row.title.TITLE}</th>
  10.    </tr>
  11.    <END>
  12.    <tr>
  13.       <td
  14.       <BEGIN>
  15.       class="row1"
  16.       <END>
  17.       >{header_blocks_row.OUTPUT}</td>
  18.    </tr>
  19. </table>
  20.  


change the table width to "150". That will make them all the same. You can make them smaller if you want, but you will have to also edit
templates/Infusion/blocks/clock_block.tpl to make it match the size.
example...
Code: Select all
  1.  
  2. <table width="150" cellpadding="5" cellspacing="0" border="0"
  3. <BEGIN>
  4. class="forumline"
  5. <END>
  6. >
  7.     <BEGIN>
  8.     <tr>
  9.         <th>{header_blocks_row.title.TITLE}</th>
  10.     </tr>
  11.     <END>
  12.     <tr>
  13.         <td
  14.         <BEGIN>
  15.         class="row1"
  16.         <END>
  17.         >{header_blocks_row.OUTPUT}</td>
  18.     </tr>
  19. </table>
  20.  

Last edited by Helter on Fri Jun 23, 2006 7:23 pm, edited 1 time in total.
User avatar
Helter
Site Admin
 
Posts: 548
Joined: Tue Jul 19, 2005 1:29 pm
Location: Seattle Wa
Blog: View Blog (0)
Real Name: John Wagner

Re: Left and right hand blocks

Postby d6 » Thu Aug 18, 2005 3:53 am

Ahh beautiful, thanks

Check out my new E-Commerce site! http://HDToystore.com
User avatar
d6
 
Posts: 28
Joined: Tue Jul 19, 2005 5:03 pm
Blog: View Blog (0)

Re: Left and right hand blocks

Postby wileamson7 » Mon Apr 06, 2015 8:35 pm

Oh, and another question regarding this theme (which I love by the way - thanks for porting it), I have a custom welcome block in BBcode - but the center alignment doens't work. I have it set to center but it's still on the left.




ahsan

wileamson7
 
Posts: 1
Joined: Mon Apr 06, 2015 8:23 pm
Location: London
Blog: View Blog (0)

Re: Left and right hand blocks

Postby Helter » Wed Apr 08, 2015 11:08 am

What's your url?

User avatar
Helter
Site Admin
 
Posts: 548
Joined: Tue Jul 19, 2005 1:29 pm
Location: Seattle Wa
Blog: View Blog (0)
Real Name: John Wagner



Post a reply



Return to Infusion

Who is online

Users browsing this forum: No registered users and 1 guest

cron