Mike Everleth
Forum Replies Created
-
Forum: Plugins
In reply to: [Sharedaddy More Control] Removal of Sharedaddy in Post ExcerptsAh! Thank you! I didn’t get that get_the_excerpt was deprecated from the codex entry. (And no leads to has_excerpt on that page?) I’ll go fix my theme today.
Forum: Plugins
In reply to: [Sharedaddy More Control] Removal of Sharedaddy in Post ExcerptsI’ve had the problem with both Jetpack activated and with just downloading and activating Sharedaddy separately without Jetpack.
Forum: Plugins
In reply to: [Sharedaddy More Control] Removal of Sharedaddy in Post ExcerptsHello,
I’ve recreated the problem that cmcdoniel first reported. It’s not a problem with a bad theme, as I did it with my own theme as well as theme Twenty Eleven, although with an edit to modify the site’s header meta description.
Here’s the issue:
1. I have the most recent version of Sharedaddy activated.
2. In the header, in defining the meta description, I’m using this code:
<meta name="description" content="<?php if ( is_single() ) : ?><?php the_excerpt(); ?><?php else : ?>General site description<?php endif; ?>" />3. In the output in a post header, I get the single post excerpt, plus the Sharedaddy code, e.g.:
<meta name="description" content="Single Post Description<div class="snap_nopreview sharing robots-nocontent"><ul><li class="sharing_label">Share this:</li><li class="share-facebook share-regular"> etc." />Forum: Plugins
In reply to: [W3 Total Cache] 0.9.2.2 APC and minify Still does not workYou’re welcome!
Forum: Plugins
In reply to: [W3 Total Cache] 0.9.2.2 APC and minify Still does not workI got minify to work. Here’s how:
1. I upgraded to ver. 9.2.2.
2. I deactivated the plugin.
3. I deleted all code referring to W3 Total Cache in my .htaccess file.
4. I reactivated the plugin.
5. Went to plugin admin area, which prompted me to re-generate the .htaccess code. So, I did.
6. Re-minified all my CSS and JS and the site’s working perfectly now.
P.S. I do NOT use APC or CloudFlare, so maybe there’s still some incompatibility with those, which I don’t know.
Forum: Plugins
In reply to: Jetpack Contact Form ShortcodeThank you for responding. I’m really looking forward to using that feature.
Forum: Fixing WordPress
In reply to: Homepage shows 404 not found if i delete post or page from anywhere?Hi, I just had this same problem, too, and almost had a heart attack. I did find a resolution, though, beyond just disabling the plugin. Here’s what you do:
First, re-activate the plugin. (Homepage will go down again for a few seconds again while you perform this trick below.)
Next, go into the Redirection plugin settings page under “Tools.” At the top of the settings page, there’s a link that says “Groups.” Click that. In this “Groups” area, I found a strange entry setting up a redirect for my homepage. I just deleted that entry and my site is back to normal. (Well, after clearing the cache.)
Glad somebody started this thread to set me on the path to find the resolution.
Forum: Fixing WordPress
In reply to: <br> tags in posts?I use linebreaks all the time, but you don’t have to insert “br” tags. Just hold down the shift button when you hit the “Enter” key (if you’re using the visual editor) and line will break. I do it all the time for my film festival listings, e.g.:
Forum: Fixing WordPress
In reply to: How do I Install Adsense Plug-In,StuckDo you know how to go into your source files for WordPress, either through your hosting company administration screen or using an FTP program like Filezilla?
You need to figure out how to do that.
Forum: Installing WordPress
In reply to: Blogroll won’t display anymoreJust in case somebody comes across this…
I’d still like an answer to my original question, but this forum post has kinda helped:
http://ww.wp.xz.cn/support/topic/103260?replies=6#post-508440
Forum: Fixing WordPress
In reply to: Missing buttons in Visual Editor in 2.190% of my Tiny MCE buttons disappeared, too. What I did was de-activate and re-activate my Contact Form plugin and suddenly all of my Tiny MCE buttons showed up again.
If you have any plugins that directly affect the visual editor, it may interfere with it. I also had to de-activate my “Paste Plain Text” plugin before the visual editor would work at all. So, check your plugins.
Forum: Fixing WordPress
In reply to: Are these comments safe to approve?I wouldn’t worry about that.
Forum: Fixing WordPress
In reply to: Are these comments safe to approve?I’ve noticed this type of spam comment lately, too. I had the same thing happen to me and I didn’t let it through. I couldn’t figure out what the scam was though. I didn’t know what they were gaining by copying my post onto essentially a blank page with no ads or anything. I don’t get it.
Forum: Fixing WordPress
In reply to: Category ArchiveThanks. That plugin worked. The only pain-in-the-neck thing is that now whenever I want to add a new child and/or parent category, I have to remember to go add it to the CQS plugin screen. Still, not the worst thing in the world, I guess.
And anyone who’s curious, you can see what I created with the plugin here:
Forum: Alpha/Beta/RC
In reply to: New Upload QuestionThanks. This looks a little too advanced for me, but maybe I’ll give it a try if I’m feeling adventurous.