Title: wordpresschamp's Replies | WordPress.org

---

# wordpresschamp

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Store Locator] Pins don't display popup Info, More Info broken as well](https://wordpress.org/support/topic/pins-dont-display-popup-info-more-info-broken-as-well/)
 *  Thread Starter [wordpresschamp](https://wordpress.org/support/users/wordpresschamp/)
 * (@wordpresschamp)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/pins-dont-display-popup-info-more-info-broken-as-well/#post-5777471)
 * It was Jetpack, but I still haven’t pinpointed what specifically in it was causing
   the issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Store Locator] Pins don't display popup Info, More Info broken as well](https://wordpress.org/support/topic/pins-dont-display-popup-info-more-info-broken-as-well/)
 *  Thread Starter [wordpresschamp](https://wordpress.org/support/users/wordpresschamp/)
 * (@wordpresschamp)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/pins-dont-display-popup-info-more-info-broken-as-well/#post-5777356)
 * I think it’s something in Jetpack causing it, but can’t figure out what. Turning
   that off fixes it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] CF7 adds email and name to MyMail list](https://wordpress.org/support/topic/cf7-adds-email-and-name-to-mymail-list/)
 *  Thread Starter [wordpresschamp](https://wordpress.org/support/users/wordpresschamp/)
 * (@wordpresschamp)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/cf7-adds-email-and-name-to-mymail-list/#post-4925427)
 * Awesome. Thanks ever so much! I will play around with it and try to get it working
   on my setup.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] CF7 adds email and name to MyMail list](https://wordpress.org/support/topic/cf7-adds-email-and-name-to-mymail-list/)
 *  Thread Starter [wordpresschamp](https://wordpress.org/support/users/wordpresschamp/)
 * (@wordpresschamp)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/cf7-adds-email-and-name-to-mymail-list/#post-4925416)
 * Thanks.
    I still don’t get how to use the code. I understand to put it in functions.
   php, but is that for the theme or the plugins functions.php. And where in the
   file, beginning, end, certain section, before a specific line? Also, how do you
   edit the code to work with a specific form you created or a specific newsletter
   you created? It still seems so confusing. I tried playing around with it thinking
   of those questions, but was never able to get it working. 🙁
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] CF7 adds email and name to MyMail list](https://wordpress.org/support/topic/cf7-adds-email-and-name-to-mymail-list/)
 *  Thread Starter [wordpresschamp](https://wordpress.org/support/users/wordpresschamp/)
 * (@wordpresschamp)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/cf7-adds-email-and-name-to-mymail-list/#post-4925414)
 * No and I’m still looking. I found some code somewhere, but couldn’t figure out
   how to use it. Apparently, this is the answer we’re looking for.
 * /*
    * requires a checkbox with the name “newsletter” in your CF7 */ function 
   wpcf7_my_validate( $result, $tag ) { $type = $tag[‘type’]; $name = $tag[‘name’];
 *  if ( ’ncf’_form == $name ) {
    $subscribe = isset($_POST[$name]);
 *  if(function_exists(‘mymail_subscribe’) && $subscribe){
    $email = $_POST[’email’];
   $userdata = array( ‘ncf_name_field’ => $_POST[‘firstname’], ‘ncf_email_field’
   => $_POST[‘email’], ); $listname = “newsletter-subscribers”; mymail_subscribe(
   $email, $userdata, $listname); } }
 *  return $result;
    } add_filter( ‘wpcf7_validate_checkbox’, ‘wpcf7_my_validate’,
   10, 2 );
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Shortcodes] My Shortcodes is becoming Caldera Engine – help needed](https://wordpress.org/support/topic/my-shortcodes-is-becoming-caldera-engine-help-needed/)
 *  [wordpresschamp](https://wordpress.org/support/users/wordpresschamp/)
 * (@wordpresschamp)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/my-shortcodes-is-becoming-caldera-engine-help-needed/#post-4501701)
 * Thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Shortcodes] My Shortcodes is becoming Caldera Engine – help needed](https://wordpress.org/support/topic/my-shortcodes-is-becoming-caldera-engine-help-needed/)
 *  [wordpresschamp](https://wordpress.org/support/users/wordpresschamp/)
 * (@wordpresschamp)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/my-shortcodes-is-becoming-caldera-engine-help-needed/#post-4501699)
 * No offense, but you go to calderaengine.com and you can’t tell what the hell 
   your plugin does or is. Had I not seen My Shortcodes first, I would have been
   lost.
 * Please update My Shortcodes. I would pay for this plugin to just be compatible
   with the latest WordPress and be free of bugs.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Shortcodes] Alignment of icon in WP3.8 admin menu](https://wordpress.org/support/topic/alignment-of-icon-in-wp38-admin-menu/)
 *  [wordpresschamp](https://wordpress.org/support/users/wordpresschamp/)
 * (@wordpresschamp)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/alignment-of-icon-in-wp38-admin-menu/#post-4421264)
 * Yes, please update this.
 * Is this plugin no longer being worked on?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Shortcodes] Alignment of icon in WP3.8 admin menu](https://wordpress.org/support/topic/alignment-of-icon-in-wp38-admin-menu/)
 *  [wordpresschamp](https://wordpress.org/support/users/wordpresschamp/)
 * (@wordpresschamp)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/alignment-of-icon-in-wp38-admin-menu/#post-4421256)
 * I’m also interested in this update.

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