Title: Problem with header
Last modified: August 31, 2016

---

# Problem with header

 *  Resolved [simonlodijo](https://wordpress.org/support/users/simonlodijo/)
 * (@simonlodijo)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/problem-with-header-13/)
 * I updated to the new version of wordpress (4.5) but now I’m having trouble with
   the header of my website. When I first upload the website, the text in the header
   is double ([http://postimg.org/image/3lpthuo25](http://postimg.org/image/3lpthuo25)).
   After I scroll the issue dissapears, but still I want to fix it.

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

 *  [amerom](https://wordpress.org/support/users/amerom/)
 * (@amerom)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/problem-with-header-13/#post-7272691)
 * hi, I have the same problem. Tried removing all css regarding navigation, reinstalled
   polylang. Nothing helps :/
 * My site: [http://www.ameliaromanska.com/pl/](http://www.ameliaromanska.com/pl/)
 * Would be delighted with a solution!
 *  [shawnku](https://wordpress.org/support/users/shawnku/)
 * (@shawnku)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/problem-with-header-13/#post-7272775)
 * Hey guys,
 * Any word on a fix. I just noticed the same thing happening.
    Great looking site
   by the way Amerom.
 *  [amerom](https://wordpress.org/support/users/amerom/)
 * (@amerom)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/problem-with-header-13/#post-7272782)
 * @ shawnku – thanx
    re double menu: I still don’t know how to fix this but it 
   looks like the two different menus are displayed at one time. The temporary solution
   is to switch off one of them using one of this css:
 * .navbar-black-init {
    display: none }
 * .navbar {
    display: none; }
 * In one case when loading there is no menu till you start scrolling down. In the
   other menu is fixed but there is a logo on the bar from the very beginning.
 * If you find any better solution pls let me know.
 *  [lukodp](https://wordpress.org/support/users/lukodp/)
 * (@lukodp)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/problem-with-header-13/#post-7272826)
 * Hello,
 * The problem is in theme js file: responsive_boat_script.js which is not compatible
   with jquery 1.12.3 (WordPress 4.5)
    In line 141 where is:
 *     ```
       jQuery('#site-navigation a[href*=#]:not([href=#]), header.header a[href*=#]:not([href=#])').bind('click',function () {
       ```
   
 * should be:
 *     ```
       jQuery('#site-navigation a[href*="#"]:not([href="#"]), header.header a[href*="#"]:not([href="#"])').bind('click',function () {
       ```
   
 * As referred to this:
    [read-this-first-wordpress-45-master-list](https://wordpress.org/support/topic/read-this-first-wordpress-45-master-list?replies=7)
 *  [RENATO C OLIVEIRA](https://wordpress.org/support/users/iverifyu/)
 * (@iverifyu)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/problem-with-header-13/#post-7272829)
 * Thank you Amerom, I had the same problem and I just used
 * .navbar-black-init {
    display: none }
 * and it worked perfect. Its my first time posting in here but you guys have been
   of great help for the past 6 months or so, just updated WP and the child theme
   I was super scared to do so but it wasn’t all that bad, just some changes to 
   CSS and is looking the way it was. Anyways thank you guys.
 * [http://www.iverifyu.com ](http://iverifyu.com)
 *  [bobbykeefe](https://wordpress.org/support/users/bobbykeefe/)
 * (@bobbykeefe)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/problem-with-header-13/#post-7272853)
 * Thank you so much [@lukodp](https://wordpress.org/support/users/lukodp/), this
   worked perfectly!
 * I was a few days away from launching a new site, and finding this header issue
   so close to release was not pleasant! You saved me!
 * Thank you everyone who participated in this thread!
 *  [rodicaelena](https://wordpress.org/support/users/rodicaelena/)
 * (@rodicaelena)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/problem-with-header-13/#post-7272905)
 * Hello,
 * As mentioned in a previous thread:
 * We just released an update to fix this issue. But if you made changes to the 
   theme files and don’t want to update, and lose those changes you can follow this
   doc: [http://docs.themeisle.com/article/281-how-to-fix-issues-with-wordpress-4-5-in-responsiveboat-without-updating](http://docs.themeisle.com/article/281-how-to-fix-issues-with-wordpress-4-5-in-responsiveboat-without-updating).
 * Best regards,
    Rodica

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

The topic ‘Problem with header’ is closed to new replies.

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

## Tags

 * [responsive boat](https://wordpress.org/support/topic-tag/responsive-boat/)

 * 7 replies
 * 7 participants
 * Last reply from: [rodicaelena](https://wordpress.org/support/users/rodicaelena/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/problem-with-header-13/#post-7272905)
 * Status: resolved