chewru
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Adsense – public service ads, on front page onlyI just started running into this problem last night. I’ve written google and hopefully they will have some suggestions.
– Everything has worked fine for months
– I only have 2 ad units on the front page
– All content pages work great
– Front page has a ton of content itself
– There’s one small PSA ad, and another blank skyscraper
– Disabled caching .. tried on multiple browsersSahara, I noticed your site has front page ads again. Did you do anything special or did it just correct itself?
Thanks!
Forum: Plugins
In reply to: [Plugin: Audio Player] Version 2.0 beta releasedMartin, keep up the terrific work. Plug-ins are what keeps WordPress so damn awesome, and people like you, who take time to not only write the code, but support the code, are truly a gift to the web development community worldwide.
Thanks for your hard work!
Forum: Plugins
In reply to: [Plugin: Audio Player] Version 2.0 beta releasedi resolved my issue by forcing through some ‘negative’ margin to bring the text back closer to the player.
<div style="margin-top:-10px;">'Song Title Here' by Artist</div>
Forum: Plugins
In reply to: [Plugin: Audio Player] Version 2.0 beta releasedLove your plugin! 1.2.3 worked great – but after moving to the latest 2beta3 I’m having a problem with formatting the text right.
It should look like this:
[Player here]
Song title I want to type below it.Instead, it looks like:
[Player here]
xxempty spacexx
xxempty spacexx
Song title I want to type below it.I opened Firebug and see that the problem is that it’s pulling a line-height of 20px from class ‘audioplayer-container’, but for the life of me I can’t find where to change it! There is no line-height declaration in any of the css files with the plugin as far as i can tell. I am putting the code into the HTML editor so there’s no extra spaces as far as the WSISWG editor may be concerned.
Any ideas?
Here is what firebug says when I highlight the player itself. I’ve checked style.css for my theme and there’s no line-height option:
#content p, #content .post ul li {style.css (line 129) color:#EAEAEA; font-family:Verdana,Helvetica,Sans-serif; font-size:13px; font-size-adjust:none; font-style:normal; font-variant:normal; font-weight:normal; line-height:20px; text-align:justify;
Forum: Fixing WordPress
In reply to: More tag: change “Read rest of this entry” textThanks! This was a big help!
Forum: Fixing WordPress
In reply to: Hammered by Trackback spamForum: Plugins
In reply to: RSS Title Linkin WP 2.5.1 this line is in wp-includes/widgets.php line 1069
Forum: Requests and Feedback
In reply to: WP 2.5 Write Panel Usabilityjabecker, thanks for all your hard work! just an FYI it still doesnt render right in IE8, which is starting to seem like IE7 all over again. =)
Forum: Requests and Feedback
In reply to: 2.5 Upgrade RemorseJust an FYI.. the page slug field just moved, it’s not gone entirely. If you edit an existing page you’ll see the permalink under where you can input the title. If you click the small EDIT, you can edit the slug just as you would have before.
The only change is that you can’t name the slug when writing a post for the first time, which is a minor annoyance, but I can live with it. I resisted 2.5 but am settling in with 2.5.1. Try the write panel hack too if you want it to look more like the old layout:
https://www.ads-software.com/support/topic/169595?replies=24
Forum: Requests and Feedback
In reply to: WP 2.5 Write Panel UsabilityI can confirm the hack works in 2.5.1 using Safari, IE7, Opera Latest, Firefox 3.0 b5.
IE8 doesn’t seem to render right:
Can’t type in ‘title’ or ‘post’ section, and the input sections (even though you can’t input) are gigantic.Pretty odd because IE8 is supposed to be ‘standards based’ and IE7 isn’t. Can anyone confirm this with the IE8 beta?
Forum: Fixing WordPress
In reply to: How to prevent accessibility to emails & IPs in WP?Wow – this is awesome. It appears to totally work. Thanks so much!
Forum: Plugins
In reply to: Bad Behavior and admin-ajax.php slow backendThanks Otto. I’ll installed it. The one thing I’m concerned about, however, is that it appears the plug-in you suggest still lets them ‘in the door’. The reason I wanted to add BB is because my GA and other stats have (appeared) to include bots in my unique IP totals. Does this sound believable to you?
After we installed BB, our visits declined a bit, which I hoped was because BB actually blocks them from making certain type of connections to our comments. Akismet on its own does a great job, but I loved the fact that BB worked more from the connection side.
Case in point, sites like the web site optimizer won’t even connect when BB is active – so they can’t possibly add to our web traffic totals.
I’ll see if we suddenly have a new spike in our traffic when BB is disabled again. I don’t imagine it runs any better with 2.5x? .. I am planning to upgrade when 2.51 comes out.
Forum: Requests and Feedback
In reply to: WP 2.5 Write Panel Usabilityjabecker – i just wanted to drop my $.02 that i like your design better than the wp default and hope they implement it. in the meantime, i’ll be using your hack. thank you!
Forum: Plugins
In reply to: RSS Title LinkRESOLVED:
go to widgets.php line 1041 (wordpress 2.5)
this should be the string you’re replacing:
$title = "<img style='background:orange;color:white;border:none;' width='14' height='14' src='$icon' alt='RSS' /> $title";
replace to:
$title = “$title”;this should just show the title. nothing more. works for me!
Forum: Plugins
In reply to: RSS Title Linki’d like to figure this out too. looking..