Christopher Finke
Forum Replies Created
-
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Implementing Infinite ScrollIt looks like the Launch theme uses some different-than-expected
content-*.phpfiles, so this should mostly work:function launch_render_infinite_scroll() { while ( have_posts() ) { the_post(); $post_format = get_post_format(); get_template_part( $post_format ? 'content-post-' . $post_format : 'content-post-standard' ); } } add_theme_support( 'infinite-scroll', array( 'container' => 'primary', 'footer' => 'footer', 'wrapper' => false, 'render' => 'launch_render_infinite_scroll', ) );You may want to use Custom CSS to hide
.page-navigation, because it’s not in its own container, so it stays visible above the newly loaded posts.Steve and mannuforall, it’s likely that your problems were fixed by Jetpack 2.1.1, released last night. Can you try updating and let me know if that fixes the problem?
Can you make sure that you have the Carousel module enabled? If you do, can you post a link to a page where the problem is occurring?
The bug causing the array_key_exists error was fixed as of Jetpack 2.1.
gmfpanda, the issue you’re seeing sounds like a different problem. Could you start a new thread?
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Plugin not workingVersion 2.1.1 was released last night to address a similar issue; could you try updating to 2.1.1 and see if the problem persists?
Could you try disabling the Shortcode Embeds module in Jetpack?
Could you try reactivating Jetpack and then deactivating individual modules to see which one is causing the error? Likely candidates are Shortcode Embeds and Photon.
Also, if possible, could you post a screenshot of the shrunken videos?
The update I linked above was released a few minutes ago as 2.1.1 to address this issue. Sorry for the inconvenience.
Forum: Reviews
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] FATAL ERROR2.1.1 was released a few minutes ago to address this issue. Sorry for the inconvenience.
2.1.1 was released a few minutes ago. Sorry for the inconvenience.
Give this minor update a shot: http://downloads.wordpress.org/plugin/jetpack.2.1.1a1.zip
There is a bug in 2.1 that only affects sites that are upgrading from 1.9.2 or earlier. The version linked above is the same as 2.1, except it has a fix for that bug.
If you don’t want to install trunk (since changes may be made between now and when you download it), you can use this link: http://downloads.wordpress.org/plugin/jetpack.2.1.1a1.zip which is 2.1 plus a fix for the upgrade bug and nothing more.
dorde: If you can temporarily remove the Custom CSS and revert to the standard contact form shortcode, I’ll take a look.
dorde: Did you previously use any of the workarounds? If so, can you try disabling them?
If that doesn’t work, what is a URL of one of your pages with an ugly contact form?
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Form not working with 3.5(Marking as resolved.)