Title: GitHub repo?
Last modified: August 21, 2016

---

# GitHub repo?

 *  Resolved [enollo](https://wordpress.org/support/users/enollo/)
 * (@enollo)
 * [12 years ago](https://wordpress.org/support/topic/github-repo-4/)
 * Hi,
 * Would you be able to add a GitHub repo to allow others to patch issues?
 * Thanks.
 * [https://wordpress.org/plugins/woocommerce-products-per-page/](https://wordpress.org/plugins/woocommerce-products-per-page/)

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

 *  Plugin Author [Jeroen Sormani](https://wordpress.org/support/users/sormano/)
 * (@sormano)
 * [12 years ago](https://wordpress.org/support/topic/github-repo-4/#post-4881075)
 * Hi enollo,
 * For now I don’t have plans to create a Repo for this plugin. I want to keep support
   on one place as long as possible.
 * If you have an issue please post it here, or you can send me an e-mail (may include
   code).
 * But thanks for the thoughts 🙂
 *  Thread Starter [enollo](https://wordpress.org/support/users/enollo/)
 * (@enollo)
 * [12 years ago](https://wordpress.org/support/topic/github-repo-4/#post-4881146)
 * Hi Sormano,
 * That’s unfortunate but understandable.
 * I ran into an issue with the Genesis framework, seeing the following notices:
 *     ```
       NOTICE: UNDEFINED PROPERTY: STDCLASS::$TERM_ID IN /.../.../WOOCOMMERCE-PRODUCTS-PER-PAGE/OBJECTS/WPPP-DROPDOWN.PHP ON LINE 30
   
        NOTICE: UNDEFINED INDEX: BEHAVIOUR IN /.../.../WOOCOMMERCE-PRODUCTS-PER-PAGE/OBJECTS/WPPP-DROPDOWN.PHP ON LINE 32
   
       NOTICE: UNDEFINED VARIABLE: ACTION IN /.../.../WOOCOMMERCE-PRODUCTS-PER-PAGE/OBJECTS/WPPP-DROPDOWN.PHP ON LINE 40
       ```
   
 * These do not show up with two other themes I have tested it with so I assume 
   it might be Genesis specific. Either way, changing the if/esleif in wppp_create_object()
   a bit helped:
 *     ```
       $action = '';
       if ( isset($cat->term_id) && true == $cat->term_id && isset($this->options['behaviour']) && true == $this->options['behaviour'] && isset($cat->taxonomy) && 'product_cat' == $cat->taxonomy ) :
          $action = ' action="' . get_term_link( $cat->term_id, 'product_cat' ) . $query_string . '"';
       elseif ( isset($this->options['behaviour']) && true == $this->options['behaviour'] ) :
          $action = 'action="' . get_permalink( woocommerce_get_page_id( 'shop' ) ) . $query_string . '"';
       endif;
       ```
   
 * Cheers,
 * Tamara
 *  Plugin Author [Jeroen Sormani](https://wordpress.org/support/users/sormano/)
 * (@sormano)
 * [12 years ago](https://wordpress.org/support/topic/github-repo-4/#post-4881184)
 * Hi Tamara,
 * Thanks for taking the time to figure it out.
 * I’ve contacted the guys of Genesis to see why this only appears in Genesis.
 * I will probably put an update out this weekend with your fix (if i’ve gotten 
   an answer of genesis 🙂 ).
 * I do believe it is unusual to get notices on live websites? Do you have WP_DEBUG
   on?
 * Greets,
 * Jeroen
 *  Thread Starter [enollo](https://wordpress.org/support/users/enollo/)
 * (@enollo)
 * [12 years ago](https://wordpress.org/support/topic/github-repo-4/#post-4881186)
 * Hi Jeroen,
 * I’m actually developing a website for a client so it is quite normal that I see
   notices 🙂
 * Thanks for looking into this. Let me know what they say.
 * Cheers,
 * Tamara
 *  Plugin Author [Jeroen Sormani](https://wordpress.org/support/users/sormano/)
 * (@sormano)
 * [12 years ago](https://wordpress.org/support/topic/github-repo-4/#post-4881212)
 * Hi Tamara,
 * Just released an update (1.0.10) with fixes with notices with debug mode on.
 * Let me know how that works out for you.
 * Greets,
 * Jeroen
 *  Thread Starter [enollo](https://wordpress.org/support/users/enollo/)
 * (@enollo)
 * [12 years ago](https://wordpress.org/support/topic/github-repo-4/#post-4881213)
 * Hi Jeroen,
 * It works great! Thank you.
 * I’m curious, did you find out why it was Genesis specific?
 * Thanks,
 * Tamara
 *  Plugin Author [Jeroen Sormani](https://wordpress.org/support/users/sormano/)
 * (@sormano)
 * [12 years ago](https://wordpress.org/support/topic/github-repo-4/#post-4881214)
 * Hi Tamara,
 * I did not go into full detail why its visible on Genesis, my guess is that either
   Genesis or Twenty Twelve (dev theme is use) has some STRICT settings different
   or something.
 * Greets,
 * Jeroen

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

The topic ‘GitHub repo?’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-products-per-page/assets/icon-256x256.jpg?rev
   =1090359)
 * [Products Per Page for WooCommerce](https://wordpress.org/plugins/woocommerce-products-per-page/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-products-per-page/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-products-per-page/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-products-per-page/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-products-per-page/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-products-per-page/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [Jeroen Sormani](https://wordpress.org/support/users/sormano/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/github-repo-4/#post-4881214)
 * Status: resolved