Timperator
Forum Replies Created
-
@xfactory:
There are multiple ways to fix this problem:
– downgrade Jetpack to 2.02
– disable Jetpack / remove link to wordpress.com
– Apply my fixchoose the one you like 🙂
There is an hint from robf in this thread (problem might be caused by sharing service enabled), I didn’t test it, but he might be right.
In sharing-service.php (jetpack) there is an filter added (linked to function sharing_display in the same file). With my fix this filter is also disabled.I can give access to my development environment, but need some time to make it visible from outside…let me know if you are interested.
Hey,
Thanks for pointing out the problem, based on your solution I might found the problem.
In file class.jetpack-post-images.php (jetpack plugin directory), replace line 254:
$html = apply_filters( ‘the_content’, $html->post_content );
with
$html = $html->post_content;Now it is working for my site.
Using:
NextGEN Gallery 1.9.10
Jetpack von WordPress.com 2.0.4
Site http://www.riedenthal.atThanks,
br Timmy