Tim Moore
Forum Replies Created
-
Are you using the
[gallery]shortcode?This is a known issue in Jetpack currently. We are working on fixing it. Thanks for the report.
You have Jetpack installed on a localhost URL? If so, that may be the issue.
I do not see the mobile theme when I visit that site. Do you see it if you use a different browser?
This has been patched on our servers. It may take a few days for the caches to clear out, though.
Try this in an mu-plugin file or in your theme’s functions.php:
add_action( 'init', 'my_remove_filters_func' ); function my_remove_filters_func { remove_filter( 'the_excerpt', 'sharing_display', 19 ); }@ayepod: the 19 signifies the priority the original filter was added at. When removing the filter, you need to specify the same priority or the removal won’t work.
Thanks for the feedback. I’ll pass this along to the development list.
This is an issue on our end. We’re looking at ways to resolve this bug. Thanks for the report.
Thanks for letting us know. We’ll take a look.
@rickrob: Is your theme using the
comment_form()function? Or, if you switch to Twenty Eleven, does the comment feature work?Forum: Plugins
In reply to: lizamoon reference in jetpack twitter php fileWe’re aware of the security notices this is generating. We added this code to protect users, as @daricedotorg mentioned.
We are removing this bit of code in the next release, since it likely isn’t needed anymore.
We’re aware of an issue with the stats. Please stay tuned for a fix.
Glad to hear it is working again. Let me know if there’s anything in the future that you need assistance with.