Site logo

Archived topic

Manual Theme Intergration

3 replies · Started by Genie Bohn on October 31, 2015

Viewing posts 1–4 of 4

I hope I can interest you in helping me and possibly others with a popular menuing system called Uber Menu

A lot of themes only need the (paid) plugin to be installed, a couple clicks and it's done. Many however, such as yours needs what is called a Manual Integration with a piece of code changed. Using their tutorial I still have problems finding out where to place their simple code.

I'm not sure if it's in the header or function file and which lines get changed.

However, there are now 41 Theme Authors which have given quick instructions as to how to implement this UberMenu into their theme.

I would really appreciate the time looking into this. I am sure you will spot what we need to do immediately. Thank you.

Hi there,

I've helped a couple people with Uber Menu, I believe this CSS is all that's needed:

@media (min-width: 769px) {
      .ubermenu-responsive-toggle {
            display: none !important;
      }
}
 
@media (max-width: 768px) {
      .menu-toggle {
            display: none;
      }
}

Let me know :)

Hi again I'm considering a purchase of the Uber menu pluging while researching it an its compatibility with gen press I came across the post above I how do you rate it in terms Genpress is there an issue

No there shouldn't be any issue, but you'll most likely need to add the CSS above :)

This archived topic is closed to new replies.