paperboy
Forum Replies Created
-
Forum: Plugins
In reply to: [Tumblr Crosspostr] Proper scheduled post translation (work in progress)I edited the tumblr-crosspostr.php for now but will this be implemented in the plugin?
Forum: Plugins
In reply to: [Ultimate Posts Widget] hide current postWithout “Hide current” and the ability to offset I can’t use this. :/
Forum: Plugins
In reply to: [Google Analytics Dashboard] Localisation support pleaseYeah, I was just looking for a .pot file to translate GAD… It looks ready for localization if I’m not totally wrong. :/
Forum: Plugins
In reply to: [Plugin: Contact Form 7] Increase field widthTry this in your CSS file:
.wpcf7-form textarea { width: 500px; /* Adjust width to ur liking :) */ }Forum: Plugins
In reply to: [Plugin: Contact Form 7] Why is there no border around the boxes?There’s a CSS reset at the top of your CSS that removes all borders where not specified.
Try playing around with something like in your CSS file this to add borders around your inpusts and textarea:
.wpcf7-form input, .wpcf7-form textarea { border: 1px solid #ccc; }Forum: Plugins
In reply to: Facebook-like “Like this” plugin?Just found this: Adding FB like buttons are damn easy.
Should be enough huh? 😀
Forum: Fixing WordPress
In reply to: fetch_feed not workingI’m using the same code too but don’t get my public Twitter feed to show up.. I don’t even get the “No items”. 🙁
Forum: Plugins
In reply to: [Plugin: WP-UserOnline] Show how many users on another pageSounds good, thanks!
Forum: Plugins
In reply to: [Plugin: PHPFreeChat] Error when saving settingsNew version works fine for me, thanks!
Forum: Plugins
In reply to: [Plugin: PHPFreeChat] Error when saving settingsI have this problem too with 2.8.4 and can’t seem to track down the problem. :/
I just noticed this too! :/
My workaround for now is adding a Reply-to to the additional headers, something like this:
Reply-to: [name] <[email]>