Title: Chritchan's Replies | WordPress.org

---

# Chritchan

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/users/chritchan/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/chritchan/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CMP - Coming Soon & Maintenance Plugin by NiteoThemes] hook enable and disable with WP All Import](https://wordpress.org/support/topic/hook-enable-and-disable-with-wp-all-import/)
 *  Thread Starter [Chritchan](https://wordpress.org/support/users/chritchan/)
 * (@chritchan)
 * [4 years ago](https://wordpress.org/support/topic/hook-enable-and-disable-with-wp-all-import/#post-15770885)
 * Ho yes it’s possible! I’ve just found the solution.
    I hope that will help someone…
 * Compatible with CMP Version 4.1.2 and WP All Import Version 4.7.3
 *     ```
       function before_xml_import( $import_id ) {
           if ( class_exists( 'CMP_Coming_Soon_and_Maintenance' ) ) {
               update_option('niteoCS_status', '1');
               CMP_Coming_Soon_and_Maintenance::cmp_purge_cache();
           }
           /**
            * Do your other stuff
            */
       }
       add_action('pmxi_before_xml_import', 'before_xml_import', 10, 1);
   
       function after_xml_import( $import_id, $import ) {
           if ( class_exists( 'CMP_Coming_Soon_and_Maintenance' ) ) {
               update_option('niteoCS_status', '0');
               CMP_Coming_Soon_and_Maintenance::cmp_purge_cache();
           }
           /**
            * Do your other stuff
            */
       }
       add_action( 'pmxi_after_xml_import', 'after_xml_import', 10, 2 );
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Cart Stock Reducer] How to remove_action](https://wordpress.org/support/topic/how-to-remove_action/)
 *  Thread Starter [Chritchan](https://wordpress.org/support/users/chritchan/)
 * (@chritchan)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/how-to-remove_action/#post-13958811)
 * Thanks for your reply.
    I’m using [Goya](https://themeforest.net/item/goya-modern-woocommerce-theme/25175097).
   I’ve dropped your snippet in the function.php of the child theme and here is 
   the error :
 * `Fatal error: Uncaught Error: Call to a member function get_integration()`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ACF to REST API] ACF Options field values?](https://wordpress.org/support/topic/acf-options-field-values/)
 *  [Chritchan](https://wordpress.org/support/users/chritchan/)
 * (@chritchan)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/acf-options-field-values/#post-13281771)
 * Omg you safe my life!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ACF to REST API] Filter Options not visible in ACF](https://wordpress.org/support/topic/filter-options-not-visible-in-acf/)
 *  [Chritchan](https://wordpress.org/support/users/chritchan/)
 * (@chritchan)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/filter-options-not-visible-in-acf/#post-13281583)
 * Same for me … I’m very disapointed
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Map Route Planner] No routes found for given addresses. Please try again with correct addresses.](https://wordpress.org/support/topic/no-routes-found-for-given-addresses-please-try-again-with-correct-addresses/)
 *  Thread Starter [Chritchan](https://wordpress.org/support/users/chritchan/)
 * (@chritchan)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/no-routes-found-for-given-addresses-please-try-again-with-correct-addresses/#post-12668334)
 * [@halpernmr](https://wordpress.org/support/users/halpernmr/) I’ve found my problem…
   my Google API Key hasn’t the Direction API activated. You have to activate this
   API ([follow this tutorial](https://www.wpgmaps.com/documentation/enabling-directions-with-the-google-maps-api/)).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The GDPR Framework By Data443] Custom Form](https://wordpress.org/support/topic/custom-form-26/)
 *  Thread Starter [Chritchan](https://wordpress.org/support/users/chritchan/)
 * (@chritchan)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/custom-form-26/#post-10224102)
 * Hi there,
    Have you fixed the probleme ? do you want more details ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Search Meter] Please support translation](https://wordpress.org/support/topic/please-support-translation/)
 *  [Chritchan](https://wordpress.org/support/users/chritchan/)
 * (@chritchan)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/please-support-translation/#post-8265503)
 * Great ! I hope my work will help you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Search Meter] Please support translation](https://wordpress.org/support/topic/please-support-translation/)
 *  [Chritchan](https://wordpress.org/support/users/chritchan/)
 * (@chritchan)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/please-support-translation/#post-8254094)
 * [@bennettmcelwee](https://wordpress.org/support/users/bennettmcelwee/) i do some
   modifications and i mail you during this journey
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Multiple Passwords for Protected Pages] How to fix blank page after redirection](https://wordpress.org/support/topic/how-to-fix-blank-page-after-redirection/)
 *  Thread Starter [Chritchan](https://wordpress.org/support/users/chritchan/)
 * (@chritchan)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/how-to-fix-blank-page-after-redirection/#post-8252703)
 * That’s a pleasure !
    [@webpdq](https://wordpress.org/support/users/webpdq/) [@iniblogbudi](https://wordpress.org/support/users/iniblogbudi/)
   [@fcprac](https://wordpress.org/support/users/fcprac/) [@tkutscher](https://wordpress.org/support/users/tkutscher/)
 * [@juliobox](https://wordpress.org/support/users/juliobox/) can you upgrade your
   plugin to fix it ? 😉 Thanks bro !
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Search Meter] Please support translation](https://wordpress.org/support/topic/please-support-translation/)
 *  [Chritchan](https://wordpress.org/support/users/chritchan/)
 * (@chritchan)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/please-support-translation/#post-8252677)
 * Guys, i’ve allready prepare this plugin for localization to translate it in French.
 * [@bennettmcelwee](https://wordpress.org/support/users/bennettmcelwee/) are you
   interested in ?
 * ![Seach Meter Translated in French](https://i0.wp.com/www.chritchan.biz/search-
   meter-french.png)
    -  This reply was modified 9 years, 9 months ago by [Chritchan](https://wordpress.org/support/users/chritchan/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Multiple Passwords for Protected Pages] WordPress 4.5, plugin no longer works](https://wordpress.org/support/topic/wordpress-45-plugin-no-longer-works/)
 *  [Chritchan](https://wordpress.org/support/users/chritchan/)
 * (@chritchan)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/wordpress-45-plugin-no-longer-works/#post-7296484)
 * Hy guys !
 * if you have a blank page after the redirection, i’ve posted a [fix here](https://wordpress.org/support/topic/how-to-fix-blank-page-after-redirection?replies=1)
 * I hope that help you !
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Shortcodes in Sidebar Widgets] Not working for MyGPmaps shortcode](https://wordpress.org/support/topic/not-working-for-mygpmaps-shortcode/)
 *  [Chritchan](https://wordpress.org/support/users/chritchan/)
 * (@chritchan)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/not-working-for-mygpmaps-shortcode/#post-3440059)
 * Hey **bikesonshow**,
 * I’had the same problem and my poor solution was to call directly the function
   like this :
 * `echo mygpGeotagsGeoMetatags_getMap();`
 * Create and return map (based on current post) !
 * Hope this trick is helping you !
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GD Star Rating] Display average of a multiple rating in loop](https://wordpress.org/support/topic/display-average-of-a-multiple-rating-in-loop/)
 *  Thread Starter [Chritchan](https://wordpress.org/support/users/chritchan/)
 * (@chritchan)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/display-average-of-a-multiple-rating-in-loop/#post-3238024)
 * Hi Joe,
    Yes my code is still working. I’m in WordPress 3.6 and GD Star Rating
   1.9.22
 *     ```
       $gp_gdsr = wp_gdsr_rating_multi();
       if($gp_gdsr->rating != "0"){
       	wp_gdsr_multi_rating_average();
       	echo $gp_gdsr->rating;
       }
       ```
   
 * You’re inside of outside the loop ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GD Star Rating] Display average of a multiple rating in loop](https://wordpress.org/support/topic/display-average-of-a-multiple-rating-in-loop/)
 *  Thread Starter [Chritchan](https://wordpress.org/support/users/chritchan/)
 * (@chritchan)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/display-average-of-a-multiple-rating-in-loop/#post-3237918)
 * mmh … here is the awnser …
 * **Display a numeric value average**
 * [wp_gdsr_rating_multi](http://altair.udea.edu.co/cc/wp-content/plugins/gd-star-rating/info/functions.html#b862b074956e771c9afcb84f105e40a4)
 *     ```
       $gp_gdsr = wp_gdsr_rating_multi();
       echo $gp_gdsr->rating;
       ```
   
 * **Display a rating star average**
 * [wp_gdsr_multi_rating_average](http://altair.udea.edu.co/cc/wp-content/plugins/gd-star-rating/info/functions.html#8ad6b0a2d599cf70269dd8a668154e3c)
 *     ```
       wp_gdsr_multi_rating_average();
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Redirection] [Plugin: Redirection] Unable to export CSV](https://wordpress.org/support/topic/plugin-redirection-unable-to-export-csv/)
 *  [Chritchan](https://wordpress.org/support/users/chritchan/)
 * (@chritchan)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-redirection-unable-to-export-csv/#post-2734619)
 * I had to downgrade to 2.2.1O for export my datas 🙁

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/users/chritchan/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/chritchan/replies/page/2/?output_format=md)