Title: cam5's Replies | WordPress.org

---

# cam5

  [  ](https://wordpress.org/support/users/cam5/)

 *   [Profile](https://wordpress.org/support/users/cam5/)
 *   [Topics Started](https://wordpress.org/support/users/cam5/topics/)
 *   [Replies Created](https://wordpress.org/support/users/cam5/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/cam5/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/cam5/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/cam5/engagements/)
 *   [Favorites](https://wordpress.org/support/users/cam5/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Disable Jetpack comments on specific pages](https://wordpress.org/support/topic/disable-jetpack-comments-on-specific-pages/)
 *  [cam5](https://wordpress.org/support/users/cam5/)
 * (@cam5)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/disable-jetpack-comments-on-specific-pages/#post-3238491)
 * I used a few lines in the `single-product-reviews.php` woocommerce template to
   unhook jetpack on only product pages:
 *     ```
       $jp = new Jetpack_Comments;
   
       remove_action('comment_form_before', array($jp, 'comment_form_before'));
       remove_action('comment_form_after', array($jp, 'comment_form_after'));
   
       comment_form( apply_filters( 'woocommerce_product_review_comment_form_args', $comment_form ) );
       ```
   
 * Just calling the `Jetpack_Comments` class and removing those actions before the`
   comment_form()` was enough to selectively deactivate ’em.
 * Note: your `single-product-reviews.php` might be in your themes `/woocommerce/`
   folder, or in the `/plugins/woocommerce/templates/` path.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Event Organiser] [Plugin: Event Organiser] After Update "All Events" Link in the Admin Backend does not exi](https://wordpress.org/support/topic/plugin-event-organiser-after-update-all-events-link-in-the-admin-backend-does-not-exist/)
 *  [cam5](https://wordpress.org/support/users/cam5/)
 * (@cam5)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-event-organiser-after-update-all-events-link-in-the-admin-backend-does-not-exist/#post-3040375)
 * Hey Kevin!
 * I was running a wordpress install locally on MAMP, and received this error. After
   banging my head on a wall trying wordpress-central solutions, I went to the MAMP
   landing page, in preparation to restart the server software, and saw the same
   error.
 * This tells me that it’s likely server related. If you can comfortably restart
   the server, give that a go – I bet it would fix it!
 * If you figured out a different solution, I’d be very curious to find out what
   you did!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [nav_menu doesn't appear in homepage](https://wordpress.org/support/topic/nav_menu-doesnt-appear-in-homepage/)
 *  [cam5](https://wordpress.org/support/users/cam5/)
 * (@cam5)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/nav_menu-doesnt-appear-in-homepage/page/2/#post-2745069)
 * [@thermatk](https://wordpress.org/support/users/thermatk/) – Thanks for the post&
   the explanation. You saved me!
 * If I were to paraphrase, could someone confirm?
 * > The pre_get_posts hook is called before every query – even nav queries – and
   > so, asking a nav menu to include custom post types is nonsensical, and results
   > in an error.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Possible Bug with Tumblr Importer](https://wordpress.org/support/topic/possible-bug-with-tumblr-importer/)
 *  [cam5](https://wordpress.org/support/users/cam5/)
 * (@cam5)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/possible-bug-with-tumblr-importer/#post-3050314)
 * Same thing goin’ down for me right now.
 * [This](http://tumblr2wordpress.benapps.net/) worked in the meantime. It spits
   out XML that you can put in the _wordpress_ importer.

Viewing 4 replies - 1 through 4 (of 4 total)