dadman
Forum Replies Created
-
Forum: Hacks
In reply to: Editing Child Theme…Try
Template: Landlineinstead ofTemplate: landlineI can see the theme-folder is named landline, while in the landline style.css it’s Theme Name: Landline
Try it out and let med know if it did the trick.Forum: Fixing WordPress
In reply to: WordPress Running SlowlyThere can be several reasons why your installation run slow. Your webhost for one.
Another general thing is, the more plugins, the longer loadtime, but there isn’t a rule about how many plugins is to many.
But for every plugin you install, the more overhead.
Try to disable your plugins one by one, and see if there’s some of the plugins you use, that makes a noticeable differens.
Forum: Themes and Templates
In reply to: Post Title PositionIt’s the picture, it’s pushing your title aside, you have to move the picture a couple of lines down. But I can’t tell you how, sorry!
Forum: Themes and Templates
In reply to: serious noob question. can i make this website with wordpress?Yes you can, with WordPress, everything is possible. 🙂
Forum: Themes and Templates
In reply to: Change Background Container On Page OnlyHi
If you add this code to the above code, beneath the body line it should do the trick.
div#container {background-color: #505050;}
Your white sheet will turn black, and because you add it to the above code, it will only be black at this particular page.