Tagged Questions
0
votes
2answers
62 views
Is it possible to disable a function of a parent theme?
I was wondering whether it is possible to completely disable a function that is called in a parent theme's functions.php and if so, how? (Of course without deleting the function. Rather by adding ...
0
votes
0answers
57 views
How to edit php files in Child Theme?
I created a child theme and i want to edit a php file. So i copy and paste the php file into the child's theme folder and then i edit it. But it seems that nothing changed in the site preview! In the ...
1
vote
1answer
40 views
child theme inherticance and php autoload
I wrote this method in a parent them that will auto load a class based on the class name, thus if the class name is: SomeFolder_Folder_Folder_Class.php then it will convert that to: ...
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 ...
1
vote
1answer
165 views
Wordpress Child Themes
I'm trying to redeclare a function in a wordpress child theme that is already in use by the parent theme. However, I get a "Fatal error: Cannot redeclare" message when trying to do so.
Also, I've ...
3
votes
2answers
499 views
How do I remove a require_once admin panel from the parent theme from the child theme functions.php?
In the parent theme, the following is at the bottom of the functions.php file.
require_once(TEMPLATEPATH . '/admin/admin-menu.php');
In the child theme's function.php, this code will include the ...
0
votes
2answers
570 views
How to edit background color of only one sidebar?
I'm using Oulipo theme on this site, which has two sidebars.
I'd like to ask how can I change the background color of only the left
sidebar?
Also, how to change the text, hyperlink, hover and ...