Title: Menu Issues &amp; Theme Version
Last modified: August 22, 2016

---

# Menu Issues & Theme Version

 *  Resolved [healthcoachcircle](https://wordpress.org/support/users/healthcoachcircle/)
 * (@healthcoachcircle)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/menu-issues-theme-version/)
 * Hi, I am a website designer and have built out several sites using this theme.
   I am running into problems recently with not being able to add new menu items.
   I add it to the menu but it does not appear on the site. Is there a limit to 
   the number of menu items one can have with the FREE version? Also, I upgraded
   to the newest version of Make 1.4.2 but my options panel still looks like the
   old one and I know that with my client sites there is a new options panel. Why
   do I still have the old one after updating? Also, in the newest update I noticed
   I can have a top bar menu as well and I can’t get this to show up even though
   I have stuff added to it.

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

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [11 years, 7 months ago](https://wordpress.org/support/topic/menu-issues-theme-version/#post-5379843)
 * Can you link your site?
 *  [emilyTK](https://wordpress.org/support/users/emilytk/)
 * (@emilytk)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/menu-issues-theme-version/#post-5379845)
 * There’s a limit in WordPress, but it’s like 49 or so. Find out more here:
    [http://sevenspark.com/wordpress/menu-item-limit](http://sevenspark.com/wordpress/menu-item-limit)
 *  Thread Starter [healthcoachcircle](https://wordpress.org/support/users/healthcoachcircle/)
 * (@healthcoachcircle)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/menu-issues-theme-version/#post-5379846)
 * [http://www.leighanndickey.com](http://www.leighanndickey.com)
 *  Thread Starter [healthcoachcircle](https://wordpress.org/support/users/healthcoachcircle/)
 * (@healthcoachcircle)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/menu-issues-theme-version/#post-5379848)
 * i definitely don’t have more than 49 menu items.
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [11 years, 7 months ago](https://wordpress.org/support/topic/menu-issues-theme-version/#post-5379849)
 * You have a caching plugin, right?
 *  Thread Starter [healthcoachcircle](https://wordpress.org/support/users/healthcoachcircle/)
 * (@healthcoachcircle)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/menu-issues-theme-version/#post-5379851)
 * yes W3 total cache i just cleared all my cache and still not working.
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [11 years, 7 months ago](https://wordpress.org/support/topic/menu-issues-theme-version/#post-5379852)
 * That plugin probably has a setting in the dashboard you have to press to clear
   its cache. Once you’ve done that deactivate the plugin.
 *  Thread Starter [healthcoachcircle](https://wordpress.org/support/users/healthcoachcircle/)
 * (@healthcoachcircle)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/menu-issues-theme-version/#post-5379853)
 * i just discovered that the links for my top bar menu are there but are in black,
   even though i have the text color set to white as you can see with my social 
   media icons. i acted like i was trying to copy and paste across the bar and i
   can see that they are there but not showing up because they are in black and 
   my background is black. how to fix?
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [11 years, 7 months ago](https://wordpress.org/support/topic/menu-issues-theme-version/#post-5379855)
 * > even though i have the text color
 * How have you done that?
 *  [emilyTK](https://wordpress.org/support/users/emilytk/)
 * (@emilytk)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/menu-issues-theme-version/#post-5379856)
 *     ```
       .site-header a {
       	color: #fff;
       }
       ```
   
 *  Thread Starter [healthcoachcircle](https://wordpress.org/support/users/healthcoachcircle/)
 * (@healthcoachcircle)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/menu-issues-theme-version/#post-5379857)
 * appearance > customize > header > header bar text color > set to white
 *  Thread Starter [healthcoachcircle](https://wordpress.org/support/users/healthcoachcircle/)
 * (@healthcoachcircle)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/menu-issues-theme-version/#post-5379863)
 * ok i figured out why the newest version of make 1.4.2 wasn’t showing was because
   i needed to upgrade my wordpress to 4.0. done.
 * i also figured out there was something corrupt with the one page i was trying
   to add so i deleted it and created a new one now it’s working.
 * still need help with getting my TOP BAR navigation menu to show up in WHITE.
   
   thanks – la
 *  Thread Starter [healthcoachcircle](https://wordpress.org/support/users/healthcoachcircle/)
 * (@healthcoachcircle)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/menu-issues-theme-version/#post-5379864)
 * emily TK is that for the top bar navigation menu or the header? i am looking 
   to have my links show up in the top bar header which has a background in black
   and i have my text set to white, but no links are showing.
 *  [emilyTK](https://wordpress.org/support/users/emilytk/)
 * (@emilytk)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/menu-issues-theme-version/#post-5379870)
 * For the black bar only, you might use
 *     ```
       .header-bar a{
       	color: #fff;
       }
       ```
   
 * I checked your site again though. There is no more text in the black bar (unlike
   earlier). There’s only the icons left now. So I couldn’t really test it properly
   this time.
 *  Thread Starter [healthcoachcircle](https://wordpress.org/support/users/healthcoachcircle/)
 * (@healthcoachcircle)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/menu-issues-theme-version/#post-5379906)
 * i believe something was corrupt in my menus so i deleted them all and re built
   from scratch so everything is working. thanks anyway!

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

The topic ‘Menu Issues & Theme Version’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/make/1.10.9/screenshot.jpg)
 * Make
 * [Support Threads](https://wordpress.org/support/theme/make/)
 * [Active Topics](https://wordpress.org/support/theme/make/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/make/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/make/reviews/)

 * 15 replies
 * 3 participants
 * Last reply from: [healthcoachcircle](https://wordpress.org/support/users/healthcoachcircle/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/menu-issues-theme-version/#post-5379906)
 * Status: resolved