StudioPress Community Forums

StudioPress Community Forums (http://www.studiopress.com/support/index.php)
-   General Discussion (http://www.studiopress.com/support/forumdisplay.php?f=7)
-   -   How to re-size Banner and a few questions (http://www.studiopress.com/support/showthread.php?t=7151)

selectworldtravel 04-01-2009 02:19 AM

How to re-size Banner and a few questions
 
Well after quite a few weeks of having my site down, Thanks to Brian it is up and running. Brian has loaded the Demo version of the Lifestyle Theme so that We can work backwards in effect. To Us Newbies it has helped to see how the Layout should Work and I can just Highlight Brians Content and start to take this out and replace with our own posts etc.
Our site is at www.selectworldtravelblog.co.uk

First Question.
I have managed to take out the Code for the Ad Banner on the Header and have managed to Upload our logo Banner. This should be 940pixels by 100 pixels. We Have used Picassa 3 to upload this, but when Picassa gives the embed code, the maximum it goes up to is 800 Pixels. I have tried in the coding to change the 800, but this obviosly is not liked by the Picassa coding. Here is the code from picassa and currently in Header php.
<div id="header">
<div class="headercenter">
<table style="width:auto;"><tr><td>http://lh4.ggpht.com/_dXlFyHiJlOs/Sd...GO-LAYERED.jpg</td></tr><tr><td style="font-family:arial,sans-serif; font-size:11px; text-align:right"> </a></td></tr></table>
</div>

Is There a better uploader I could use, that would allow us to keep the original size of the banner? Or a hepful explanation of how to upload properly?

Question Two.
The Newsfeed and Comments boxes at the top, seem to be Misconfigured , How can these be restored to be properly used?

Question Three
The Featured Video box seems to be missing , How can this be restored as we want to use it as an integral part of the Site?

Question 4.
The Right Hand navigation Bar seems to have slipped below the Left hand Cotents boxes, How can I restore this so the page is neat and tidy.?

Any other Hints and suggestions greatly received

John Flynn 04-01-2009 08:55 AM

Re: How to re-size Banner and a few questions
 
1. Why are you using code form picassa? You're making your life difficult....here's how you upload a new header....
-Make the image (960px wide and as tall as you want.)
-Save it as a jpg or png or whatever and call it "header"
-Upload the image to your server (themes>lifestyle>images)
-Go into style.css and look for #header
-Put this in:
Code:

background:#85ACAC url(images/header.jpg) repeat scroll 0 0;
and change the height to whatever the height of your image is.

2. They are taking up too much room and the height on your #topnav is too small (30px). Either make the rss feeds smaller or make the height on your topnav div about 60px. Like this:
Code:

#topnavbar {style.css (line 64)
background:#93BBBC url(images/topnav.png) repeat scroll 0 0;
color:#FFFFFF;
height:60px;
margin:0;
padding:0;
width:960px;

3. If you're using the latest version of this theme it is available in widgets. Just go add a text widget to your sidebar, set the title as "Featured Video" and then paste your embed code into the text widget an save it. If you're using the earlier version of the theme go into sidebar.php and remove the arrows per the directions in that file. Then go to "Options" and enter your video code.

4. I'm not seeing what you're talking about here- maybe you fixed this already?


All times are GMT -5. The time now is 07:58 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.