Title: Responsive
Last modified: August 22, 2016

---

# Responsive

 *  [damianbuttle](https://wordpress.org/support/users/damianbuttle/)
 * (@damianbuttle)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/responsive-190/)
 * Hi,
 * I’ve managed to get the megamenu working; however, it doesn’t seem to work being
   responsive. Could you tell me if I’m doing something wrong?
 * [https://wordpress.org/plugins/wr-megamenu/](https://wordpress.org/plugins/wr-megamenu/)

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

 *  Plugin Contributor [www.AloGam.com](https://wordpress.org/support/users/son-tung-mr/)
 * (@son-tung-mr)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/responsive-190/#post-5426432)
 * Hi damianbuttle,
 * Thank you for the question. Could you please let me know more details based on
   your site? Your site address? Which version of WordPress are you using? which
   screen solution did you test and see the menu not responsive?
 * have you a good day
 * Sincerely,
    woorockets support team
 *  Thread Starter [damianbuttle](https://wordpress.org/support/users/damianbuttle/)
 * (@damianbuttle)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/responsive-190/#post-5426436)
 * Hi,
 * The web address is wordpress.damianbuttle.com. I’m using version 4.0 of WordPress.
   I’ve tried numerous resolutions and numerous devices. Whenever I click on the
   menu nothing happens. However, if I go into the header.php file I can define 
   the original menu and it works, but if I select the megamenu it doesn’t.
 * Thanks for all your help.
 *  Plugin Contributor [www.AloGam.com](https://wordpress.org/support/users/son-tung-mr/)
 * (@son-tung-mr)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/responsive-190/#post-5426438)
 * hi damianbuttle,
 * Thank you for the information. I have retested the responsive of Mega Menu on
   my testing site with your same version of wordpress and it is still working. 
   However the theme is different, could you try activating another theme so as 
   to see if the responsive is working?
 * Best regards,
    wr support team
 *  Thread Starter [damianbuttle](https://wordpress.org/support/users/damianbuttle/)
 * (@damianbuttle)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/responsive-190/#post-5426479)
 * Hi,
 * I’ve tested it with 4 other themes; however, the responsive aspect of the menu
   only worked in one of the 4. How can I go about getting it to work with other
   themes?
 *  Plugin Contributor [www.AloGam.com](https://wordpress.org/support/users/son-tung-mr/)
 * (@son-tung-mr)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/responsive-190/#post-5426515)
 * Hi damianbuttle,
 * Thank for your efforts. Could you please add the following code into the **footer.
   php** in your theme to see if it is working.
 *     ```
       <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
       <script>
       $(document).ready(function(){
         $('.menu-toggle').click(function(){
           $('.wr-megamenu-container ul.wr-mega-menu').toggle()
         });
       });
       ```
   
 * Take a look at the picture to to see where the code is located here: [http://i.imgur.com/ZYwa5vE.png](http://i.imgur.com/ZYwa5vE.png)
 * Sincerely,
    WR Support Team

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

The topic ‘Responsive’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wr-megamenu_76878e.svg)
 * [Mega Menu by WooRockets.com](https://wordpress.org/plugins/wr-megamenu/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wr-megamenu/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wr-megamenu/)
 * [Active Topics](https://wordpress.org/support/plugin/wr-megamenu/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wr-megamenu/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wr-megamenu/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [www.AloGam.com](https://wordpress.org/support/users/son-tung-mr/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/responsive-190/#post-5426515)
 * Status: not resolved