Hello,
I am currently using the WP Responsive Menu plugin on my WordPress site, and I’ve encountered an issue with the <meta name="viewport">
tag. The plugin seems to be modifying the viewport settings to the following:
<meta name="viewport" content="user-scalable=no, width=device-width, maximum-scale=1, minimum-scale=1">
However, I would like to allow users to zoom on mobile devices, and I need the viewport tag to look like this:
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=3.0, user-scalable=yes">
Could you please guide me on how to modify or override the viewport settings applied by WP Responsive Menu? Any assistance or workaround to resolve this issue would be greatly appreciated.
Thank you in advance for your help.
Best regards
]]>I just upgraded to v3.1.9.1?on one of my client’s sites and it broke the site’s non-mobile menu. Forced to deactivate plugin, but, of course, now the mobile menu does not display. I have other client site’s using your plugin hopefully none of them auto update it. Please advise. Thanks.
]]>This CSS on line 149 of wprmenu.css is breaking* all menus on the site:
.menu-item {
display: block !important;
width: 100%;
}
*It means all inline menu items are now block; Pleased remove the !important designation. I have more than 15 websites that are now broken.
]]>Hello,
We can no longer select text on the page of the site with your plugin installed. When I uninstall the plugin I can select text again. I see that someone else previously posted a similar problem:
https://www.ads-software.com/support/topic/issue-with-wprm-overlay/
I will try to deactivate the swipe function as this other user suggested, but it would be nice if this could be fixed. Thanks!
]]>How can I prevent this behaviour?
Thank you
Youie
]]>On an Android, with a hamburger menu:
When you press the hamburger and then press a menu item, instead of just opening the sub-menu associated with that menu item, it expands the entire menu, opening every sub-menu. The only way to just open the sub-menu associated with a specific menu item is to press the arrow button at the right.
This feels clumsy to me. It seems that, if you press a menu item, only the sub-menu associated with that menu should expand.
]]>The wprm-overlay div is sometimes ‘active’ at window widths wider than indicated in settings. When it’s activated, all text on the page is ‘protected’ by the overlay, and the browser window scroll bar disappears, so scrolling to the bottom of a page is impossible.
It does not become active until I try to select some text to copy it, dragging the cursor left to right (dragging right to left restores the scrollbar if I dragged the cursor right, but in neither case can I actually select the text). Weirdly, links can still be clicked while the overlay is active.
WordPress 6.4.3 and PHP 8.1.23 | same issue with Firefox and Chrome
]]>Hi,
It’s a great plugin. We have been working on it for years. But recently we have seen that Not popping anything after clicking on the menu. When we are logged in it’s working but from a real device, it is not working at all. Please check it on our website. Need urgent help.
]]>Hi,
It’s a great plugin. We have been working on it for years. But recently we have seen that Not popping anything after clicking on the menu. When we are logged in it’s working but from a real device, it is not working at all. Please check it on our website:
]]>I love this mobile menu, but it isn’t updating to reflect the changes I make to the header navigation I have on my main desktop view. I’ve tried updating each of the three menus I have in my theme (Sonoran), and none of them change the mobile menu. I’ve also given the updates time (24hrs) to show a change, but no luck. Any advice on how to make edits that reflect in both desktop (theme menu) and wp responsive mobile menu?
]]>Swiping from left to right creates a blank area on desktop screens (when hamburger menu is not visible). To workaround this with jQuery disable swiping when hamburger menu is not shown:
jQuery(document).ready(function($) {
if( $('#wprmenu_bar').is(':hidden') ) {
$('body').swipe({
swipe:function(event, direction, distance, duration, fingerCount, fingerData) {}
});
}
});
]]>
Hi, I want to turn off wprm for specific pages. Is there a filter I can run or actions I can remove?
]]>The following appears in my error logs many times a day. Any suggestions what it might mean or how to debug?
PHP Warning: Array to string conversion in /nas/content/live/clientdomain/wp-content/plugins/wp-responsive-menu/inc/wprmenu-styles.php on line 249
]]>When using this plugin with PHP 8.2, the following warning is shown:
Deprecated: Creation of dynamic property WPRMenu_Styles::$wprmenu_options is deprecated in?website\wp-content\plugins\wp-responsive-menu\inc\wprmenu-styles.php?on line?27
]]>Hi,
your “Live Preview” link drops an 404:
https://www.ads-software.com/plugins/wp-responsive-menu/
Just for info…
]]>Hi
I have the setting ‘Open Submenu On Parent Click’ activated.
If you click the pointer icon for a link that has a sub menu, the sub menu will open for the link you have clicked, which is great.
However, if you click a link (not the pointer) which has a sub menu, All sub menus open. I am assuming that this is a bug and that only the sub menu for the link you are clicking should appear?
]]>I have a weird problem: the plugin still works fine on my site, but the backend is completely blocked. It is not longer possible to make any changes.
I have the idea that the ‘Plugin Load Filter’ I use has something to do with it (I load WPRM only on mobile pages, so before trying to change the WPRM settings, I changed PLF to be sure that the plugin also loads on my desktop pc). I tried everything including disabling and reinstalling both plugins – nothing works.
Fortunately, there is only one setting I would like to change: the “Display Menu From Width” value.
As WPRM seems to write these values into a DB table called ‘responsive_menu” I looked over there what I need to change. I found many things, but not a row to change the ‘Display Menu From Width’ value.
So if someone can please point me in the right direction (or provide a fix that would solve the whole thing should be better of course ??
]]>Hi,
Our website users have reported that they can’t select any text in the content area. And when I disable the WP responsive menu plugin, that problem is solved and text in the content area is selectable again. I assume it has something to do with the overlay. Could you please fix it. I will try to fix it with css on my end, but would be better if the plugin would be working. Thank you for your work and for providing a wonderful plugin for the OER community.
All good!
]]>Hello, I have a problem, the plugin works perfectly, but it doesn’t show the menu translated with WPML… Is there a solution? with the paid version? or by code? Thanks for the help,
]]>Since the most recent update to your plugin, the menu opens when trying to select any text on the page. The text cannot be selected, but the menu opens. This happens in Chrome, Safari and Firefox. There is no problem selecting text on any other site, and there is no problem on this site on the backend. And going back to version 3.1.7.2 (on a local installation) eliminates the problem.
]]>I activated “Open submenu on parent” to see what it does and my responsive menu vanished.
I deactivated “Open submenu on parent” but the menu has not returned.
I tried deactivating the plugin and reactivating, but that hasn’t brought the menu back.
Please advise.
Many thanks.
After the latest update, it seems that my design is messed up. I had a logo centered in the middle and it’s not alligned left and squashed.
wprmenu_bar .menu_title a {top:0px;} #wprmenu_bar .bar_logo {height:40px; padding:0;} #wprmenu_bar .menu_title a {position: absolute; left: 45%; margin-left: auto; margin-right: auto;}
]]>Hi,
On mobile devices, the banner (made with Divi) hides the menu.
Is there a way to make the menu get in front of the banner?
]]>Been using the plug for years with great success. Lately the menu has disappeared from the home page. I works OK on other pages though. I really need navigation on the home page though. Please help!!
]]>We use your plugin, and we’re getting this error on accessibilitychecker
Critical Issues (1): Here are the failed elements that were found. These are all related to WCAG level AA – the suggested level for organizations.
#
Cognitive issue
Buttons do not have an accessible name
1. Failing elements
<button type=”submit” class=”wpr_submit”>
2. in plain words
When a button does not have an accessible name, screen readers and other assistive technologies announce it as “button”, which provides no information to users about what the button does.
#
3. WHOM DOES THIS AFFECT?
People who use screen readers, including the blind and visually impaired
#
4. HOW TO SOLVE IT:
Option 1 – Do it yourself:
For buttons with visible labels, add text content to the button element. Make the label a clear call to action. For example: <button>Book room</button>
For buttons without visible labels, like icon buttons, use the aria-label attribute to clearly describe the action to anyone using an assistive technology.
]]>Hi,
I’m wondering if the menu/logo is properly cached with this plugin? It seems to me when I browse my site that the logo “blinks”, thus being reloaded on each visit. I Use WP Rocket and in desktop mode it looks ok.
Thanks
]]>I get a white page with PHP 8 on sites where I use Responsive Menu. I’m not sure whether this is the cause of the problem. Has anyone tested it with PHP 8?
]]>Hi, I believe this is the same issue as described here:
https://www.ads-software.com/support/topic/should-be-disabled-in-new-wp-5-8-x-blockwidget-editor/
On our widgets page ( /wp-admin/widgets.php ), we have numerous legacy widgets. When the WP Responsive Menu plugin is enabled (Enable Responsive Menu), each widget is displayed with a copy of the WPR Mobile menu on top of it. Clicking the menu simply opens the widget.
Oh I think I may see the issue. Each element on the Widgets page “wp-block-legacy-widget__edit-preview” literally opens an iframe “wp-block-legacy-widget__edit-preview-iframe” containing a copy of the sidebar. For some reason WPR Menu is treating that as being loaded on a mobile device?
Screenshot:
https://i.imgur.com/Vpxn0kr.png
Wordpress 5.9.3.
]]>Hi,
The plugin adds the menu to the footer of the site. To improve SEO, I need to add the menu to the top of the site. Thank you for your help