Title: danielflo's Replies | WordPress.org

---

# danielflo

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

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

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Blogposts have duplicate lines!](https://wordpress.org/support/topic/blogposts-have-duplicate-lines/)
 *  Thread Starter [danielflo](https://wordpress.org/support/users/danielflo/)
 * (@danielflo)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/blogposts-have-duplicate-lines/#post-2528856)
 * Fixed!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Blogposts have duplicate lines!](https://wordpress.org/support/topic/blogposts-have-duplicate-lines/)
 *  Thread Starter [danielflo](https://wordpress.org/support/users/danielflo/)
 * (@danielflo)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/blogposts-have-duplicate-lines/#post-2528852)
 * Oh, ok sorry. I tried changing the theme back to twentyeleven and the problem
   disappeared. But changing back to the platform-theme led the duplicate post problem
   to come back. What do I do now?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Blogposts have duplicate lines!](https://wordpress.org/support/topic/blogposts-have-duplicate-lines/)
 *  Thread Starter [danielflo](https://wordpress.org/support/users/danielflo/)
 * (@danielflo)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/blogposts-have-duplicate-lines/#post-2528845)
 * This happened even when I used twentyeleven. I do not think any widget is the
   problem because I’ve disabled and enabled every single one and nothing happens(
   using the twentyeleven theme I used “Advanced Code Editor”, “One-Click Child 
   Theme” and “TAC (Theme Authenticity Checker)”. And I had this problem even before
   I installed any of the latest widgets, so I know for a fact that the latest widgets
   are not the problem.
 * > – resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently
   > inactive plugin can still cause problems.
 * I have no clue what this means.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Twentyeleven child theme – help needed!](https://wordpress.org/support/topic/twentyeleven-child-theme-1/)
 *  Thread Starter [danielflo](https://wordpress.org/support/users/danielflo/)
 * (@danielflo)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/twentyeleven-child-theme-1/#post-2526904)
 * I guess I’ll just try out PressWork then.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Twentyeleven child theme – help needed!](https://wordpress.org/support/topic/twentyeleven-child-theme-1/)
 *  Thread Starter [danielflo](https://wordpress.org/support/users/danielflo/)
 * (@danielflo)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/twentyeleven-child-theme-1/#post-2526888)
 * I get your point peredur but trying to find themes that are as well coded as 
   the twentyeleven is very difficult, and I actually don’t have long way to go (
   it seems). I managed to change the size of the header to 1000×500 (but I guess
   I just manipulated the header that was already there. It just streched to be 
   taller. I want to be able to UPLOAD headers that are already 1000×500. I used
   this code:
 *     ```
       #branding img {
       height: 500px;
       margin-bottom: -7px;
       width: 100%;
       }
       ```
   
 * I managed to remove the header-menu AND the search bar with these codes:
 *     ```
       #access {
           clear: both;
           display: none;
       }
       ```
   
 *     ```
       #branding #searchform {
           display: none;
       }
       ```
   
 * I also managed to make the background white using this code:
 *     ```
       body {
       background-color: white;
       }
       ```
   
 * That’s all it took! And now I’m left with [this.](http://i1246.photobucket.com/albums/gg604/demured/Skjermbilde2012-01-24kl230555.png)
 * As you can see, the only things left that are really important to me are fixing
   the header, make the “archive” menu look like I want and change the width of 
   posts and pictures. That couldn’t really be that hard. Could it?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Change header height in CSS?](https://wordpress.org/support/topic/change-header-height-in-css/)
 *  Thread Starter [danielflo](https://wordpress.org/support/users/danielflo/)
 * (@danielflo)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/change-header-height-in-css/#post-2526789)
 * Tried using this code. It just made the picture I have stretch. How do I make
   it possible to upload pictures with 500px in height?
 *     ```
       #branding img {
       height: 500px;
       margin-bottom: -7px;
       width: 100%;
       }
       ```
   

Viewing 6 replies - 1 through 6 (of 6 total)