kiwiev1
Forum Replies Created
-
Forum: Plugins
In reply to: [AdPush] [Plugin: Google AdSense Plugin] Ads won't displayI too had similar problems with just a yellow box showing up, but my Adsense publisher ID was missing numbers off the end. I entered it properly (without the “pub-” part), waited 5 minutes, and ads are now showing successfully.
The problem now, is that they are being cut off. For example: http://www.gohomeyouaredrunk.com/yummy-cat-is-yum/ underneath the picture, there is a bit of the yellow box still showing and one of the ads is hidden. Do you know if this has happened before, and if I can fix it?
Forum: Fixing WordPress
In reply to: Captcha installed, but "Something Went Wrong" error showsHere’s an update for those who may stumble upon the same problem:
After many hours of trying almost everything, and then crashing and locking my website, I ended up uninstalling WordPress (and the directory it was in), and then re-installing it all from scratch.But before I installed the funky PinBlack theme that I wanted to use, I FIRST installed SweetCaptcha. Once that was working on the generic “2012” theme (or whatever it’s called) ONLY THEN did I install the PinBlack theme – and hey presto, it works!
Now if you try any link at http://www.gohomeyouaredrunk.com/ it will show the SweetCaptcha box. Yippee!
I still have no idea what caused it, but at least everything is now wonderful again. The birds are singing, children are laughing etc etc. You get the idea.
Have a good night all. I know I will!
Forum: Themes and Templates
In reply to: Website name displays on top of banner.I had no idea this situation was such a fundamental problem. That’s a shame. I’ll try the css forum you suggested.
Cheers.Forum: Themes and Templates
In reply to: Website name displays on top of banner.Hmm. I’ve tried adding “display:none” on “Travel Blogger: Visual Editor Stylesheet (editor-style.css)”
h1 {
display:none
font-size: 2.4em;
}But again, that did nothing. I’ll see if I can find any others to fiddle with.
Forum: Themes and Templates
In reply to: Website name displays on top of banner.Ok, I tried putting “display:none” into the h1 thing:
h1.page-title {
display:none
color: #B58A00;
font-weight: bold;
font-size:153.9%;
padding:5px 0 6px 10px;
margin-bottom: 10px;
}That did nothing, so I’ll remove it and try putting it somewhere else.
I feel like I’m playing with fire here, and I’m genuinely surprised the designers of the theme didn’t just put a tick-box there for this problem.
Ok, take two.Forum: Themes and Templates
In reply to: Website name displays on top of banner.Thanks for your response. I don’t have Firefox, and I don’t have the time or energy to learn to use a browser inspection program (whatever that is) so I’ll try playing around with codes and things. I mean, what could go wrong?