Child theming is a safe way to modify a theme. A child theme inherits a "parent themes" styles and then can selectively override. This alternative to "destructive" editing allows for safe updating of the parent theme and provides an easy way to undo theme changes.
0
votes
1answer
41 views
Converting a theme to a child theme in a network
I'm converting a few themes to children of another theme. I want the themes to have the same name as before, and I'd like the change to be transparent to the users of my blog network.
When I replace ...
0
votes
1answer
199 views
Activating child theme returns “active theme is broken”
I was using the Pinboard theme, but want to make modifications to it. Instead of editing the theme files directly, I wanted to try to make my changes using a child theme.
Following the codex, I ...
1
vote
1answer
68 views
How can I change a function in a parent theme via a child themes functions.php
I have a function in a parent theme:
function cyberchimps_logo_icons() { ?>
<header id="cc-header" class="row-fluid">
<div class="span7">
<?php if ...
0
votes
1answer
37 views
creating a new child theme
When I create a child theme I have to create it all under the unzipped wordpress/theme file? Will it automatically add itself to my web page or does something have to be done to activate it?
0
votes
1answer
138 views
Display Page Meta Description on Child Theme’s Home Page
I’m working on a project. I need to display Custom Document Title & Page Meta Description in the home page. I mean you know that genesis has a custom Theme SEO Box under Post. I want that custom ...
0
votes
2answers
51 views
Standard Way To Do Custom Work Within A Page?
First post here, looking forward to using this community more.
I'm trying to figure out the "standard" way or "proper" way of doing custom HTML work within a particular page.
For example, I'm ...
1
vote
1answer
23 views
Importing changes to Child Theme
I've made numerous changes to my theme via the CSS block in Theme Options. Wondering if there's a seamless method to migrate these changes to a Child Theme. I don't have much coding knowledge but I ...
0
votes
2answers
82 views
how do i in ignore/disable/delete a javascript call from parent in child theme?
I am working on a child theme and I want to disable a JavaScript file from the parent folder instead of deleting it.
I have a functions.php file in my child theme folder but don't know how to do it.
...
0
votes
0answers
12 views
Subcategories inheriting category template [duplicate]
Possible Duplicate:
How can I make all subcategories use the template of its category parent?
Let's say I have a category named foo, now foo has a template file named category-foo.php.
Foo ...
0
votes
1answer
32 views
Finding URI in Child Theme
Which is best way to find URI in child Theme.
<?php echo get_template_directory_uri(); ?>
<?php bloginfo('template_directory'); ?>
Below given code works but it has "stylesheet" in it, ...
8
votes
3answers
206 views
Starter Theme vs Parent Theme? Pros and cons
I'm building a theme to be used as an example for other websites for the company I'm working. In another project we used the Hybrid Parent Theme and was really easy to build, but REALLY hard to ...
0
votes
1answer
83 views
Referencing parent theme image from child theme
Apologies if this has been answered elsewhere, but I've had some trouble finding the solution via Google.
I've set up a parent theme and a child theme. Inside the parent theme I have a directory ...
0
votes
2answers
66 views
Wordpress Theme Breaking on Migration to Live Site [closed]
I've developed a Wordpress site locally and have recently been trying to upload it to the server. Although every time I do so, the child theme I have created for the parent seems to break.
I can't ...
1
vote
0answers
229 views
Skeleton Child Theme Add Icon Bar to Header Flex Grid
Skeleton Child Theme Version 1.6
WordPress Version 3.4.2
Child Theme installed on main Multisite: public_html, wp-content, themes.
My CSS, PHP Coding skills = NOVICE
What I've done: Using the ...
-1
votes
3answers
191 views
Can I change header.php of current theme through a plugin function?
I need to add some html into the header.php but instead of directly changing the header.php of my theme or creating a child theme, how can I do it with just actions and/or hooks?
0
votes
1answer
57 views
Replace function in a child theme
Is there a way to replace a function by another function in a child theme?
In other words, in a theme there is a function named "theme_function" and this function is called by several files inside the ...
1
vote
1answer
407 views
roots child theme can't override header.php
I made a child theme for roots and it worked as expected. I can override everything, including footer.php, but not header.php. My header.php looks exactly like the one from roots at the moment, except ...
0
votes
1answer
48 views
child theme - moved files from twentyeleven theme to child them, now not working
I'm trying to create a child theme.
I copied the files from my twenty eleven theme into my twenty eleven child theme folder, and now the webpage displays blank page.
my dashboard settings changed ...
0
votes
1answer
34 views
Why would changing a child theme to a normal theme pass a Template is missing. error
I have what used to be a child theme but I added to it to the point where its a theme on its own. I pulled out the Template line in the style.css and now I get the: This theme is broken. Template is ...
1
vote
1answer
168 views
bbpress change the word forum, topic, reply in the forum to another word I choose
bbpress
I would want to customize my Forum in bbpress.
by changing/replacing the words that appear on the forum layout.
I would like to change the words (everywhere they appear): Forum, topic, reply. ...
1
vote
1answer
98 views
Declaring an instance of class included in parent theme from child theme functions.php
Please note this is all "working" - the question is about the best practice and to try and work out why I need to include the PHP file which contains the class in two places for it to work correctly.
...
2
votes
1answer
428 views
How to edit bbPress template files - WordPress + BuddyPress + bbPress?
I am using BuddyPress 1.6.1, bbPress 2.1.2 and WordPress 3.4.2
I follow the guide here.
In the end, I did the trick pointed out by Sarah Gooding because mywebsite.com/forums was blank right after ...
1
vote
2answers
157 views
Twenty Eleven Child theme error when attempting to use a rewritten function
I attempted to make a minor change to a function in the Twenty Eleven theme (wordpress 3.4.2)
I get this error message:
Fatal error: Cannot redeclare twentyeleven_widgets_init() (previously declared ...
2
votes
2answers
369 views
Adding Custom Javascript to Skeleton Child Theme
I'm trying to register & enqueue ImageMapster in my Skeleton Child Theme on the main.php page to make an image map with hovering image effects. I added this code to the "Header Functions" section ...
1
vote
1answer
240 views
Custom post types and child theme
Okay, here's the deal. I am working with a child theme and I want a custom post type.
What I did
Added the following code the functions.php of the parent theme.
add_action( 'init', ...
2
votes
1answer
99 views
How do I copy my Parent Templates to my Child Templates?
I'm trying to customize the Home Page of a Responsive Theme template. I had started with the Responsive theme and then found out that I had to do customizations on a child theme, so I downloaded the ...
1
vote
1answer
86 views
Should a child theme share the same theme options row as the parent, or should it have it's own options row?
I'm developing a theme which uses the NHP Theme Options Framework to add some theme options. Naturally, the theme options framework creates a single row in the database to store the theme's options ...
0
votes
1answer
207 views
Is it possible to make grandchild themes?
If I use one of the popular frameworks such as Genesis, is it possible to create grandchild themes?
As an example, I want to use Genesis as the backbone of all my sites. Genesis is called a framework ...
2
votes
1answer
885 views
How do I dequeue a parent theme css file?
My parent theme (Starkers) adds a CSS file that I'm trying to remove (I want to use @import instead so I can override styles more easily). Starkers has the following in its functions.php:
add_action( ...
-1
votes
1answer
33 views
Vague Errors from VIP Scanner Plugin
I am building a site with WordPress 3.4.2, have made a child theme of WooTheme's Canvas 5 (http://www.woothemes.com/2012/06/canvas/) and am now using the VIP Scanner plugin ...
0
votes
0answers
72 views
Child-theme, deactivate function from parent [duplicate]
Possible Duplicate:
How do I dequeue a parent theme css file?
I'm working on a child-theme from Starkers.
However, I can not disable wp_enqueue_script(), because I do not want to use the ...
1
vote
1answer
282 views
How to keep my custom theme changes after updating genesis child theme
I am using a Genesis child theme that I would like to make some custom changes to it, but would like to be able to update it when a new version comes out without loosing my edits. I am familiar with ...
1
vote
1answer
117 views
Rewrite post type slug only for child theme
I'm in multisite where some blogs share the same parent theme for maintenance reasons. All my cpts come from that parent theme, but I would really like that, for one of the blogs, it had an URL mask.
...
0
votes
1answer
170 views
Creating a child-theme: CSS not loading
I created a custom theme (style.css in the dashboard)
/*
Theme Name: Client customisations
Description: Child theme for the client Website
Author: Me
Author URI: ...
0
votes
1answer
143 views
Override file in parent theme
Presumably a common question, but I'm having some difficulty as it's my first time editing WordPress themes.
I'm trying to create child theme based on Zincious. This is all fine for CSS, but when it ...
0
votes
1answer
98 views
Trying to change featured image from 180x180 to full width on home page
Right now my theme puts a 180x180 square image to the left of the title on the home page for each blog post. I'd like to change that to be full width of the content area and below the title. I'm using ...
2
votes
1answer
80 views
Nesting Functions within Functions
I'm looking for an efficient way to group a series of separate but related functions for a child theme I'm designing using theThematic Theme Framework. Thematic does a great job of providing plenty of ...
1
vote
1answer
75 views
How can we hide the parent's theme url at the child themes details on a multisite?
I hope the title makes sense.
But anyway, to clear things up, here is a screen shoot of what I mean:
To be honest I really don't see how site admins benefit from this piece of information since ...
-1
votes
1answer
166 views
add function to thematic hooks [closed]
i am newbie with php , i need help to create function to add it in thematic theme content area from this code ?
$term_slug = get_query_var( 'term' );
$taxonomyName = get_query_var( 'taxonomy' );
...
3
votes
3answers
342 views
Child theme functions.php do I use php open and close tags?
I setup a child theme which works fine. It's importing the main style.css and has custom css styles along with custom header.php and footer.php files
When using functions.php in a child theme it's ...
0
votes
1answer
216 views
Removing custom meta box added in parent theme
I am using a child theme, and wish to change one of the meta boxes defined in the parent theme.
The meta box is for 'pages' only.
I tried using the remove_meta_box in my functions.php, but it has no ...
0
votes
1answer
37 views
Overriding Parent Theme… will cause plugins failure?
I overrides the parent theme by copying "header.php" and "footer.php" files to the "child" folder, it is working nicely.
But I wonder if I install a plugin that need to edit the "header.php" or ...
1
vote
1answer
544 views
Select full Image Size on widget “Genesis - Featured Posts”
I'm writing a child theme for Genesis and trying to figure out to get the full image sizes on "Genesis - Featured Posts" widget. The widget has a check box "Show Featured Image" and "Image Size" ...
2
votes
3answers
608 views
How to change the height of featured image in Twenty Eleven child theme
I am trying to change the height of my featured image to 350px in my child theme for Twenty Eleven.
Can anyone help??
Note: I am using Twenty Eleven and there is no functions.php file in my child ...
1
vote
1answer
202 views
Assign Menus to Theme Locations with theme activation
A site is using "child1" named child theme. When this site switches to other child theme named "child2", their widgets are moving too but theme locations are not moving. How can i auto assign menus to ...
0
votes
1answer
110 views
disable jscrollpane in specfic div [closed]
I installed the library jscrollpane , and its working fine
but i need to disable it in the #content that is in frontpage template
//
jQuery.noConflict();
jQuery(document).ready(function($) ...
0
votes
1answer
267 views
filterable portfolio with wordpress and jquery
I used this tutorial in creating portfolio page:
http://wp.tutsplus.com/tutorials/creating-a-filterable-portfolio-with-wordpress-and-jquery/
I am working on Thematic child theme: ...
0
votes
1answer
36 views
Per theme plugins?
I'm building a plugin that heavily modifies the commenting section of a blog page. It think that I cannot do this in a way that works with all themes — some CSS has to be tweaked, depending on the ...
0
votes
1answer
69 views
Multiple Child Themes
I have a quick question:
Is it possible to have multiple child themes activated at once? I need to have many different page templates activate at once. If it's not possible how can I go about it?
1
vote
1answer
309 views
How to remove a parent theme template from Quick Edit?
I was looking for a way to hide the parent theme's templates and found this answer which works perfectly to remove the parent templates from the pages edit screen - How to *remove* a parent theme page ...