Title: Another issue
Last modified: August 24, 2016

---

# Another issue

 *  [moor208](https://wordpress.org/support/users/moor208/)
 * (@moor208)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/another-issue-5/)
 * After a month or so of getting this plugin to work, and completely re installing
   wordpress and the menu plugin… now another new problem! in the menu structure…
   when you click on “mega menu” to bring up the options… this is what we get!
 * [http://www.mycompumore.com/wp-content/uploads/2015/05/Untitled.png](http://www.mycompumore.com/wp-content/uploads/2015/05/Untitled.png)
 * just a blank white space!
 * [https://wordpress.org/plugins/megamenu/](https://wordpress.org/plugins/megamenu/)

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

 *  Plugin Author [megamenu](https://wordpress.org/support/users/megamenu/)
 * (@megamenu)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/another-issue-5/#post-6140877)
 * Hi moor208,
 * Has that screen ever loaded properly? If so, please try disabling any plugins
   you’ve installed since it was working.
 * The problem is probably due to a different plugin outputting a PHP error/warning
   notice, this invalidates the JSON which is returned by the server when you load
   the settings.
 * I’ve added a workaround to stop other plugins outputting their error messages
   in the response in the next version.
 * Regards,
    Tom
 *  Thread Starter [moor208](https://wordpress.org/support/users/moor208/)
 * (@moor208)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/another-issue-5/#post-6140897)
 * I have deactivated our plugins one at a time, seems like the problem is this:
 * [https://wordpress.org/plugins/agp-font-awesome-collection/](https://wordpress.org/plugins/agp-font-awesome-collection/)
 * Your plugin is working great now, soon as I figure out how to change my review,
   I will!
 * thank you
 *  Plugin Author [megamenu](https://wordpress.org/support/users/megamenu/)
 * (@megamenu)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/another-issue-5/#post-6141007)
 * Hi moor,
 * Great to hear it’s working now.
 * You should see your review and be able to edit it as the bottom of this page,
   I’d appreciate it if you could update it: [https://wordpress.org/support/view/plugin-reviews/megamenu](https://wordpress.org/support/view/plugin-reviews/megamenu)
 * Regards,
    Tom
 *  Thread Starter [moor208](https://wordpress.org/support/users/moor208/)
 * (@moor208)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/another-issue-5/#post-6141008)
 * Updated!
 * Also, Another issue is the mobile menu on the tablets we’ve tested it on is way
   out of alignment.
 *  Plugin Author [megamenu](https://wordpress.org/support/users/megamenu/)
 * (@megamenu)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/another-issue-5/#post-6141010)
 * Awesome, thanks 🙂
 * The menu is being pushed over due to this custom CSS:
 *     ```
       .navbar .navbar-inner {
         margin: -5px 20px 10px -350px;
         padding-left: 5px;
         max-width: 97%;
       }
       ```
   
 * You’ll need to use some media queries to reset/stop that CSS being applied for
   mobiles/tablets, something like:
 *     ```
       @media only screen and (max-width : 600px) {
           .navbar .navbar-inner {
             margin: 0;
             /* put any other mobile specific css here */
           }
       }
       ```
   
 * Regards,
    Tom

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

The topic ‘Another issue’ is closed to new replies.

 * ![](https://ps.w.org/megamenu/assets/icon-128x128.png?rev=1489843)
 * [Max Mega Menu](https://wordpress.org/plugins/megamenu/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/megamenu/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/megamenu/)
 * [Active Topics](https://wordpress.org/support/plugin/megamenu/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/megamenu/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/megamenu/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [megamenu](https://wordpress.org/support/users/megamenu/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/another-issue-5/#post-6141010)
 * Status: not resolved