Forum Replies Created
-
Any link/URL to the site in question π
Kim
Sorry its not easy to help without any link/URL to the site in Question π
Kim
Sorry, no link/URL to the site in question π
Kim
Hi
Sorry I haven’t found that one anywhere!
You must have either have one post or one page in Your WordPress Frontpage.
Many WordPress users want to make a static Frontpage page:
(More normal Website With no posts in Frontpage)
http://www.hopeoflifeintl.org/wp-admin/options-reading.php
And then use the build-in menu system:
http://www.hopeoflifeintl.org/wp-admin/nav-menus.php
Kim
There are inserted some “wrong” links in right side of footer. Dust them off π
But what happens if you insert this code in Custom CSS or Child Theme – style.css:
#sidebar_bottom {
background: none repeat scroll 0 0 #EEEEEE;
border-top: 15px solid #CFCFCF;
clear: both;
margin-left: 263px;
width: 900px;
}
#footer {
background: url("images/sprite_h.png") repeat-x scroll left -100px #000000;
height: 66px;
margin-left: 263px;
width: 900px;
}If You have
#sidebar_bottomor#footerin Custom CSS or Child Theme: style.css already check numbers πKim
Your Graphene Child theme: style.css
/*
Theme Name: Graphene Child
Theme URI: http://www.foodtravelbliss.com/
Description: Child theme for the Graphene theme
Author: Your name
Author URI: http://www.foodtravelbliss.com/about
Template: graphene
Version: 0.1.2.1
*/
@import url("/wp-content/themes/graphene/style.css");
/* My modification goes under this line */Your Graphene Child theme: functions.php
<?php
function graphene_custom_header_width(){
return 975;
}
function graphene_custom_header_height(){
return 250;
}
add_filter('graphene_header_image_width', 'graphene_custom_header_width');
add_filter('graphene_header_image_height', 'graphene_custom_header_height');
?>Make sure to make these files in plain text, eg. notepad or maybe Komodo Edit π
http://www.activestate.com/komodo-edit
Kim
Hi
It looks like You found the answer π
Kim
Hi Jill
Im glad You got this part also.
And You are free to ask anytime π
Kim
Hi stevivor
Have You noticed latest changelog here π
https://forum.graphene-theme.com/topic/alpha-graphene-13a
Kim
Well, I think any text, contact information or picture/info
will be just great on Your Frontpage π
Also it will keep the page in balance with sidebar..:)
Kim
