Graphene Child 1.4.1
-
Hi
After update my blog all is going wrong. My child themes don work any more.
It is enabled by the following describes
Current Theme
Graphene Child 1.4.1 by Gitte Dahm
Child theme for the Graphene theme
/*
Theme Name: Graphene Child
Theme URI: http://www.jungleman.dk/junglemans_blog/
Description: Child theme for the Graphene theme
Author: Gitte Dahm
Author URI: http://www.jungleman.dk
Template: graphene
Version: 1.4.1
*/
@import url(“../graphene/style.css”);@import url(http://blog.jungleman.dk/wp-content/themes/graphene/style.css”);
/* Your modification goes here */
Hope some one now what is wrong
Best regards,
Gitte
Mod
Moved to Support so you can get a quicker response. (Remember to read the rules.)
Admin
For starters, this line:
@import url("../graphene/style.css");@import url(http://blog.jungleman.dk/wp-content/themes/graphene/style.css");
should just be this:
@import url("../graphene/style.css");
Other than that, can you describe in what way is it not working?
Hi Syahir
Now the most of its work…except the lyrics, the calendar, the small icons.
and a lot of other stof, but I will take taht in another post.
I have no knowledge of css but I am trying to learn
here is the hole child
/* Your modification goes here */
#top-bar {
height: 46px;
}
#rss a {
margin: 8px 0 0 23px;
}
.menu li a, .menu li a:visited {
color: #F5F5F5;
font: 12px/24px arial;
padding: 0 6px;
text-decoration: none;
}
.post {
-moz-box-shadow: inset 0px 0px 1px 1px #C4C4C4;
-webkit-box-shadow: inset 0px 0px 1px 1px #C4C4C4;
box-shadow: inset 0px 0px 1px 1px #C4C4C4;
}
.featured_slider{
background: -moz-linear-gradient(left top , #E0E0E0, #EEEEEE) repeat scroll 0 0 transparent;
background: -webkit-gradient(linear, left top, right bottom, from(#E0E0E0), to(#EEEEEE));
background: linear-gradient(left top, #E0E0E0, #EEEEEE);
-moz-box-shadow: inset 0px 0px 1px 1px #C4C4C4;
-webkit-box-shadow: inset 0px 0px 1px 1px #C4C4C4;
box-shadow: inset 0px 0px 1px 1px #C4C4C4;
}
.featured_slider #slider_root {
-moz-box-shadow: inset 0px 0px 1px 1px #C4C4C4;
-webkit-box-shadow: inset 0px 0px 1px 1px #C4C4C4;
box-shadow: inset 0px 0px 1px 1px #C4C4C4;
background: none repeat scroll 0 0 #FFFFFF;
}
.sidebar h3 {
background:#B5B5B5;
border-bottom: 1px solid #9096A1;
background-image: url(“http://www.jungleman.dk/junglemans_blog/wp-content/uploads/grad.png);
}
#footer {
-moz-box-shadow: 0px 0px 5px 0px #000000;
-webkit-box-shadow: 0px 0px 5px 0px #000000;
box-shadow: 0px 0px 5px 0px #000000;
}
regards,
Gitte
Admin
Quote:Now the most of its work…except the lyrics, the calendar, the small icons.What about the lyrics, calendar, and small icons that are not working? Try providing a screenshot so that we can see clearly what’s not right.
They are working but now they are blue insted of black
I dont now if it have somethinks whit this line to do
background-image: url(“http://www.jungleman.dk/junglemans_blog/wp-content/uploads/grad.png);
Regards,
Gitte
now I’ve figured it out. It’s me who is a clown. Text and sprite_master.png is not part of my chrild theme.
Sorry for the time you have spend on that
Best regards,
Gitte
Admin
Your perseverence never fail to captivate me, Gitte 🙂
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.