Title: WPHelpout's Replies | WordPress.org

---

# WPHelpout

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Virtue] The shop page is not displaying correctly](https://wordpress.org/support/topic/the-shop-page-is-not-displaying-correctly/)
 *  [WPHelpout](https://wordpress.org/support/users/wphelpoutcom/)
 * (@wphelpoutcom)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/the-shop-page-is-not-displaying-correctly/#post-7587008)
 * Hello,
 * Try adding this to your theme’s Custom CSS:
 *     ```
       .woocommerce-page .wrap.contentclass {
           max-width: 1140px;
           margin: 0 auto;
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] Child links can't be clicked on mobile dropdown menu](https://wordpress.org/support/topic/child-links-cant-be-clicked-on-mobile-dropdown-menu/)
 *  [WPHelpout](https://wordpress.org/support/users/wphelpoutcom/)
 * (@wphelpoutcom)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/child-links-cant-be-clicked-on-mobile-dropdown-menu/#post-7589621)
 * Hello,
 * Try adding this to your theme’s Custom CSS:
 *     ```
       @media (max-width: 979px) {
       .navbar .nav>li>a {
           display: inline;
       }
       .navbar .navbar-inner .nav li {
           display: inline;
       }}
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] Lost front-end customizr editor disappeared](https://wordpress.org/support/topic/lost-front-end-customizr-editor-disappeared/)
 *  [WPHelpout](https://wordpress.org/support/users/wphelpoutcom/)
 * (@wphelpoutcom)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/lost-front-end-customizr-editor-disappeared/#post-7587371)
 * Hello,
 * The file functions.php is not supposed to be copied to the child theme entirely.
   Normally only the functions that you edit are supposed to be part of the functions.
   php file in the child theme and not the entire file.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Chosen] Drop down menu not working on iphone](https://wordpress.org/support/topic/drop-down-menu-not-working-on-iphone/)
 *  [WPHelpout](https://wordpress.org/support/users/wphelpoutcom/)
 * (@wphelpoutcom)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/drop-down-menu-not-working-on-iphone/#post-7590046)
 * Hello,
 * Send us a link to your site?
 * Does that issue happen on the demo of the theme? Send us a link and [share a screenshot](http://ovo.li).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Home Page is not displayed correctly](https://wordpress.org/support/topic/home-page-is-not-displayed-correctly/)
 *  [WPHelpout](https://wordpress.org/support/users/wphelpoutcom/)
 * (@wphelpoutcom)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/home-page-is-not-displayed-correctly/#post-6896387)
 * Hello,
 * It would be hard to say without a closer look.
 * The only other suggestion I have is to ask your hosting provider to restore your
   site, they should have a backup of the site from a previous date where everything
   was working.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Home Page is not displayed correctly](https://wordpress.org/support/topic/home-page-is-not-displayed-correctly/)
 *  [WPHelpout](https://wordpress.org/support/users/wphelpoutcom/)
 * (@wphelpoutcom)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/home-page-is-not-displayed-correctly/#post-6896322)
 * Hello,
 * Have you tried deactivating all of your plugins and testing again?
 * You may try to enable the WP Debug mode to see if there are any errors.
 * It is possible that your theme is very old and using some deprecated methods 
   that are no longer compatible with WordPress 4.4
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Flat] Make the main nav background square smaller?](https://wordpress.org/support/topic/make-the-main-nav-background-square-smaller/)
 *  [WPHelpout](https://wordpress.org/support/users/wphelpoutcom/)
 * (@wphelpoutcom)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/make-the-main-nav-background-square-smaller/#post-6896321)
 * Hello,
 * Post a link to your site, we can take a look. 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [PSD Login form](https://wordpress.org/support/topic/psd-login-form/)
 *  [WPHelpout](https://wordpress.org/support/users/wphelpoutcom/)
 * (@wphelpoutcom)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/psd-login-form/#post-6896319)
 * Hello,
 * That would require some rather extensive coding if you are not familiar with 
   transforming PSD files to code.
 * I would recommend using a plugin such as Contact Form 7 to create your form. 
   There are several YouTube tutorials on that plugin on how to work with it.
 * Then, once you have created your form with that plugin you will need Custom CSS
   styling. You can ask a professional service to style the form for you or you 
   can come here on the forums and ask your questions about styling the form once
   the form is online. 🙂
 * Happy new year !:)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Rookie] add shadow to website](https://wordpress.org/support/topic/add-shadow-to-website/)
 *  [WPHelpout](https://wordpress.org/support/users/wphelpoutcom/)
 * (@wphelpoutcom)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/add-shadow-to-website/#post-6896762)
 * Hello,
 * In your theme’s Custom CSS area you can try adding this:
 *     ```
       .site-header {
           margin-bottom: 0px;
           -webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.75);
           -moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.75);
           box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.75);
       }
       ```
   
 * You can adjust the shadow by generating the code from this side: [http://www.cssmatic.com/box-shadow](http://www.cssmatic.com/box-shadow)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Can't see where to remove a theme logo](https://wordpress.org/support/topic/cant-see-where-to-remove-a-theme-logo/)
 *  [WPHelpout](https://wordpress.org/support/users/wphelpoutcom/)
 * (@wphelpoutcom)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/cant-see-where-to-remove-a-theme-logo/#post-6896761)
 * Hello,
 * If your theme has a Custom CSS area, add this bit of code to it:
 *     ```
       .nav-logo-wrap {
           display: none;
       }
       ```
   
 * Let us know if that helps. 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [HTML to WordPress – Twenty Sixteen Theme](https://wordpress.org/support/topic/html-to-wordpress-twenty-sixteen-theme/)
 *  [WPHelpout](https://wordpress.org/support/users/wphelpoutcom/)
 * (@wphelpoutcom)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/html-to-wordpress-twenty-sixteen-theme/#post-6896760)
 * Hello,
 * Send us a link to what you have done so far. We can take a look. 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Header(logo and menu) reappear on scroll and hover](https://wordpress.org/support/topic/headerlogo-and-menu-reappear-on-scroll-and-hover/)
 *  [WPHelpout](https://wordpress.org/support/users/wphelpoutcom/)
 * (@wphelpoutcom)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/headerlogo-and-menu-reappear-on-scroll-and-hover/#post-6896759)
 * Hello,
 * We have replied to you in this forum topic:
    [https://wordpress.org/support/topic/make-logomenu-reappear-on-scroll-up-and-hover?replies=1](https://wordpress.org/support/topic/make-logomenu-reappear-on-scroll-up-and-hover?replies=1)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Fourteen] Removing Left Sidebar](https://wordpress.org/support/topic/remove-left-sidebar-1/)
 *  [WPHelpout](https://wordpress.org/support/users/wphelpoutcom/)
 * (@wphelpoutcom)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/remove-left-sidebar-1/#post-6896758)
 * Thank you for sharing your idea. 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Theme Development – Navigation Menu](https://wordpress.org/support/topic/theme-development-navigation-menu/)
 *  [WPHelpout](https://wordpress.org/support/users/wphelpoutcom/)
 * (@wphelpoutcom)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/theme-development-navigation-menu/#post-6896757)
 * Hello,
 * Send us a link to your site, we can take a look.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Edin] Make logo/menu reappear on scroll up and hover](https://wordpress.org/support/topic/make-logomenu-reappear-on-scroll-up-and-hover/)
 *  [WPHelpout](https://wordpress.org/support/users/wphelpoutcom/)
 * (@wphelpoutcom)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/make-logomenu-reappear-on-scroll-up-and-hover/#post-6896756)
 * Hello,
 * You could try this, inside of your theme’s Custom CSS add this:
 *     ```
       @media screen and (min-width: 1100px) {
       #masthead {
           position: fixed;
           top: 0;
           z-index: 9;
           width: 100%;
       }
       #content {
           padding-top: 180px;
       }}
       ```
   
 * Or if your theme has no Custom CSS area add it to your style.css file at the 
   bottom of it.

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

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