Title: impof's Replies | WordPress.org

---

# impof

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Translate months on the WordPress Plugin Age Verify](https://wordpress.org/support/topic/translate-months-on-the-wordpress-plugin-age-verify/)
 *  [impof](https://wordpress.org/support/users/impof/)
 * (@impof)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/translate-months-on-the-wordpress-plugin-age-verify/#post-6757336)
 * Thnx! realy helped me out.
 * Dont replace the first line tho..
 * just replace
 *     ```
       $month_name = date( 'F', mktime( 0, 0, 0, $month, 1 ) );
       ```
   
 * By
 *     ```
       setlocale(LC_TIME, 'fr_FR');
       $month_name = ucfirst( utf8_encode( strftime( '%B', mktime( 0, 0, 0, $month, 1 ) ) ) );
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Advertica Lite] allways mobile display](https://wordpress.org/support/topic/allways-mobile-display/)
 *  Thread Starter [impof](https://wordpress.org/support/users/impof/)
 * (@impof)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/allways-mobile-display/#post-5682494)
 * Thnx for your reply Calvin
 * I added the custom css to the stylesheet but unfortunately it didnt work out
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Responsive-child not showing on mobile devices](https://wordpress.org/support/topic/responsive-child-not-showing-on-mobile-devices/)
 *  Thread Starter [impof](https://wordpress.org/support/users/impof/)
 * (@impof)
 * [12 years ago](https://wordpress.org/support/topic/responsive-child-not-showing-on-mobile-devices/#post-5185820)
 * I’m sorry this is the css that I added:
 *     ```
       /* =Theme customization starts here
           -------------------------------------------------------------- */
   
           #container {
       	width: 1010px;
       	max-width: 1010px;
       	border: 5px solid #f2ff75;
       	background-color: #9b7dc3;
       	padding: 0 40px ;
           }
   
           #logo {
       	width: 780px;
       	height: 127px;
       	background-color: #f9ff75;
       	margin-top: 14px;
       	border: 5px solid #fcff94;
           }
   
           #logo img {
       	display: block;
       	height: 120px;
       	width: 363px;
       	margin: 3px auto;
           }
   
           #top-widget {
       	width: 180px;
       	padding: 0;
       	margin-top: 13px;
       	margin-left: 5px;
       	text-align: left;
       	background-color: #f1f65d;
           }
   
           .menu-widget {
       	width: 180px;
       	position: relative;
           //	left: -8px;
       	top: 0px;
       	margin: 0px;
           }
   
           .widget_nav_menu li {
       	padding: 8px 0 9px 10px;
       	list-style: none;
           }
   
           .menu-item {
       	background-color: #A63F4A;
       	border: 1px solid #666666;
       	list-style: none;
           }
   
           .menu-item a {
       	color: #F2F872;
       	list-style: none;
           }
   
           #text-2 {
       	position: relative;
       	top: 15px;
           }
   
           .main-nav {
       	display: none;
           }
   
           #wrapper {
       	width: 740px;
       	position: relative;
       	top: -240px;
       	margin: 60px 0;
       	border: 5px solid #fcff94;
       	border-radius: 0;
       	background-image: url('http://shop.vmecentrum.nl/wp-content/uploads/2014/08/backLayerA_landscape_Wide.jpg');
           }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Responsive-child not showing on mobile devices](https://wordpress.org/support/topic/responsive-child-not-showing-on-mobile-devices/)
 *  Thread Starter [impof](https://wordpress.org/support/users/impof/)
 * (@impof)
 * [12 years ago](https://wordpress.org/support/topic/responsive-child-not-showing-on-mobile-devices/#post-5185814)
 * Update:
 * On Apple smartphones the website is displayed correctly, only on Android devices
   the website is just a blank page.
 * If I do a word search on my mobile phone it does actually find the words that
   Im searching for but it seems like there is a big white layer covering up the
   website itself.
 * Hope that anyone can suggest me some things to try!
 * Thnx
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Upload My File] Do the uploaded images become products or…?](https://wordpress.org/support/topic/do-the-uploaded-images-become-products-or/)
 *  Thread Starter [impof](https://wordpress.org/support/users/impof/)
 * (@impof)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/do-the-uploaded-images-become-products-or/#post-4167342)
 * No answer after 4 days?
 * Bad service

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