Title: Grant Kimball's Replies | WordPress.org

---

# Grant Kimball

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Newsletter Signup] Multisite](https://wordpress.org/support/topic/multisite-176/)
 *  Plugin Author [Grant Kimball](https://wordpress.org/support/users/yourlocalwebmaster/)
 * (@yourlocalwebmaster)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/multisite-176/#post-4921864)
 * I’m sorry to hear that plugin is not compatible with multiSite.
 * However, I do not have any plans in the future to make it multiSite compatible
   🙁
 * There is a lot of effort that goes into maintaining and upgrading plugins and
   unfortunately I have a baby on the way and time escapes me these days.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Simple Vimeo Shortcode] what ?](https://wordpress.org/support/topic/what-16/)
 *  Plugin Author [Grant Kimball](https://wordpress.org/support/users/yourlocalwebmaster/)
 * (@yourlocalwebmaster)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/what-16/#post-7883885)
 * Hey there… The shortcodes are in the FAQ section
    10,000+ people figured that
   one out lol [ylwm_vimeo autoplay=”true”]1234567[/ylwm_vimeo]
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Newsletter Signup] How to keep newsletter box on original page after submitting form?](https://wordpress.org/support/topic/how-to-keep-newsletter-box-on-original-page-after-submitting-form/)
 *  Plugin Author [Grant Kimball](https://wordpress.org/support/users/yourlocalwebmaster/)
 * (@yourlocalwebmaster)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/how-to-keep-newsletter-box-on-original-page-after-submitting-form/#post-4529125)
 * Yes, you would need to post the form with jQuery or Javascript through Ajax to
   achieve this.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Newsletter Signup] How to keep newsletter box on original page after submitting form?](https://wordpress.org/support/topic/how-to-keep-newsletter-box-on-original-page-after-submitting-form/)
 *  Plugin Author [Grant Kimball](https://wordpress.org/support/users/yourlocalwebmaster/)
 * (@yourlocalwebmaster)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/how-to-keep-newsletter-box-on-original-page-after-submitting-form/#post-4528937)
 * Can you send me a URL so that I may test it? It has been a while since I have
   used the plugin myself 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Logo Slider] Plugin Configuration Menu broken.](https://wordpress.org/support/topic/plugin-configuration-menu-broken/)
 *  [Grant Kimball](https://wordpress.org/support/users/yourlocalwebmaster/)
 * (@yourlocalwebmaster)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/plugin-configuration-menu-broken/page/3/#post-3603966)
 * Maeve, good job! I will check it out when I get back to my desktop.
 * Thanks for the fix, and ignore the ignorant folks out there;)
 * Grant
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Logo Slider] Plugin Configuration Menu broken.](https://wordpress.org/support/topic/plugin-configuration-menu-broken/)
 *  [Grant Kimball](https://wordpress.org/support/users/yourlocalwebmaster/)
 * (@yourlocalwebmaster)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/plugin-configuration-menu-broken/page/3/#post-3603958)
 * Not a problem Maeve, I live to help others 😀
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Logo Slider] Plugin Configuration Menu broken.](https://wordpress.org/support/topic/plugin-configuration-menu-broken/)
 *  [Grant Kimball](https://wordpress.org/support/users/yourlocalwebmaster/)
 * (@yourlocalwebmaster)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/plugin-configuration-menu-broken/page/3/#post-3603956)
 * and that was my rushed rough hack of a fix 🙂 sorry for typo’s / brevity.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Logo Slider] Plugin Configuration Menu broken.](https://wordpress.org/support/topic/plugin-configuration-menu-broken/)
 *  [Grant Kimball](https://wordpress.org/support/users/yourlocalwebmaster/)
 * (@yourlocalwebmaster)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/plugin-configuration-menu-broken/page/2/#post-3603955)
 * Maeve,
 * The issue regarding the menu configuration display / functionality lies in the
   $data[‘thumbnail’] call on line 287 of logo-slider.php
 * Will Yield ERROR:
    <input type=”hidden” name=”wp_logo_slider_images[‘<?php echo
   $image; ?>’][‘thumbnail’]” value=”<?php echo $data[‘thumbnail’]; ?>” />
 * commenting out the echo, will fix error:
    <input type=”hidden” name=”wp_logo_slider_images[‘
   <?php echo $image; ?>’][‘thumbnail’]” value=”<?php //echo $data[‘thumbnail’];?
   >” />
 * Clearly, this is probably not the only issue. It looks like the thumbnails themselves
   aren;t being created on some installs.
 * After more research, I found that IMAGE_RESIZE is deprecated:)
 * Therefore you need to remove image_resize function and replace with instantion
   of wp_get_image_editor()
 * i.e.
 *  $image = wp_get_image_editor( ‘cool_image.jpg’ );
    if ( ! is_wp_error( $image)){
   $image->rotate( 90 ); $image->resize( 300, 300, true ); $image->save( ‘new_image.
   jpg’ ); }
 * Please see this page: [https://codex.wordpress.org/Class_Reference/WP_Image_Editor](https://codex.wordpress.org/Class_Reference/WP_Image_Editor)
 * I would totally help but I am swamped 🙁
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Vimeo Shortcode] inserted video ID video not available](https://wordpress.org/support/topic/inserted-video-id-video-not-available/)
 *  Plugin Author [Grant Kimball](https://wordpress.org/support/users/yourlocalwebmaster/)
 * (@yourlocalwebmaster)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/inserted-video-id-video-not-available/#post-3771165)
 * SOOO sorry for the delay Peter, WP has not been sending me notifications.
 * Were you able to get this working?
 * If not, please make sure the vimeo ID is in between the shortcodes.
 * i.e. [ylwm_vimeo]123456567[/ylwm_vimeo] (with no spaces)
 * Let me know if this helps,
 * Grant
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Vimeo Shortcode] Removing Vimeo Logo](https://wordpress.org/support/topic/removing-vimeo-logo/)
 *  Plugin Author [Grant Kimball](https://wordpress.org/support/users/yourlocalwebmaster/)
 * (@yourlocalwebmaster)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/removing-vimeo-logo/#post-3805065)
 * Sorry for the delayed response, I do not get notifications from WP.
 * I believe you are stuck with the logo. After all, that is their means of marketing.
 * I just updated the plugin to allow autoplay.
 * usage:
 * [ylwm_vimeo autoplay=true]20689704[/ylwm_vimeo]
 * Hope this helps!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-PostRatings] [Plugin: WP-PostRatings] Failed To Verify Referrer](https://wordpress.org/support/topic/plugin-wp-postratings-failed-to-verify-referrer-1/)
 *  [Grant Kimball](https://wordpress.org/support/users/yourlocalwebmaster/)
 * (@yourlocalwebmaster)
 * [13 years ago](https://wordpress.org/support/topic/plugin-wp-postratings-failed-to-verify-referrer-1/page/2/#post-2772564)
 * Download Firebug for Firefox, or any browser console reporting tool. Find out
   what the class/id/elements are, and style accordingly. You can even `display:
   none !important;` the error I’m sure..
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-PostRatings] [Plugin: WP-PostRatings] Failed To Verify Referrer](https://wordpress.org/support/topic/plugin-wp-postratings-failed-to-verify-referrer-1/)
 *  [Grant Kimball](https://wordpress.org/support/users/yourlocalwebmaster/)
 * (@yourlocalwebmaster)
 * [13 years ago](https://wordpress.org/support/topic/plugin-wp-postratings-failed-to-verify-referrer-1/page/2/#post-2772562)
 * [@danielg](https://wordpress.org/support/users/danielg/) Sanz
    I’m not too sure
   that made much sense. What are you trying to accomplish? Styling the plugin? 
   Or translating the plugin to your own language? Further more, by language do 
   you mean programming? Or dialectal language?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-PostRatings] [Plugin: WP-PostRatings] Failed To Verify Referrer](https://wordpress.org/support/topic/plugin-wp-postratings-failed-to-verify-referrer-1/)
 *  [Grant Kimball](https://wordpress.org/support/users/yourlocalwebmaster/)
 * (@yourlocalwebmaster)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/plugin-wp-postratings-failed-to-verify-referrer-1/#post-2772559)
 * [@devang](https://wordpress.org/support/users/devang/).solanki
 * Have you resolved this issue?
 * Are you positive their are no white spaces in your code outside of the:
 * `<?php ?>` tags?
 * That’s what usually causes this error.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Simple Newsletter Signup] Improvements needed](https://wordpress.org/support/topic/improvements-needed/)
 *  Plugin Author [Grant Kimball](https://wordpress.org/support/users/yourlocalwebmaster/)
 * (@yourlocalwebmaster)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/improvements-needed/#post-7753680)
 * Geoff, Appreciate the feedback. These will be solved in the next version.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-PageNavi] Navigation isn't showed anywhere](https://wordpress.org/support/topic/navigation-isnt-showed-anywhere/)
 *  [Grant Kimball](https://wordpress.org/support/users/yourlocalwebmaster/)
 * (@yourlocalwebmaster)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/navigation-isnt-showed-anywhere/#post-3513994)
 * First off, make a back up (if you’d like) just to make sure you don’t harm any
   template files.
 * second, looks like you can just replace everything you have there with this… 
   If you are running the same condition within a condition that doesn’t matter,
   its pointless 🙂
 *     ```
       <div class="navigation clearfix">
       <?php
       $page_navi = function_exists('wp_pagenavi') ? true : false ;
       ($page_navi) ? wp_pagenavi() : posts_nav_link();?>
       </div>
       ```
   
 * This is really based on your template though. But the above code should work 
   fine.

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

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