• Resolved jspike

    (@jspike)


    I can get the responsive menu to show but none of the menu items. I can see the search box but no menu items. Please advise, thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor responsivemenu

    (@responsivemenu)

    Hi there,

    I just received and responded to you via email about this issue?

    Please see a copy of my email response below:

    ————————-

    Line 601 of http://acaentertainment.com/wp-content/themes/aca-entertainment/style.css has the following styles:
    
    #responsive-menu {
      background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0 !important;
      bottom: 0;
      box-shadow: 0 5px 10px #000 !important;
      display: none;
      font-size: 24px !important;
      left: -100%;
      max-width: 999px;
      overflow-y: auto;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 9999;
    }
    
    As you can see you have "display: none;" which means you are hiding the menu items, please remove this.

    ————————-

    Thread Starter jspike

    (@jspike)

    Got it, not sure why we had that in there, case closed!

    Plugin Contributor responsivemenu

    (@responsivemenu)

    Hey there,

    Not a problem and glad it’s working now!

    All the best

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

The topic ‘Menu shows but no menu items’ is closed to new replies.