Title: Snader86's Replies | WordPress.org

---

# Snader86

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[matrix] No scrolling in Chrome Mobile](https://wordpress.org/support/topic/no-scrolling-in-chrome-mobile/)
 *  [Snader86](https://wordpress.org/support/users/snader86/)
 * (@snader86)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/no-scrolling-in-chrome-mobile/#post-7086972)
 * I’m using the Chrome webbrowser on a LG G3, but I can’t scroll Amy further than
   on the image below.
 * [screenshot](http://vimage.nu/images/uploads/626071160404443.png)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[matrix] No scrolling in Chrome Mobile](https://wordpress.org/support/topic/no-scrolling-in-chrome-mobile/)
 *  [Snader86](https://wordpress.org/support/users/snader86/)
 * (@snader86)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/no-scrolling-in-chrome-mobile/#post-7086963)
 * I have the exact same problem. The website works fine on Chrome Desktop and iPad,
   but on Chrome Mobile there is no scrolling possible.
 * I’m using the latest version.
 * [http://goo.gl/4Ss2b1](http://goo.gl/4Ss2b1)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Swift SMTP (formerly Welcome Email Editor)] New user don't receive my welcome email](https://wordpress.org/support/topic/new-user-dont-receive-my-welcome-email/)
 *  [Snader86](https://wordpress.org/support/users/snader86/)
 * (@snader86)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/new-user-dont-receive-my-welcome-email/#post-6596745)
 * I’m also having problems.
 * WordPress 4.3.1
    Plugin: 4.6
 * The welcome email is not being send, and when using the request password option,
   I get an e-mail displaying [reset_pass_url] instead of the actual URL.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[First] Header image not. working](https://wordpress.org/support/topic/header-image-not-working-2/)
 *  Thread Starter [Snader86](https://wordpress.org/support/users/snader86/)
 * (@snader86)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/header-image-not-working-2/#post-5309624)
 * If you open the header.php the following code is used to display the header image:
 *     ```
       <?php if ( is_home() && get_header_image() ) : ?>
       		<div id="header-image" class="header-image">
       			<img src="<?php header_image(); ?>" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="">
       		</div><!-- #header-image -->
       		<?php elseif ( is_page() && has_post_thumbnail() ) : ?>
       		<div id="header-image" class="header-image">
       			<?php the_post_thumbnail( 'first-page-thumbnail' ); ?>
   
       		</div><!-- #header-image -->
       		<?php endif; ?>
       ```
   
 * If you remove this code, and replace it with the following you can use your own
   image. The only downside is that you can’t use the theme customizer to change
   the image.
 *     ```
       <div id="header-image" class="header-image">
       		<img src="http://www.yoursite.com/image.jpg" height="200"  width="1220">
       		</div>
       ```
   
 * You can change the URL, height and width of the image accordingly.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[First] Header image not. working](https://wordpress.org/support/topic/header-image-not-working-2/)
 *  Thread Starter [Snader86](https://wordpress.org/support/users/snader86/)
 * (@snader86)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/header-image-not-working-2/#post-5309555)
 * The TwentyeEleven theme is working just fine. I’ve managed to “solve” the problem,
   by changing the header image in the header.php instead of using the theme customizer.
 * It’s not the best solution, but it works.

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