Jamas
Forum Replies Created
-
Great
Quick recap for anyone finding this thread. If related posts feature isn’t working do the following:
1) Check that your posts have been indexed. Go to Jetpack->Debug (bottom of the Jetpack screen). Look for “Posts Indexed” which is good. If you don’t see this then it can take some time to complete, try again later.
2) Pick one of your posts that isn’t showing related posts. Go to the single post view. Add the part in bold to the end of the url http://www.example.com/some-post/?related_posts=1 you should get something like this
{“version”:”20140611″,”show_thumbnails”:true,”items”:[{“id”:647,”url”:”http:\/\/www.jamas.net\/2013\/wordpress\/647\/”,”url_meta”:{“origin”:661,”position”:0},”title”:”WordPress 3.8″,”format”:false,”excerpt”:”WordPress 3.8 \u201cParker\u201d has arrived, bringing with it a new, slick, UI for WordPress. The WordPress admin UI has always been one of WordPress’ big advantages over other CMS platforms.…”,”context”:”In \”WordPress\””,”img”:{“src”:””,”width”:0,”height”:0}},{“id”:621,”url”:”http:\/\/www.jamas.net\/2013\/wordpress\/wordpress-3-7\/”,”url_meta”:{“origin”:661,”position”:1},”title”:”WordPress 3.7″,”format”:false,”excerpt”:”WordPress 3.7 \”Basie\” has arrived. This brings a big update for updates! Going forward updates to the WordPress core will automatically be done. This is sure to help with some…”,”context”:”In \”WordPress\””,”img”:{“src”:””,”width”:0,”height”:0}},{“id”:510,”url”:”http:\/\/www.jamas.net\/2012\/wordpress\/wordpress-3-5\/”,”url_meta”:{“origin”:661,”position”:2},”title”:”WordPress 3.5″,”format”:”aside”,”excerpt”:”WordPress 3.5 \”Elvin\” has arrived. Featuring an even easier to use media upload environment, which from my quick test is really slick. Many of the people I help with WordPress…”,”context”:”In \”WordPress\””,”img”:{“src”:””,”width”:0,”height”:0}}]}
Look for any extra characters being printed in the output. For example a comment from a plugin, or some extra styling from css. If you see some extra data then you need to figure out what is causing it. Try default themes and turning off plugins until you find what is mangling the output.
3) If the above output looks like what you are getting then see if there is any thing in your theme that might be hiding the related posts output. Try doing an inspect element in your favourite browser debugger (Firebug or Chrome Developer Tools). See if there is anything whacky in the css.
Good luck!
exist2014
Just checked your site. Looks like it is having some other issues at the moment. Took forever to load. I tried looking at the related posts directly by adding the ?relatedposts=1 to the end of the URL. Looks like the related post items are there but there is a warning being printed out about WP Super Cache not being setup correctly. That might explain the loading issues and the related posts issue. Here is the warning.
WP Super Cache is installed but broken. The constant WPCACHEHOME must be set in the file wp-config.php and point at the WP Super Cache plugin directory.
Forum: Plugins
In reply to: [Disqus Comment System] Disqus disabled by 2.76 upgradeMarking closed as there is an easy work around.
valuesourcer your issue looks to be an issue with the CSS. It looks like a conflict with your theme. The related posts is inheriting this from your theme.
.entry p { margin-left: 20px; width: 560px; }It is the width part that is making the text extend outside the range. Possibly one of the Jetpack gang can take a look at the styles for related posts and protect against this sort of inheritance.
Marking resolved.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Related Post doesn't workgoodgoodlifeorg just checked your site and it looks like the related posts are showing up now.
Forum: Plugins
In reply to: [WP Super Cache] Pages listed in don't cache list are being cachedI am still seeing this issue on multiple sites. Anyone else noticing this on their site?
Manjo
Did you ever see it hit 100%?
Jamas
I can see that the related posts header is getting inserted into your post but is hidden.
On the Jetpack admin page click on the related posts to see if it shows indexing has completed.
I have seen the same issue on a few sites running wp-minify plugin. From your header is doesn’t look your running that but maybe you have another similar plugin installed. You can try the process of disabling all the other plugins and then turn them on one by one.
Just a quick follow up note about this. I narrowed down my issue to Jetpack plugin as well. Instead of disabling the full Jetpack plugin I was able to just turn off the Gravatar Hovercards part. This solved the issue.
One other solution that seems to have fixed the issue. Copy the new longer format of the contact form short code, looks like this [contact-form-7 id=”1225″ title=”Contact form 1″]. Then update your contact page with the new short code. With that change it seems as if Jetpack is no longer replacing the contact form.
One warning to people managing other people’s websites. The Jetpack contact form sends emails to the email address you registered with on WordPress.com. So check to see if you have emails from other sites that should have gone to a different person. Good luck explaining that one to them.