Title: wordpresssmith's Replies | WordPress.org

---

# wordpresssmith

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Add a Link beside Forgot Password on Login Form or Login_Message Filter](https://wordpress.org/support/topic/add-a-link-beside-forgot-password-on-login-form-or-login_message-filter/)
 *  Thread Starter [wordpresssmith](https://wordpress.org/support/users/wordpresssmith/)
 * (@wordpresssmith)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/add-a-link-beside-forgot-password-on-login-form-or-login_message-filter/#post-1591587)
 * Got it. For some reason, it wasn’t wrapping the message in the correct class.
   So I changed it:
 *     ```
       function custom_login_message() {
       $message = "<p class='message'>Welcome, if you haven't already, you need to <a href='LINK'>request</a> to be accepted to alpha viewing.</p><br />";
       return $message;
       }
       add_filter('login_message', 'custom_login_message');
       ?>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] [Plugin: NextGEN Gallery] why doesn't my slideshow work but my gallery does?](https://wordpress.org/support/topic/plugin-nextgen-gallery-why-doesnt-my-slideshow-work-but-my-gallery-does/)
 *  [wordpresssmith](https://wordpress.org/support/users/wordpresssmith/)
 * (@wordpresssmith)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-why-doesnt-my-slideshow-work-but-my-gallery-does/#post-1590333)
 * I had a similar issue and it was solved when I got rid of any spaces in my image
   names, e.g. changed Picture 01.jpg to Picture01.jpg.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] [Plugin: NextGEN Gallery] Adding Comments to Image/Photo](https://wordpress.org/support/topic/plugin-nextgen-gallery-adding-comments-to-imagephoto/)
 *  Thread Starter [wordpresssmith](https://wordpress.org/support/users/wordpresssmith/)
 * (@wordpresssmith)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-adding-comments-to-imagephoto/#post-1590852)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] [Plugin: NextGEN Gallery] PHP code for inserting NextGEN into a theme template](https://wordpress.org/support/topic/plugin-nextgen-gallery-php-code-for-inserting-nextgen-into-a-theme-template/)
 *  Thread Starter [wordpresssmith](https://wordpress.org/support/users/wordpresssmith/)
 * (@wordpresssmith)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-php-code-for-inserting-nextgen-into-a-theme-template/#post-1590329)
 * ‘<?php echo do_shortcode(‘[slideshow id=x w=width h=height]’); ?>’ works. I had
   another error!

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