Twenty Eleven is the default theme for WordPress in 2011.

learn more… | top users | synonyms

-1
votes
0answers
33 views

How to make image menu items responsive as a combined group in twenty-eleven [closed]

I am using a twenty-eleven child theme for a static website (www.notquitenormal.net) using images as menu items rather than the default text and there are up to five images on any page menu. My ...
0
votes
1answer
22 views

Post interior margin in twenty eleven theme

I'm trying to customize the aspect of a single format post, in my case is "Link". I've added a different color background so they look different, editing the CSS as this: .format-link .entry-content ...
0
votes
2answers
46 views

Twenty Eleven theme, how to change style to a specific “format”

My question is: it is possible to change the background color (for exemple) to an article who is categorized under "quote" format. (or whatever format like Aside or Link)? I want that an article in ...
0
votes
1answer
73 views

Changing 2011 theme header image based on user dropdown

I posted earlier about changing my site's CSS based on user-choice from a drop-down and storing it in a cookie, which I think I have now resolved, and sort-of have working at the following address ...
0
votes
2answers
74 views

Twenty-Eleven Theme and Automatic Picture Resizing

I'm running a family wordpress blog: http://www.kjirstiandtom.com We have a lot of pictures we put up for family. I'm using the twenty-eleven theme, which I love. I did minor css edits to change ...
-3
votes
1answer
66 views

Is it possible to animate the Twenty Eleven menu? [closed]

I have a menu in my Twenty Eleven child theme that has some hierarchical items. Twenty Eleven handles it just fine, of course, but my client likes the fancy-looking menu animation that you can see on ...
0
votes
1answer
272 views

How do I get the Social Media Plugin to show up in my Twenty Eleven child theme's header?

Being totally new to WordPress and (extremely) rusty with PHP, I'm having a difficult time figuring out how to add the Social Media Widget to my site's header. I'm using the Twenty Eleven theme, as I ...
-2
votes
2answers
258 views

How do I remove blog entries from home page Twenty Eleven child theme?

I have been wrestling with this for some time. I've read the documentation about creating a separate home page and posts page, and so on, and I have managed to create a landing page, and a blog. ...
0
votes
2answers
299 views

CSS Twentyeleven / Sidebar has to be changed IN the CSS Stylesheet. Sidebar on the left side

I have to change my wordpress look. The sidebar should be placed on the left side. I was already looking for solutions, but the piece of codes I found didn't fit into mine. I dont know where I have to ...
0
votes
2answers
236 views

twentyeleven_content_nav hook no longer outputs navigation link after 3.5 upgrade

After upgrading to 3.5, I discovered that navigation has disappeared outside of the main index page. Theme is TwentyEleven and I've verified that this still occurs after disabling all plugins. ...
0
votes
4answers
138 views

How do I display an image before the first post of the loop when I'm using get_template_part?

I have used $count before, but never run into this problem. I cannot get it to work. I have limited php background, so please be patient with me! Here is the $count setup code: <?php $count = ...
0
votes
1answer
28 views

How to separate a specific page's comments from other comments

I am using WordPress comments on a page as a Contact form. Comments from my Contact form page are set to auto approve and only visible to the logged admin. Now in the dashboard I would like to ...
0
votes
1answer
62 views

Blog post not showing title

When on my main site NewMediaNook.wordpress.com, one particular post does not show a title (see image below). When I am on just that one post, the title appears, and all other titles appear when on ...
0
votes
1answer
115 views

Clean install - Changing permalinks in twentyeleven give 404

interesting problem that I encountered, not sure if it's bug or not.. On a clean install using the twentyeleven theme I try changing the Permalink Settings to something different from the Deffault ...
0
votes
1answer
186 views

Twenty Eleven header resize

I seem to have a problem customizing the Twenty Eleven theme. I would like that the top header above the header image to have a background color that goes from side to side in the window. Found out ...
1
vote
2answers
187 views

Display trackbacks separately from comments in twentyeleven

How do I display trackbacks (the link and the date) outside of the twentyeleven comment loop? The function below is from the twentyeleven functions.php file. I'm using the standard comments.php file ...
1
vote
3answers
74 views

How can I hide Home in my menu in a specific page?

I want to how can I hide the home in the menu without setting show_home in functions.php to false, I just want to do is hide it in a specific page. How can I do this? I am using the Twenty-Eleven ...
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 ...
0
votes
1answer
394 views

How to change Twenty Eleven sidebar background [closed]

I am trying to change the sidebar background for the Twenty Eleven theme I added this to style.css : background: #F3F3F3; under : #secondary { ..... } but when I smaller the browser in order to ...
0
votes
1answer
107 views

Where are Sessions are being started?

I have this site here http://www.taranmarlowjewelry.com/, I am using twentyeleven theme and there is a session I need to adjust called 'PHPSESSID' The problem I having with PHPSESSID is that when ...
0
votes
0answers
107 views

Horizontal Posts / Rather then Vertical - Twenty Eleven [closed]

I'm wondering if anyone knows how, or could suggest a plugin that presents my homepages posts horizontally under twenty eleven's slider area; rather then vertical, with being presentable within a ...
0
votes
1answer
457 views

Changing where “posted on” text is located in TwentyEleven?

In TwentyEleven the "posted on" text is well above the title. I want it to replace the "posted in category" text. Is there a php file that populates the page where I can just edit where this stuff ...
1
vote
0answers
80 views

Twenty Eleven theme- have custom landing page, change nav “home” link

Live site. I have a custom landing page on the Twenty Eleven theme. Currently, the "Home" nav link is set to the landing page, but I would like to change it to go to /home when clicked on. How do I ...
0
votes
1answer
195 views

