GrampaB
Forum Replies Created
-
Thanks, Alin. I’ll add it to my footer, give it a month, and see how it goes.
Forum: Reviews
In reply to: [WordPress Share Buttons Plugin – AddThis] Sidebar doesn't show on postsI may try this addon again someday. For now, though, the site looks great and the Addthis Smart Layers adds significant value as is.
Forum: Themes and Templates
In reply to: [Twenty Eleven] How to show author at top of postOk. I found it at last. I was looking in the wrong places (again). It was in the style.css file:
line 751
.single-author .entry-meta .by-author {
display: none;
}I added the following to my Twenty Eleven Child them:
.single-author .entry-meta .by-author {
display: inline;
}D’oh!
Forum: Themes and Templates
In reply to: [Plugin: AskApache Google 404] Breaks my themeThe plugin inserts its code within my theme’s footer and I haven’t figured out why yet or how to fix it. The coding looks correct, but it doesn’t appear correct in a web browser. Still working at it – and posted a question at AskApache.
Forum: Plugins
In reply to: Plugin Update Error : Download failed.: couldn’t connect to hostNone of the “fixes” so far worked for me – I have to use cURL on the server for other purposes. My “fix” is to use my ftp client and upload updates manually – as I did prior to version 2.6. I hope the WP team works this out in the next version.
Forum: Themes and Templates
In reply to: [Plugin: AskApache Google 404] Breaks my themeOops – forgot to add a URL to the site. Powerstates.com. Try url http://powerstates.com/test to see the AA Google 404 page.
Forum: Fixing WordPress
In reply to: media library not workingForum: Fixing WordPress
In reply to: media library not workingForum: Fixing WordPress
In reply to: media library not workingThis plugin fixed it for me. No-Flash-Uploader Plugin. Just download the .php file, upload it to your /wp-content/plugins directory and activate the plugin in admin. Then clear your browser cache and try uploading media into a post or page again.
Forum: Everything else WordPress
In reply to: Word 2007 Blog TemplateMy web hosting service does not allow xmlrpc.php to run. That’s the file Word 2007 is looking for in WordPress. Change the filename in your WordPress directory on your server from xmlrpc.php to word2007.php and then point Word 2007 Blog template to that file when asked (instead of, in Word 2007, http://<your blog domain name>/xmlrpc.php). Did the trick for me. Hope it works for you.
Best of luck,
JB