If you change the height of the header, you will need to adjust both heights in equal increments. By that I mean if you want the header to be 162px high, you will need to make the header_inner 131px.
Just like Dawg said, the code for the image in the header is in the theme.php function header.
Joined: Dec 01, 2009 Posts: 10 Location: Metro Phoenix
Posted:
Tue Jan 24, 2012 9:01 pm
Here is the information that you requested. Again, I appreciate any time that you spend on it.
Image 1 -logo.gif 150 x 150
Image 2 - coollogo_com-91899139.gif 837 x 112
Code:
<?php
/**************** Blue Blog Theme ************************/
/* */
/* A free theme by Nuken at TickedOutNews.com */
/* Based on nonzero blue theme */
/***************************************************************/
function OpenTable() {
echo '<div class="tableline">';
}
function OpenTable2() {
echo '<div class="tableline">';
}
function CloseTable() {
echo '</div>';
}
function CloseTable2() {
echo '</div>';
}
/************************************************************/
/* Function themeheader() */
/* Control the header for your site. */
/************************************************************/
/************************************************************/
/* Function themefooter() */
/* Control the footer for your site. */
/************************************************************/
function themefooter() {
global $index, $foot1, $foot2, $foot3, $foot4, $name;
echo '</div></div><div id="secondaryContent_3columns">';
if (defined('INDEX_FILE')) {
echo '<div id="secondaryContent_2columns"><div id="columnC_2columns">';
}else{
echo '<div id="columnB_3columns">';
}
/************************************************************/
/* Function themeindex() */
/* */
/* This function format the stories on the Homepage */
/************************************************************/
function themeindex ($aid, $informant, $time, $title, $counter, $topic, $thetext, $notes, $morelink, $topicname, $topicimage) {
global $anonymous, $tipath, $topictext, $timezone;
/************************************************************/
/* Function themeindex() */
/* */
/* This function format the stories on the story page, when */
/* you click on that "Read More..." link in the home */
/************************************************************/
/************************************************************/
/* Function themesidebox() */
/* */
/* Control look of your blocks. Just simple. */
/************************************************************/
If you can cut your BIG image down (coollogo_com-91899139.gif) by a few pixels it is pretty straight forward....820 vs 837 and I am assumming your image was height=150 and width=837
Joined: Dec 01, 2009 Posts: 10 Location: Metro Phoenix
Posted:
Sat Jan 28, 2012 12:14 pm
I would like to ask one more question if I could. You helped tremendously. I would like to ask about changing the color in the BlueBlog theme. I have tried to change the colors in the theme.php for the BlueBlog. Here is the code.
Doesn't seem to work normally. I wanted to see if I can get an understanding of how to change the colors. This theme doesn't seem to work normally. Thanks for you help.
Joined: Dec 02, 2006 Posts: 1364 Location: Texas, USA
Posted:
Sat Jan 28, 2012 12:17 pm
Those values are only used for tables in some modules, and unfortunately in some area of the RN core. Hopefully those will be fully depreciated in a future release.
Joined: Mar 11, 2007 Posts: 1536 Location: North Carolina
Posted:
Sat Jan 28, 2012 12:51 pm
Look in the themes/Blue_Blog/styles folder and you will find 3 css files. The background color is #cc9 and #cccc99. You can do a search of the css files and replace that with the color you want it to be. There is also a header image, image n2.gif, that would need to be changes. The color on it is that #cccc99 color. All the colors for that theme are in the css files.
View next topic View previous topic
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum