Title: CalEvans's Replies | WordPress.org

---

# CalEvans

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

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

 Search replies:

## Forum Replies Created

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

1 [2](https://wordpress.org/support/users/calevans/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/calevans/replies/page/3/?output_format=md)…
[5](https://wordpress.org/support/users/calevans/replies/page/5/?output_format=md)
[6](https://wordpress.org/support/users/calevans/replies/page/6/?output_format=md)
[7](https://wordpress.org/support/users/calevans/replies/page/7/?output_format=md)
[→](https://wordpress.org/support/users/calevans/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mailchimp List Subscribe Form] : Data did not match any of the schemas described in anyOf.](https://wordpress.org/support/topic/data-did-not-match-any-of-the-schemas-described-in-anyof/)
 *  [CalEvans](https://wordpress.org/support/users/calevans/)
 * (@calevans)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/data-did-not-match-any-of-the-schemas-described-in-anyof/page/2/#post-8277876)
 * totes sorry. I did not see page 2 of the thread. 🙂
 * My fault.
 * Lookin forward to the patch.
 * Cheers!
    =C=
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mailchimp List Subscribe Form] : Data did not match any of the schemas described in anyOf.](https://wordpress.org/support/topic/data-did-not-match-any-of-the-schemas-described-in-anyof/)
 *  [CalEvans](https://wordpress.org/support/users/calevans/)
 * (@calevans)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/data-did-not-match-any-of-the-schemas-described-in-anyof/page/2/#post-8276740)
 * I have just noticed that we are running into the same problem
 * Plugin Version: 1.5.1
    WordPress verison : 4.6.1
 * Mine is in a sidebar widget.
 * Mailchimp, any news on this? You seem to have gone silent on us here. 🙂
 * Cheers!
    =C=
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Scroll Triggered Boxes] Not working properly with MailChimp for WordPress](https://wordpress.org/support/topic/not-working-properly-with-mailchimp-for-wordpress/)
 *  [CalEvans](https://wordpress.org/support/users/calevans/)
 * (@calevans)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/not-working-properly-with-mailchimp-for-wordpress/#post-5492596)
 * I used the form that mailchimp gives on mailchimp.com instead of using the plugin.
   Works great for me. I did have to add
 * `onsubmit="jQuery('.stb-container').hide();return true;"`
 * to the form just so it would automatically hide the box on submit.
 * Cheers!
    =C=
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[P3 (Plugin Performance Profiler)] Could be much better](https://wordpress.org/support/topic/could-be-much-better/)
 *  Thread Starter [CalEvans](https://wordpress.org/support/users/calevans/)
 * (@calevans)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/could-be-much-better/#post-7883317)
 * Thanks. will try that.
 * =C=
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Session Manager] Nested arrays don't properly the update session's "dirty" flag](https://wordpress.org/support/topic/nested-arrays-dont-properly-the-update-sessions-dirty-flag/)
 *  [CalEvans](https://wordpress.org/support/users/calevans/)
 * (@calevans)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/nested-arrays-dont-properly-the-update-sessions-dirty-flag/#post-4544077)
 * I ran into the same issue. Here is how I solved it.
 * In class-wp-session.php, add this method to the class WP_Session
 *     ```
       public function isDirty()
       {
           $returnValue = false;
           foreach($this->container as $key=>$value) {
             $returnValue = $returnValue || $value->dirty;
           }
           return $returnValue;
       }
       ```
   
 * Then in the method write_data, change the
    `if ($this->dirty)` to `if ($this-
   >isDirty())`
 * It needs some work but I’m only using WP Session Manager for a single task at
   the moment so it work.
 * Cheers!
    =C=
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[FoxyShop] Where did FoxyShop go?](https://wordpress.org/support/topic/where-did-foxyshop-go/)
 *  Thread Starter [CalEvans](https://wordpress.org/support/users/calevans/)
 * (@calevans)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/where-did-foxyshop-go/#post-2684184)
 * Thanks for the update and thanks for a great plugin!
 * =C=
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Super Popup] [Plugin: WP Super Popup] Pop-up Not showing up in IE8/9](https://wordpress.org/support/topic/plugin-wp-super-popup-pop-up-not-showing-up-in-ie89/)
 *  [CalEvans](https://wordpress.org/support/users/calevans/)
 * (@calevans)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-wp-super-popup-pop-up-not-showing-up-in-ie89/#post-1738160)
 * Testing v0.9.3 with WP 3.0.4 and this issue has still not been resolved. Since
   the author has let it sit for 2 months now without a response, I’m probably going
   to have to look at other options.
 * Makes me wonder if the commercial code is any better. Either he/she fixed it 
   in the commercial version and refuses to back-port the code to sell more copies,
   or he/she can’t fix it. Neither scenario inspires confidence.
 * =C=
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [podPress Dead?](https://wordpress.org/support/topic/podpress-dead/)
 *  Thread Starter [CalEvans](https://wordpress.org/support/users/calevans/)
 * (@calevans)
 * [18 years ago](https://wordpress.org/support/topic/podpress-dead/#post-750786)
 * [@seek3r](https://wordpress.org/support/users/seek3r/),
 * Glad to hear it! Looking forward to the update.
 * =C=
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Update] AIM Status Indicator](https://wordpress.org/support/topic/update-aim-status-indicator/)
 *  Thread Starter [CalEvans](https://wordpress.org/support/users/calevans/)
 * (@calevans)
 * [20 years ago](https://wordpress.org/support/topic/update-aim-status-indicator/#post-323062)
 * [@chris](https://wordpress.org/support/users/chris/),
 * I use Trillian so no, you do not have to use AIM, you just have to connect to
   the AIM network.
 * =C=
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NEW] Notable – Social Bookmark/network plugin](https://wordpress.org/support/topic/new-notable-social-bookmarknetwork-plugin/)
 *  Thread Starter [CalEvans](https://wordpress.org/support/users/calevans/)
 * (@calevans)
 * [20 years, 2 months ago](https://wordpress.org/support/topic/new-notable-social-bookmarknetwork-plugin/page/3/#post-334948)
 * [@jneuenhaus](https://wordpress.org/support/users/jneuenhaus/),
    fochsenhirt 
   is right. Check your image path.
 * =C=
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NEW] Notable – Social Bookmark/network plugin](https://wordpress.org/support/topic/new-notable-social-bookmarknetwork-plugin/)
 *  Thread Starter [CalEvans](https://wordpress.org/support/users/calevans/)
 * (@calevans)
 * [20 years, 2 months ago](https://wordpress.org/support/topic/new-notable-social-bookmarknetwork-plugin/page/3/#post-334947)
 * Yep, it’s that time again. Time to dive in, grab the new code and beat it into
   submission.
 * I’ve updated [WP-NOTABLE](http://www.calevans.com/view.php/page/notable), part
   of the [BlogBling](http://blog.calevans.com/blog-bling/) line of plugins. I fixed
   a problem where it would reset your options each time you went to the admin page.
   I’ve also implemented support for [ma.gnolia.com](http://ma.gnolia.com/) thanks
   to their support department sending me the code.
 * You can download from the [Project Page](http://www.calevans.com/view.php/page/notable).
   Complete (and hopefully user friendly) instructions are there as well.
 * =C=
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NEW] Notable – Social Bookmark/network plugin](https://wordpress.org/support/topic/new-notable-social-bookmarknetwork-plugin/)
 *  Thread Starter [CalEvans](https://wordpress.org/support/users/calevans/)
 * (@calevans)
 * [20 years, 2 months ago](https://wordpress.org/support/topic/new-notable-social-bookmarknetwork-plugin/page/3/#post-334944)
 * [@jneuenhaus](https://wordpress.org/support/users/jneuenhaus/),
 * Hmmmm…Ok, I can’t reproduce the problem of the options not saving. (Currently
   on my blog, I have blogmarks turned off just to see.) I will leave it turned 
   off for a while and see if I can isolate the problem code. As to the problem 
   of them showing on a single row, try using the non-breaking space as the spacer
   between them or no space option. I’ve not run into that problem however the current
   version does have an option to allow you to specify how many icons per row with
   0 being all on one row.
 * @Carcasherdotcom,
 * Thanks for the kind words. I’ll add the option to remove the graphic and just
   show the ‘prepend’ text in an upcoming release. Thanks. That’s a great idea. 
   As for making the icons smaller, they are already 16×16. My old eyes don’t see
   much smaller than that. 🙂
 * Look for a new release this weekend.
 * =C=
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [digg this, add to delicious, furl this … plugin](https://wordpress.org/support/topic/digg-this-add-to-delicious-furl-this-plugin/)
 *  [CalEvans](https://wordpress.org/support/users/calevans/)
 * (@calevans)
 * [20 years, 2 months ago](https://wordpress.org/support/topic/digg-this-add-to-delicious-furl-this-plugin/#post-348783)
 * [@handy](https://wordpress.org/support/users/handy/),
 * One of my Notable users sent me this link this morning. It’s a very nice piece
   of code. I especially like the way he inserts them into the the content instead
   of requiring modification to the theme.
 * =C=
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NEW] Notable – Social Bookmark/network plugin](https://wordpress.org/support/topic/new-notable-social-bookmarknetwork-plugin/)
 *  Thread Starter [CalEvans](https://wordpress.org/support/users/calevans/)
 * (@calevans)
 * [20 years, 2 months ago](https://wordpress.org/support/topic/new-notable-social-bookmarknetwork-plugin/page/3/#post-334940)
 * Howdy Joel,
 * where the_loop is depends on your theme. if you are using a derivative of the
   kubrik theme, it’s most likely in index.php. If you ware using a derivative of
   k2 then there is a file called theloop.php.
 * In most cases you are looking for a line in your template that looks like this:
 * `<?php while (have_posts()) : the_post(); ?>`
 * That’s the beginning of theloop. Follow it from that point till you find where
   you want to put it.
 * =C=
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NEW] Notable – Social Bookmark/network plugin](https://wordpress.org/support/topic/new-notable-social-bookmarknetwork-plugin/)
 *  Thread Starter [CalEvans](https://wordpress.org/support/users/calevans/)
 * (@calevans)
 * [20 years, 2 months ago](https://wordpress.org/support/topic/new-notable-social-bookmarknetwork-plugin/page/3/#post-334938)
 * [@ack](https://wordpress.org/support/users/ack/),
 * Happy to be of service.
 * =C=

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

1 [2](https://wordpress.org/support/users/calevans/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/calevans/replies/page/3/?output_format=md)…
[5](https://wordpress.org/support/users/calevans/replies/page/5/?output_format=md)
[6](https://wordpress.org/support/users/calevans/replies/page/6/?output_format=md)
[7](https://wordpress.org/support/users/calevans/replies/page/7/?output_format=md)
[→](https://wordpress.org/support/users/calevans/replies/page/2/?output_format=md)