trying to add custom landing page to Twenty Eleven- can't get rid of Twenty Eleven header/container? [duplicate]

Possible Duplicate: custom, static home page / landing page with Twenty Eleven theme? Live site. I'm trying to have a custom, static landing page added to the Twenty Eleven theme. So far, ...
0
votes
1answer
416 views

custom, static home page / landing page with Twenty Eleven theme?

I have a custom styled static page that I'd like to set as a home/landing page for a site using the Twenty Eleven theme. I can't seem to find any information on implementing a custom (ie- I made it) ...
0
votes
1answer
158 views

Twenty Eleven theme header images manual next previous buttons

I have 3 images in my twenty eleven theme header and they rotate by themseleves I want to add next and forward buttons on left and right of my header image to also rotate them manually when I want to ...
3
votes
1answer
205 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
908 views

Show Excerpts In Twenty Eleven Theme

I just need to create a blog I have done everything i guess, its showing posts but they are supposed to be kind of summary first and after click the whole post. I already selected the "For each ...
1
vote
1answer
728 views

get_the_category_list or get_the_tag_list for custom post types and taxonomies?

Basically I've setup a custom post type and taxonomy for a set type of posts and I'm creating a child theme from twentyeleven. When I use the default WP Posts and then I tag them and categorize them, ...
0
votes
1answer
678 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 ...
1
vote
2answers
872 views

How can I set a different specific header image on each page?

1 am using WordPress 3.3.2 and Twenty Eleven 1.3. I would like to feature a different specific header image on each individual page, corresponding with the content of that page. At present I can get ...
1
vote
1answer
145 views

Removing permalink from post thumb in twentyeleven

possibly a simple thing to do but I'm not sure how it's done - I want to remove the permalink from a post thumb, in the default twentyeleven theme. Looked through content.php and the other templates ...
0
votes
1answer
294 views

Add Post Format Support to Twentyeleven Child Theme

On a Twentyeleven child theme's functions.php file I attempted to add video post format support using: add_theme_support('post-formats', array( 'aside', 'chat', 'gallery', 'image', 'link', 'quote', ...
5
votes
1answer
327 views

How do I add nested categories to drop-down menu in twenty-eleven?

I know how to do it by writing a separate ul/li css for wp_list_categories, but I find menus of "twenty eleven" already well designed and flexible, so I`d like to use them. Custom menus, when I have ...
0
votes
2answers
86 views

Wordpress upgrade from 2.7 to 3.3 Permalink problem

I have upgraded my wordpress from 2.7 to 3.3. Now if I try to change my Permalink /%category%/%postname%/ my home page is loading. However, all my pages are getting 404 page. I dont know how to ...
0
votes
1answer
252 views

How to change the URL of a clickable banner?

As we all know, the twenty-eleven theme comes with a random banner feature which, if the site visitor clicks it, takes him to the home page. So there could be quite a few different images for the ...
0
votes
1answer
447 views

facebook like on twenty eleven

I'm using the twenty-eleven theme, and want a Facebook-like button. I insert the code into content-single.php as follows: At the beginning: <script>(function(d, s, id) { var js, fjs = ...
2
votes
1answer
68 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 ...
-1
votes
1answer
982 views

WordPress Child Theme - twentyeleven Menu Issues on Mobile Devices [closed]

I'm really hoping someone can assist me with formatting issues I am having with my twentyeleven child theme based of actual twentyeleven shipped with latest version of WordPress. Basically the main ...
1
vote
1answer
760 views

How to create my own sidebar in Twenty Eleven child theme?

When I go to configure widgets in Twenty Eleven theme, there are 5 "sidebars" available: Main sidebar Showcase sidebar 1st col of footer 2nd col of footer 3rd col of footer In a child theme, I'd ...
0
votes
1answer
226 views

How to hide 'Home' button from appearing on supages - twenty eleven theme

How could I make it so the 'Home' button / text link doesn't appear in the top menu as the user navigates to a subpage?? (So the menu stays the same accross)
0
votes
1answer
366 views

Twenty ten or Twenty eleven as base for responsive child theme

I'm about to make a new child theme and really would like to learn a bit about making it responsive. The design/changes will be rather small. I've done some child themes for both Twenty ten and ...
0
votes
1answer
178 views

Add an option to a Child theme of Twenty Eleven

I developed a child theme of Twenty Eleven. I need additional theme options, so i added a theme-options.php file inside my child theme's folder. However, it appears the option page is still the 2011 ...
0
votes
1answer
144 views

Two scrollbars in popup window

I've got an issue with the popup windows that display when I click on the book cover images(from a widget) in my sidebar: there are two vertical scrollbars instead of one. Any idea why this is ...
0
votes
1answer
228 views

Navigation that Runs Above and Below Header Image

Is there a way to have a navigation div(s) on the Twentyeleven theme or similar themes that runs over the header image and finishes below the header image? Basically so overflow runs below the image. ...
0
votes
2answers
591 views

Add header images to Twenty Eleven 1.3 rotation [closed]

I am using WordPress 3.3.1 and Twenty Eleven 1.3. Is it possible for me to just drag my bunch of 1000x288 images into a folder and the theme will include them in the random rotation? I am very new to ...
0
votes
2answers
2k views

Enable featured image but not have it show up?

I am using the latest default Twenty Eleven on WordPress 3.3.1 My post has a featured image (the smaller one, which 1 is pointing to), and I would like it not to appear in my post. It has already ...
0
votes
1answer
203 views

When replacing #site-title with an image - why must it be located in root?

I needed to replace the #site-title text with an image and I found a great blog post explaining this: http://bentcorner.com/replacing-wordpress-twenty-eleven-site-title-with-an-image/ But it appears ...
0
votes
2answers
264 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
246 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 ...

1 2