Title: Template issues
Last modified: August 21, 2016

---

# Template issues

 *  Resolved [vanalles](https://wordpress.org/support/users/vanalles/)
 * (@vanalles)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/template-issues-4/)
 * Why cannot my site behave like this [http://twentyfourteendemo.wordpress.com/](http://twentyfourteendemo.wordpress.com/)
 * My site seems to disappear when scrolling. [](http://dutchchurch.itsal.nl/)
 * Any ideas somebody?

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

 *  [Predrag – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support1/)
 * (@wpmudev-support1)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/template-issues-4/#post-4748265)
 * Hi [@vanalles](https://wordpress.org/support/users/vanalles/),
 * I checked your site and found the Twenty Fourteen theme CSS is conflicting with
   the CSS defined by wp auctions plugin that you have installed.
 * To fix this issue you can add following CSS code in the style.css file of your
   [child theme](http://codex.wordpress.org/Child_Themes) or add it in your site
   using the following plugin.
 * [http://wordpress.org/plugins/simple-custom-css](http://wordpress.org/plugins/simple-custom-css)
 *     ```
       #masthead {
       z-index: 1 !important;
       }
       ```
   
 * Best Regards,
 *  Thread Starter [vanalles](https://wordpress.org/support/users/vanalles/)
 * (@vanalles)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/template-issues-4/#post-4748337)
 * Thanks that worked.
 *  [Predrag – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support1/)
 * (@wpmudev-support1)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/template-issues-4/#post-4748338)
 * You are most welcome, if I can be of any further assistance please don’t hesitate
   to ask 🙂
 *  Thread Starter [vanalles](https://wordpress.org/support/users/vanalles/)
 * (@vanalles)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/template-issues-4/#post-4748339)
 * Can you help me please with my latest problem?
    Overnight all titles and other
   bits like categories on top of pages and posts have disappeared. The last plugin
   I have installed was Link manager, but I did not have the problems after installation.
   [http://dutchchurch.itsal.nl/](http://dutchchurch.itsal.nl/) If you know a solution?
 *  [Predrag – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support1/)
 * (@wpmudev-support1)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/template-issues-4/#post-4748383)
 * Hi [@vanalles](https://wordpress.org/support/users/vanalles/),
 * I visited your site [http://dutchchurch.itsal.nl/](http://dutchchurch.itsal.nl/)
   and found the titles are displaying properly and you have made the categories
   hidden by adding the following CSS code in your site.
 *     ```
       header .cat-links {
          display: none;
       }
       ```
   
 * To display categories either remove the above CSS code or add the following CSS
   code in your site.
 *     ```
       header .cat-links {
          display: block !important;
       }
       ```
   
 * Cheers,
 *  [Waldoctg](https://wordpress.org/support/users/waldoctg/)
 * (@waldoctg)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/template-issues-4/#post-4748385)
 * Hi [@wpmu](https://wordpress.org/support/users/wpmu/) DEV … I have a question
   in this forum: [https://wordpress.org/support/topic/how-do-i-make-the-space-between-the-widgets-not-so-much-white-space?replies=2](https://wordpress.org/support/topic/how-do-i-make-the-space-between-the-widgets-not-so-much-white-space?replies=2)
 * Would you mind responding? I’d really appreciate it!
 *  [Predrag – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support1/)
 * (@wpmudev-support1)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/template-issues-4/#post-4748390)
 * Hi [@waldoctg](https://wordpress.org/support/users/waldoctg/),
 * I have replied to your above topic.
 * Cheers,

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

The topic ‘Template issues’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/twentyfourteen/4.5/screenshot.
   png)
 * Twenty Fourteen
 * [Support Threads](https://wordpress.org/support/theme/twentyfourteen/)
 * [Active Topics](https://wordpress.org/support/theme/twentyfourteen/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/twentyfourteen/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/twentyfourteen/reviews/)

 * 7 replies
 * 3 participants
 * Last reply from: [Predrag – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support1/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/template-issues-4/#post-4748390)
 * Status: resolved