Tim Moore
Forum Replies Created
-
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] CPU Load Very HighHow are you measuring your server load? What service are you getting your dedicated server from?
I run my live sites on a Linode 1024 and rarely see my CPU load go over 15%.
Publicize is a service we created to make syndication extremely simple. We won’t be adding an option to user your own Facebook or other service app; there are plenty of other plugins out there (Simple Facebook Connect, for one) that do this.
The random redirect function is designed to redirect to a random post. You’d need to design your own function to randomly redirect to a category or tag.
@jasonheffner: is your Varnish config set up to save cookies or no? It looks like attempts are being made to set the same cookie over and over and failing.
Hi all, Jetpack 2.2.4 has been released to address this issue. My apologies and thanks for your prompt attention and reports!
It looks like http://www.redmondsmusic.com/ is intermittently not accessible and returns an error. That may be what is causing this error. Can you look at your web server’s error logs and see if there is any info?
You can use the custom editor in the Post Editor to do this. Once you’ve written your post, just click the Edit button the Publicize meta box below the Publish button, then paste the permalink to the post there, with nothing else. Publicize will then only use the URL for the message.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Widget boxes don't openI understand the position your in and I apologize. This is one of the reasons the WordPress community (the moderators here on the forums especially) are always telling people to use the Javascript libraries that WordPress includes by default.
The Modulus team has made the decision to create their theme using libraries that even WordPress itself isn’t yet supporting. There may be other plugins you’ll run into that’ll have issues due to this.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Widget boxes don't open@hedera: in a looking at the source code of your site, it looks like it is possible that your theme is loading jQuery version 1.9. The currently released version of WordPress has jQuery 1.8.3, which Jetpack is known to work with. This is likely where the issue is coming from.
@itssimplemr: your theme is loading two versions of jQuery. You’ll need to change your theme and/or fix the theme to use one version of jQuery.
We currently remove all mailto links and empty HTML link items (ex.
<a>, which is what a telephone number gets converted into).I’m looking into the issue to see what can be changed/modified to make this a better experience.
Thanks for the bug report.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Carousel doesn't workDo you have a specific post from one of those blogs where it isn’t working? I clicked a couple of posts and did not see any images.
You shouldn’t need to uninstall. Here’s what you can try:
1. On your new URL, under your Admin account, disconnect Jetpack from WordPress.com (theres’ a disconnect button in the top right of the Jetpack Dashboard).
2. Reconnect. You may need to disable you caching plugin to get this to work (I’m seeing invalid XML responses being generated by your cache plugin currently).
3. Try connecting your users again after you’ve reconnected Jetpack.
For Sharing, each of the Sharing icons has a unique ID and a class name. You could write JS to attach to that, which waits for a click event, then tracks stats.
For Comments, you can look at the wp-comments-post.php file. There’s a filter, comment_post_redirect, which is one of the last filters that occurs before a comment is posted. You could likely attach to that to do what you want.