Tim Moore
Forum Replies Created
-
@joelssk: the solution at present is to change the Third Party Cookies settings in IE.
Forum: Reviews
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Contact form is garbageThis is often a Twitter API issue. Twitter restricts the number of times their API can be called, so it could be that if you are on a shared server with other users also accessing Twitter’s API, that Twitter is rate limiting the shared server.
We’ve attempted several fixes for this by instituting caching in the Jetpack widget. These aren’t perfect solutions, though they have helped.
We’re looking at revamping the entire widget in the near future.
Thanks for the feedback 🙂
In shortcodes, you need to return the data, not echo it. Try:
<?php function foobar_func( $atts ){ return "Shortcode Test Successfull"; } add_shortcode( 'foobar', 'foobar_func' ); ?>@manoj: we’ve put a fix in place in Jetpack 2.1.2. If you can share what plugin or code you are having an issue with, we can try to help.
Most of our CSS/JS files are already served from a CDN. You should see them show up as s*.wordpress.com URLs (s1, s2, s3, etc.).
This isn’t a Jetpack bug: http://lists.automattic.com/pipermail/wp-hackers/2013-January/045053.html
To summarize the link: Jetpack uses the
get_the_excerptfunction properly. Other plugins/themes are not, which is causing the post content for these posts to get generated twice, thus processing the shortcodes twice.Despite that, we’re going to look at changing the Jetpack code from the current, proper way of doing this to another way to alleviate some of these issues for Jetpack users.
Be aware, though, that while this will solve an incompatibility with Jetpack, if you run another plugin that, like Jetpack, is doing_it_right, you’ll see these same issues crop up again.
I’ll take a look at this and get a fix out as soon as I can.
It’s possible. If you want to have the person who reported the issue contact us directly, our email address is support@jetpack.me. We’d be happy to help resolve this and get whatever fix in place that is necessary. I just need some more debugging info to go in first 🙂
Thanks!
I’m unable to reproduce this using Jetpack 2.1.1 and latest WordPress.
Are you by chance using
get_the_excerptorget_the_contentorthe_excerptorthe_contentactions in your plugin?Thanks for the info; we are looking into this issue.
Can you provide an example of where this is happening?
Also, is there a specific plugin that this happens with?
We do an export from GlotPress to Jetpack, which updates the MO files, before each Jetpack release. So your translations will show up with the next Jetpack release.
We’re aware of the issue and have reported it to the engineering team. Since it is the holiday season, the teams are on vacation and a bug fix release likely will not be released until the new year.
For now, if you are experiencing this issue, you can disable the Photon module.
We appreciate your feedback and patience with this. Thanks!
I can’t provide an ETA right now, though I can say it is a high demand feature for many, many users, so we’re working on it 🙂
@puckette: do your stats show up if you log in via a different browser? If so, it is likely a cache issue with the browser you use most often.