Title: hkalant's Replies | WordPress.org

---

# hkalant

  [  ](https://wordpress.org/support/users/harryplusk/)

 *   [Profile](https://wordpress.org/support/users/harryplusk/)
 *   [Topics Started](https://wordpress.org/support/users/harryplusk/topics/)
 *   [Replies Created](https://wordpress.org/support/users/harryplusk/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/harryplusk/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/harryplusk/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/harryplusk/engagements/)
 *   [Favorites](https://wordpress.org/support/users/harryplusk/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/users/harryplusk/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/harryplusk/replies/page/2/?output_format=md)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Theme: Reddle] Responsive tweets](https://wordpress.org/support/topic/theme-reddle-responsive-tweets/)
 *  Thread Starter [hkalant](https://wordpress.org/support/users/harryplusk/)
 * (@harryplusk)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/theme-reddle-responsive-tweets/#post-2824209)
 * Ok, I will try these options. Thanks again!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Theme: Reddle] Responsive tweets](https://wordpress.org/support/topic/theme-reddle-responsive-tweets/)
 *  Thread Starter [hkalant](https://wordpress.org/support/users/harryplusk/)
 * (@harryplusk)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/theme-reddle-responsive-tweets/#post-2824197)
 * Yes, we are talking about the same thing.
 * (Can you still see the large double quote? I thought I deleted it…)
 * Anyway, it seems that `embed.css` is being loaded automatically and last.
 * Is there any way for the `style.css` to be loaded last?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Theme: Reddle] Responsive tweets](https://wordpress.org/support/topic/theme-reddle-responsive-tweets/)
 *  Thread Starter [hkalant](https://wordpress.org/support/users/harryplusk/)
 * (@harryplusk)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/theme-reddle-responsive-tweets/#post-2824187)
 * Hello,
 * Thanks!
 * It doesn’t work though.
 * I don’t use a plugin to embed tweets. I use the new WordPress 3.4 feature by 
   just pasting the tweet link in my post.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Eleven] Background behind featured post](https://wordpress.org/support/topic/twenty-eleven-backgrounf-behind-featured-post/)
 *  Thread Starter [hkalant](https://wordpress.org/support/users/harryplusk/)
 * (@harryplusk)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/twenty-eleven-backgrounf-behind-featured-post/#post-2221045)
 * Thank you very much. You are awesome.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Add serchbox to nav in twentyeleven](https://wordpress.org/support/topic/add-serchbox-to-nav-in-twentyeleven/)
 *  [hkalant](https://wordpress.org/support/users/harryplusk/)
 * (@harryplusk)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/add-serchbox-to-nav-in-twentyeleven/#post-2219724)
 * Add this into `functions.php` of the theme:
 *     ```
       <code>
       function fb_add_search_box ( $items, $args ) {
       	// only on primary menu
       	if( 'primary' === $args -> theme_location )
       		$items .= '<li class="menu-item menu-item-search">' . get_search_form( FALSE ) . '</li>';
       	return $items;
       }
       add_filter( 'wp_nav_menu_items', 'fb_add_search_box', 10, 2 );
       </code>
       ```
   
 * Check this article out, too: [http://wpengineer.com/2244/search-form-in-wp-nav-menu/](http://wpengineer.com/2244/search-form-in-wp-nav-menu/)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Eleven] Borders around menu](https://wordpress.org/support/topic/twenty-eleven-borders-around-menu/)
 *  Thread Starter [hkalant](https://wordpress.org/support/users/harryplusk/)
 * (@harryplusk)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/twenty-eleven-borders-around-menu/#post-2213522)
 * Hello again!
 * One last thing I just noticed. For example take a look at this single post: [http://blog.elemedu.gr/2011/07/google-plus-or-google-minus/](http://blog.elemedu.gr/2011/07/google-plus-or-google-minus/)
 * When you hover on the menu, the date the post published and the navigation (next/
   previous) go a little lower. When you don’t, they come back to normal height.
 * Any suggestions?
 * Thank you.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Eleven] Borders around menu](https://wordpress.org/support/topic/twenty-eleven-borders-around-menu/)
 *  Thread Starter [hkalant](https://wordpress.org/support/users/harryplusk/)
 * (@harryplusk)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/twenty-eleven-borders-around-menu/#post-2213463)
 * you are great!
    much prettier now, huh?
 * thank you very much.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Eleven] Borders around menu](https://wordpress.org/support/topic/twenty-eleven-borders-around-menu/)
 *  Thread Starter [hkalant](https://wordpress.org/support/users/harryplusk/)
 * (@harryplusk)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/twenty-eleven-borders-around-menu/#post-2213458)
 * Thank you Esmi!
    The border on top is pretty high, though. Any chance to fix 
   that, too?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Eleven] Borders around menu](https://wordpress.org/support/topic/twenty-eleven-borders-around-menu/)
 *  Thread Starter [hkalant](https://wordpress.org/support/users/harryplusk/)
 * (@harryplusk)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/twenty-eleven-borders-around-menu/#post-2213410)
 * This is my blog using Twenty Eleven: [blog.elemedu.gr](http://blog.elemedu.gr)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Bio disappear below posts in TwentyEleven](https://wordpress.org/support/topic/bio-disappear-below-posts-in-twentyeleven/)
 *  Thread Starter [hkalant](https://wordpress.org/support/users/harryplusk/)
 * (@harryplusk)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/bio-disappear-below-posts-in-twentyeleven/#post-2184418)
 * I recently made a child theme of Twenty Eleven for my blog and I have another
   problem about author’s bio.
    In a status post, the author’s bio looks like this:
   [http://i56.tinypic.com/21devlh.png](http://i56.tinypic.com/21devlh.png). In 
   other post types it works fine – text is at the same height as the author’s avatar.
   Any ideas to fix this? thank you
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Bio disappear below posts in TwentyEleven](https://wordpress.org/support/topic/bio-disappear-below-posts-in-twentyeleven/)
 *  Thread Starter [hkalant](https://wordpress.org/support/users/harryplusk/)
 * (@harryplusk)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/bio-disappear-below-posts-in-twentyeleven/#post-2184369)
 * I removed `is_multi_author ()` but it didn’t work.
    Then I removed `&& is_multi_author()`
   and it works! Thank you guys.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Bio disappear below posts in TwentyEleven](https://wordpress.org/support/topic/bio-disappear-below-posts-in-twentyeleven/)
 *  Thread Starter [hkalant](https://wordpress.org/support/users/harryplusk/)
 * (@harryplusk)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/bio-disappear-below-posts-in-twentyeleven/#post-2184358)
 * Yeah, that’s weird!
 * Could anyone from the designers tell us what is going on, please?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Bio disappear below posts in TwentyEleven](https://wordpress.org/support/topic/bio-disappear-below-posts-in-twentyeleven/)
 *  Thread Starter [hkalant](https://wordpress.org/support/users/harryplusk/)
 * (@harryplusk)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/bio-disappear-below-posts-in-twentyeleven/#post-2184305)
 * Well, it seems that Twenty Eleven doesn’t support author info below posts at 
   all.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How To Use Custom Logo instead of Text in TwentyEleven Theme ?](https://wordpress.org/support/topic/how-to-use-custom-logo-instead-of-text-in-twentyeleven-theme/)
 *  [hkalant](https://wordpress.org/support/users/harryplusk/)
 * (@harryplusk)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/how-to-use-custom-logo-instead-of-text-in-twentyeleven-theme/#post-2174896)
 * Open header.php and find this part:
 * `<h1 id="site-title"><span><a>" title="<?php echo esc_attr( get_bloginfo( 'name','
   display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></span></h1>`
 * Replace `<?php bloginfo( 'name' ); ?>` with the url of the logo.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Styling multiple-page posts](https://wordpress.org/support/topic/styling-multiple-page-posts/)
 *  [hkalant](https://wordpress.org/support/users/harryplusk/)
 * (@harryplusk)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/styling-multiple-page-posts/#post-1215716)
 * Hello,
    Can I change the way numbers are showing up in multi-page posts in Twenty
   Ten theme? I can’t find the piece of CSS code that is responsible for that. (
   I would like to remove the grey background and use some border-radius for the
   corners.) thnx.

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/users/harryplusk/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/harryplusk/replies/page/2/?output_format=md)