Tagged Questions
0
votes
1answer
37 views
adding navigation to genesis themes
i'm following a tutorial provided here to add navigation menu, but not able to find out set of #nav in my style.css & my theme is eleven40. What we need to replace to get navigation menu?
1
vote
2answers
63 views
How does a Child Theme works?
I created a child theme and installed it but I don't know how exactly it works!
For example, in the parent theme I have the code below:
.header {
margin-top: 10px;
margin-bottom: 10px;
...
0
votes
1answer
93 views
some things in child theme css not overriding parent
I am writing a child theme with Blogolife as its parent. (I'm doing it on a local server, so can't show you the actual page). I have made several changes to the CSS in the child theme's "style.css" ...
2
votes
2answers
66 views
TwentyTwelve versioning
I'm making a child theme for TwentyTwelve, but my host is caching my files, so I'm not seeing the changes I do to my style.css file.
Is there a way to version the stylesheet for my child theme?
How ...
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 ...
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 ...
0
votes
3answers
2k views
how do I queue my Child stylesheet/s *after* every Parent stylesheet/statement?
I'm using the well-written Oenology theme by Chip Bennett as the Parent to my own Child theme.
In my development process, I've discovered that there are some challenges for people writing Child ...
0
votes
1answer
233 views
100% Width Footer - Custom Child Theme
I am working on a custom child theme for Wordpress and I can not seem to get a footer width of 100% to be represented.
Live Example Page : http://glustik.com/wordpress/
I have tried multiple things, ...
1
vote
1answer
978 views
Do I only need to import style.css for a child theme?
I am creating a child theme for the first time, and sort of learning as I go.
I am having an issue with the way videos are showing up on a mobile phone with my child theme, but not with my parent ...
1
vote
1answer
120 views
Trying to figure out why my child theme is trying to access a file that doesn't exist
This is my attempt at making a child theme, and everything seems to be working well, however when I view the source code I'm seeing this
<link rel='stylesheet' id='bootstrap-css' ...
0
votes
2answers
541 views
CSS in child theme not overriding the parent theme [closed]
I am trying to make a child theme for a premium template.
My css isn't overriding the parent though. I'm trying to figure out what's going on. Other than important the parent theme's css, is there ...
2
votes
2answers
791 views
How can I remove css from a child theme?
I am using the theme twentyten as a parent theme for my child theme. I have other stylesheets I want to use and so I'm trying to figure out how to wp_deregister_style for the style.css sheet that is ...
0
votes
1answer
420 views
Creating new templates in child themes breaks layout
I am learning how to create new templates in WP. I am using a child theme of Twenty Eleven.
My problem is that whenever I create a new template the layout breaks. For debugging I stopped using any ...
1
vote
1answer
249 views
How to override my plugin's php classes with duplicates that are in my child theme folder
I have a child theme in wordpress and one of the plugins I am using is called jigoshop.
I made a copy of a few php classes from the plugin and placed them in my child theme folder. I want these ...
2
votes
1answer
640 views
Duplicate and alter sidebar for Twenty Eleven
I'm trying to create own template including submenu instead of the regular sidebar in Twenty Eleven.
Although I manage to create and select my new template the page ends up with bad CSS.
Here is ...
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 ...