modernlover
Forum Replies Created
-
Sent.
Okay, thanks Ryan!
I did, and it still said “Indexing request queued and waiting…” after a couple of hours. So I’ve tried again. Jetpack also still says: “It looks like your site can not communicate properly with Jetpack.”
I have already tested all my plugins and switched themes (2012); none are the culprit that I can see.
Okay. I’m “fueled up and ready to go”….
I shall.
OH, wow, hey. I just opened Jetpack, and:
There seems to be a problem with your site’s ability to communicate with Jetpack!
It looks like your site can not communicate properly with Jetpack.
SELF:
Array
(
[headers] => Array
(
[server] => nginx
[date] => Tue, 24 Feb 2015 19:53:34 GMT
[content-type] => text/plain;charset=utf-8
[connection] => close
[x-pingback] => https://jetpack.wordpress.com/xmlrpc.php
[expires] => Wed, 11 Jan 1984 05:00:00 GMT
[cache-control] => no-cache, must-revalidate, max-age=60
[pragma] => no-cache
[x-hacker] => Jetpack Test
)[body] => {“error”:”Unknown Error”,”error_description”:”An unknown error has occurred.”}
[response] => Array
(
[code] => 400
[message] => Bad Request
)[cookies] => Array
(
)[filename] =>
)
____________________________________Trouble with Jetpack?
It may be caused by one of these issues, which you can diagnose yourself:1. A known issue. Some themes and plugins have known conflicts with Jetpack – check the list. (You can also browse the Jetpack support pages or Jetpack support forum to see if others have experienced and solved the problem.)
2. An incompatible plugin. Find out by disabling all plugins except Jetpack. If the problem persists, it's not a plugin issue. If the problem is solved, turn your plugins on one by one until the problem pops up again – there's the culprit! Let us know, and we'll try to help.
3. A theme conflict. If your problem isn't known or caused by a plugin, try activating Twenty Twelve (the default WordPress theme). If this solves the problem, something in your theme is probably broken – let the theme's author know.
4. A problem with your XMLRPC file. Load your XMLRPC file. It should say “XML-RPC server accepts POST requests only.” on a line by itself.
- If it's not by itself, a theme or plugin is displaying extra characters. Try steps 2 and 3.
- If you get a 404 message, contact your web host. Their security may block XMLRPC.Okay, I’ll give it a shot. Thanks, Ryan.
On the right side of your CSS Stylesheet Editor you should see “CSS Revisions”. It’s a dropdown menu and it should show all the revisions you have made in the past. Pick the most recent one.
Now the plugin appears to be showing not random images, but the LAST image of each post. Bizarre.
Forum: Themes and Templates
In reply to: [Decode] Change fontNever mind. I fixed it myself.
Forum: Reviews
In reply to: [WordPress Related Posts] The best related posts plugin, and awesome support.!@#$%!
Forum: Fixing WordPress
In reply to: Image and teaser in feedSo no one knows how to do this?
Forum: Fixing WordPress
In reply to: Image and teaser in feedOr can I use the automatic excerpt feature?
Forum: Themes and Templates
In reply to: How to remove the post meta from homepage?Actually, the little popup in the CSS Editor said that even that element bit was “over-qualified”. It said to just use:
.blog .entry-meta {
display:none;
}And it works just fine. Thanks again.