Tim Moore
Forum Replies Created
-
Are you running any caching plugins?
Thanks for the feedback, also. I’ve passed this along to the development team.
What is your site URL? If you’d prefer to keep that private, please send in a ticket via the contact URL on our support page.
Forum: Fixing WordPress
In reply to: The loading title thing… Is there a straight answer out there?We’re aware of the issue and have a fix coming in the next release of Jetpack (no ETA yet). The problem isn’t anything to be concerned about; it is just a fix in how we report the site stats to you.
Forum: Plugins
In reply to: [WP-Table Reloaded] [wp-table-reloaded ] problem with jetpack subscriptionsShortcodes in emails via the Jetpack subscriptions module aren’t currently supported. I’ll pass this along to the development team for consideration in a future release.
Forum: Plugins
In reply to: JETPACK Subscriber plugin/widgetThis usually happens if you try to connect Jetpack while DNS changes are still happening. If you move the site’s DNS, it’ll take 24-72 hours to update fully, during which time Jetpack may have trouble connecting (as you’ve seen).
If you are still having trouble outside of that window, let us know and we can look further.
This isn’t currently possible; I’ve sent the feedback along to the development team for consideration in a future update. Thanks!
Have you made any modifications to the Twenty Ten theme? If you are using the Sharing module, what services are you using?
Forum: Plugins
In reply to: Jetpack and subscriptionsIf you could list the following, it would be very helpful:
– What is the exact problem you are running into?
– What browser are you using when the problem occurs?
– What other plugins are you using?
– What versions of Jetpack and WordPress are you using?The PHP fatal error from your first log message indicates that the file “twitter-widget.php” was either missing or not readable by the server. That would suggest something is getting changed server-side that is breaking Jetpack’s ability to fully load.
Do you have any other plugins loaded?
What browser are you using? Could you switch temporarily to one of the default themes (TwentyTen or TwentyEleven) and see if the issue persists?
Forum: Fixing WordPress
In reply to: Jetpack Installed and connected but now presents errorDo you have the Sharedaddy plugin installed separately from Jetpack, by chance?
Forum: Plugins
In reply to: Jetpack Subscriptions – shortcode?Thanks for the feedback. I’ve passed this along to the development team for consideration in a future update.
Forum: Networking WordPress
In reply to: WordPress Multi w/ 4 addons @ BluehostYes, the domain mapping plugin is the place to go for what you want to do.
Forum: Networking WordPress
In reply to: Blog ID always returns 1Try using:
global $wpdb; switch_to_blog( $wpdb->blogid ); ... restore_current_blog();