I think I’m seeing the same thing on one of the customer sites.
I am experiencing the exact same, sync pull is a dead fish in the water.
Check and advanced excerpt plugins installed on the site that is pulling data from the source. I had Advanced Excerpt installed on a clients site and I changed settings so that it showed more words etc … all working now 🙂 I think excerpt plugins are cropping the page content.
Abi
http://www.buildmeafabwebsite.co.uk
Thread Starter
Derek
(@derekjwhitten)
Had a look and I can’t see any plugins that would be doing that on my site.
I have the following plugins installed:
– Akismet
– Geolocation plus
– Mailpoet
– Random banner
– Regenerate thumbnails
– Simple colorbox
– Social login
– Widget logic
– Visual icon fonts
– WP User Avatar
Both sites are set to show full text in article feeds as well (the only setting I could find which might potentially shorten the length of posts or pages).
Have you checked plugins and feed settings on both the receiving site and the site that the feed is sent from? Mine is randomly working after doing the same thing and the only settings i changeed were plugins affecting excerpts and the feed setting to full rather than summary on both sites. I also removed the feed sync url from the site receiving the feed which allowed me to delete all posts, then i added the feed again and re-synced?
Hope that helps somehow?
I’ve the same problem but if delete my internal document links from the text then the sync works. After spending some time in the code i think the problem exists in the function “convert_links_cb” in wp_help.php which parses the internal links.
E.G. The html of a page
Elke pagina bestaat uit drie onderdelen:
<ol>
<li><a title="1.1 De header" href="http://wptemplate.socialelephant.nl/wp-admin/admin.php?page=wp-help-documents&document=190">De header</a></li>
<li><a title="1.2 De content" href="http://wptemplate.socialelephant.nl/wp-admin/admin.php?page=wp-help-documents&document=194">De content</a></li>
<li><a title="1.3 De footer" href="http://wptemplate.socialelephant.nl/wp-admin/admin.php?page=wp-help-documents&document=192">De footer</a></li>
</ol>
Will result in the json feed as post_content:
"post_content": "Elke pagina bestaat uit drie onderdelen:\r\n<ol>\r\n\t<li><a title=\"1.1 De header\" href=\"http://wp-help-link/190\" /></a>",
If i remove the internal links from the result is fine. External links are unaffected.
Thread Starter
Derek
(@derekjwhitten)
Interesting find jargovi. For me, internal links are the most common type of link in my WP Help, because I’m linking between help articles.
I don’t really have enough knowledge of this to modify my plugin. For now, just making do without links and relying on users to navigate using the topics on the left hand navigator.