danielflo
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Blogposts have duplicate lines!Fixed!
Forum: Themes and Templates
In reply to: Blogposts have duplicate lines!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
In reply to: Blogposts have duplicate lines!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
In reply to: Twentyeleven child theme – help needed!I guess I’ll just try out PressWork then.
Forum: Themes and Templates
In reply to: Twentyeleven child theme – help needed!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.
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
In reply to: Change header height in CSS?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%; }