Tagged Questions
0
votes
1answer
16 views
Site width broke [closed]
I updated from 3.4.1 to 3.4.2 yesterday and started modifying the theme layout. I added a fullscreen background slideshow, and edited the layout a little more. However, a few minutes after that, my ...
3
votes
1answer
220 views
Why to check if function doesn't exists in functions.php?
I see in the twentyeleven theme, before most custom functions they check if it exists
<?php if ( ! function_exists( 'twentyeleven_comment' ) ) :
function twentyeleven_comment( $comment, $args, ...
0
votes
1answer
697 views
What is the difference between Twenty eleven & roots framework?
Just amazed by the usability of Twenty eleven wordpress theme & extensibility of roots theme http://www.rootstheme.com
Now in conflict. I want all twenty eleven features to use on extensive ...
2
votes
1answer
69 views
why does twenty eleven theme mix up the css measurement units?
I'm wondering why does WordPress's default theme mix up the css measurement units?
For example:
.one-column.singular #author-info {
margin: 2.2em -8.8% 0;
padding: 20px 8.8%;}
Wouldn't be easier ...
0
votes
2answers
271 views
How to properly create a child theme
I would like to create a child theme based on the twentyeleven theme. I understand how to create my own styles.css file to work for my child theme.
I would also like to create my own custom
...
1
vote
1answer
254 views
How to determine which custom header image is being shown
I'm using a customized version of the Twenty Eleven theme. I want to set a class on the body based on which random header image is displayed. Is there some function that allows me to get the name of ...
0
votes
2answers
372 views
Extending Twenty Eleven Theme
In WP 3.3, how can I extend the Twenty Eleven theme such that I can make some custom additions or modifications but still take benefit in the updates that WP pushes out for the theme? Sort of like ...
0
votes
1answer
409 views
.current_page_ancestor broken in Twenty Eleven
I would like to have a level 1 menu in a vertical menu and a full menu in a vertical menu in the left sidebar in Twenty Eleven. My problem is that I would like to make the top item bold if the user is ...
1
vote
1answer
1k views
How to remove header image in Twenty Eleven theme?
Please give me details on how to remove the custom header image in the Twenty Eleven theme.
0
votes
1answer
515 views
How to reverse engineer the Twenty Eleven background image uploader?
I'm searching through the twenty-eleven theme's source files (functions.php and theme-options.php) attempting to get some clues on how to implement the upload utility found on several of the theme ...
0
votes
2answers
681 views
do_shortcode() in twentyeleven theme
I observed a difference between twentyten and twentyeleven themes. Let me explain with an example:
example.com/category/health-beauty/ finds one post containing just a shortcode.
If I use twentyten, ...