Forum Replies Created
-
In reply to: Thank you for your hard work, a question about page images and sub-page images
April 14, 2011 at 9:45 pm #13755My advice is to make projects parent page just a normal page with pictures & text that links to the child pages or projects.
Changelog:
http://graphene.googlecode.com/svn/trunk/graphene/changelog.txt
Kim
You can use any image as header image (Best 960x198px)
Option dont show text at same place.
Then look at these Theme options: Link header to frontpage:
http://www.yoursite.xxx /wp-admin/themes.php?page=graphene_options&tab=display
Please, why not supply URL to the site when You ask for help.
Kim
Hi ๐
Then again, there are these two image files in Graphene images catalog:
sprite_h.png&sprite_h_light.pngused in menu (dark & light).You are using sprite_h_light.png now. Maybe one way is to combine the two files.
I mean top half of
sprite_h_light.png& buttom half ofsprite_h.pngmight look fine ๐Kim
Have You tried install Firebug in Safari browser? I think it can show you the image file ๐
Then again I know its tricky. Here is a link thats talks about text & gradient image:
Kim
Well,
View Full Postis in my Graphene Danish Language file,I have translated it ๐
Then again, what version of Graphene have You installed?
Kim
Yes its a tricky one. You get there.
Just open the image file & zoom in ๐
Kim
Try look at the Italian Graphene files with this plugin:
http://wordpress.org/extend/plugins/codestyling-localization/
Kim
/*
Theme Name: Graphene Child
Theme URI: http://weirdseyeview.com/blog/
Description: Child theme for the Graphene theme
Author: WEV
Author URI: http://weirdseyeview.com/blog/author/
Template: graphene
Version: 0.1.2.1
*/
@import url("/wp-content/themes/graphene/style.css");
/* My modification goes from here, example top-bar */
#top-bar {
height:46px;
background: url("/wp-content/uploads/sprite_tb110.png");
}#top-barjust to show a section. The 6 lines You have looks wrong, no section start & no}finish.The Child Theme must show up under Themes. It seems You have some section to move into Child Theme from either Custom CSS or core style.css ๐
Kim
Hi
I will try explain in short terms. Your #nav menu looks like this now:
#nav {
background: url("images/sprite_h_light.png") repeat-x scroll left top #EEEEEE;
border-top: 1px solid #BBBBBB;
border-bottom: 3px solid #FFFFFF;
height: 46px;
padding-top: 12px;
position: relative;
width: 100%;
z-index: 100;
}In the background line You have the
sprite_h_light.pngimage file You must change in Your favorit image editor, like PS or PSE. With a little practice You can color the file in any color You like ๐Kim
