Recent Topics

Members
Stats
  • Total Posts: 10,749
  • Total Topics: 1,374
  • Online today: 546
  • Online ever: 879
  • (Jan 21, 20, 05:49:15 PM)
Users Online
Users: 0
Guests: 485
Total: 485

Transmigration

Started by willemjan, Oct 21, 10, 05:07:46 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

willemjan

Hi there!

I am using your theme Transmigration, and I must say that I really love it! Now I would like to make the width of the complete forum in pixels and not in %. Where should I do that?

Sorry for the bad English

Crip

Adjust Width in your css/index.css :

/* This division wraps the entire forum when a forum width is set. */
div#wrapper
{
   width: 100%;  <== / 1200px; / 1000px; / 80%; / 70%; / 980px; ==>
   margin: 0 auto;
   padding: 0;
}
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

willemjan


Crip

I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

willemjan

If you don't mind, then I have an second question:

I would like to use this script in the header of my site:
http://host.sonspring.com/css-rotator/

That's the reason why I made the width fixed. Now is there an simple way that I can use this, and add pictures later without much photoshop use?

Crip

i'll get back to you about this ...
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

willemjan

Thanks! I hope you don't mind  ;)

Crip

no mind ..
...but , i might need to check with ZarPrime to get you the correct info.. :up:
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

willemjan

Ok, thanks  :laugh:

Who/What is ZarPrima? Sorry I'm quite new to editing themes...

Crip

..Lol ..
he is my other Admin here. :)
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

willemjan


willemjan

Well to give you some more info, I've attached this file.

Now the picture could go across the whole banne to, but then I would need something to make the personal text stand out.

I guess that option is more easy to create, and probably would look better. What do you think?

Sorry for the double post  :)

[attachment deleted by admin]

Crip

This file has step-by-step instructions that might help ..?
ATTACHED:::

[attachment deleted by admin]
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

willemjan

Yes, that is what I need :D THANKS!! :up:

Now wich option from my previous post is easy to make and looks good?

Crip

..just try a few different ways , which ever looks best use it. ;)
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

willemjan

#15
Ok, I've got an problem... The website isn't showing as its supposed to, and I can't figure out why...

Here's a link:
http://www.hervormddamwald.nl

This is what I have done:

Index.template.php:
<div id="bodybg">';
   echo '
    <div id="wrapper">
       <div id="top">
          <div id="top-l">
             <div id="top-r">
                </div id="top">
                   <div id="header">
                     <div id="head-r">
                        <div id="userarea" class="smalltext">';
               if (!empty($context['user']['avatar']))
                   echo '<div id="my-avatar" class="clearfix">'.$context['user']['avatar']['image'].'</div>';


Index.css:
#top {
   position: relative;
   height: 15px;
   overflow: hidden;
   background: url(../images/img/topBG.gif) 0 0 repeat-x;
}
#top-r {
   height: 15px;
   background: url(../images/img/topRight.gif) 100% 0 no-repeat;
}
#top-l {
   background: url(../images/img/topLeft.gif) 0 0 no-repeat;
}

#header {
   position: relative;
   height: 164px;
   overflow: hidden;
   background: url(../images/img/banner/rotate.php) 0 0 no-repeat;}
#head-r {
   height: 164px;
   background: url(../images/img/headerRight.gif) 100% 0 no-repeat;
}


As soon as I add the top part to the index.css, then the page only shows the top images and the other part of the site is gone...

What did I do wrong?

Edit: OMG I keep messing it up... Now the right part has moved to the left... :S

Crip

Just replace this (index.template.php]]]]]]] with the Attached :

[attachment deleted by admin]
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

willemjan

hmm... but now the whole rotate img part is gone...

Crip

Quote from: willemjan on Oct 23, 10, 07:59:35 AM
hmm... but now the whole rotate img part is gone...

true , so add it back :P
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

willemjan

Like the way it was?

Crip

I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

willemjan

#21
Well after a few curses and a day of work, I finally got it to work  :laugh:

The trick was to display the img-script not as a div, but as a span (just like the logo). This way the header stayed the same (with left and right rounded off images), but with an extra span placed over it.

Works like a charm!

Thanks for the support  :up:

By the way: The rotate.php you gave me had bugs in it. The one attached does work

[attachment deleted by admin]

Bradc00

Thanks willemjan

The attachment works perfect

willemjan