Jetpack Infinite Scrolling For Multiple Columns On Same Page?

I’ve checked the source code for Slim Jetpack and this task can not be accomplished without rewriting that plugin. Here are some hints: You’ll have to duplicate line 539 of ‘/modules/infinity-scroll/infinity.php’ stating: jQuery.extend( infiniteScroll.settings.scripts, <?php echo json_encode( $scripts ); ?> ); You’ll have to duplicate line 475 of ‘/modules/infinity-scroll/infinity.js’ as this initializes infinite scroll. (Do … Read more

Cannot activate Jetpack on my server

You may not have enough processes running. To test, try creating a file sleeper.php: <?php sleep(5); echo “Working fine\n”; And then run this from the cli: curl -m 6 http://example.com/sleeper.php & curl -m 6 http://example.com/sleeper.php & wait If there is only one process it will print out something like this: Working fine curl: (28) Operation … Read more

How to disable Jetpack modules such as Stats?

If you press the “Learn More” button for each Jetpack Module, you will get a “Deactivate” button showing up to the right. There is also a fork call Jetpack Lite http://wordpress.org/extend/plugins/jetpack-lite/ A NOT official “lite” fork of Jetpack plugin containing only Stats and WP.me Shortlinks modules. All other modules removed (files and code).