StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
  #1  
Old 04-01-2009, 02:19 AM
selectworldtravel selectworldtravel is offline
Registered User
Genesis Member
 
Join Date: Jan 2009
Posts: 12
Default 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></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
  #2  
Old 04-01-2009, 08:55 AM
John Flynn's Avatar
John Flynn John Flynn is offline
Registered User
Pro Plus Member
 
Join Date: Oct 2008
Location: Sherman, TX
Posts: 2,021
Default 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?
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Changing Size Of Header Banner and a few questions selectworldtravel General Discussion 6 02-24-2012 10:07 PM
Media Size & Custom Image Size Questions Catherine_B General Discussion 2 06-18-2009 07:26 AM
Banner Size lily General Discussion 3 12-13-2008 09:36 PM


All times are GMT -5. The time now is 06:36 AM.

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