Forum Replies Created
-
In reply to: After most recent Graphene update: Secondary menu dropping-down behind title on slider
August 18, 2012 at 11:18 am #31871Quote:add this code on Custom CSS#nav, #nav ul {
z-index: 20;
}
Ronangelo,
what do you mean by adding it to custom css? Should I create a custom.css file?
Ok, added it to the style.css and it worked!
Josh,
Also, If I would like to keep settings of additions that I made in specific PHP files how do I keep them in the child theme?
What will happen if these files will have major changes during upgrade?
Thanks,
Josh,
Thanks. that’s nice, watched the video but this is only for the style.css.
How can I force the changes that made in functions.php to work?
It sits along with the style.css but the code I put there doesn’t work.
Thanks.
Quote:read these posts firstgraphene-support/how-to-modify-the-theme-using-a-child-theme
This is on prasanna’s signature
http://www.prasannasp.net/graphene-child-theme-template/
read the post, and still can’t figure out how to make this child theme to work.
I’ve created it as explained, created also the functions.php added the following code into it:
<?php
function custom_excerpt_length($length) {
return 30;
}
add_filter(‘excerpt_length’, ‘custom_excerpt_length’);
?>
But the posts are still with the 55 words.
Any better guide? as the one in the link shows only what to do with the style.css.
I’m doing all tests here: http://www.udiburg.com/blog2
Many thanks.
Can you please explain what do you mean by child theme and where exactly in the functions.php?
I have functions.php and theme-functions.php
Prasanna,
Where should I add this function? In which file?
