responsivemenu
Forum Replies Created
-
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Unable to hide Theme MenuHi there,
Add this in the
CSS of Menu to Hideoption Under theInitial Setuptab which is covered in my documentation on the below URL:https://responsive.menu/docs/initial-setup/hide-current-menu/
All the best
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Sub menu does not appearHi there,
Something on your site is causing a javascript conflict.
I have checked what is happening and everytime my plugin changes the submenu to have
display: block;it is immediately changed back todisplay: none;.I would advise speaking to your web developer to resolve the issue as they will know what javascript is causing this as it is impossible for me to say.
Alternatively if you could be one of your other plugins or your theme that is doing this, in which case you will need to disable the other plugins one by one until it works again or switch to the base theme to check if the theme is causing it.
All the best
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Unable to hide Theme MenuHi there,
Please try adding the following to the CSS of Menu to Hide Option
.responsive-header > spanAll the best
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Sub menu does not appearHi there,
Lines 174 and 183 of your style.css file have declarations like the below:
li:hover a { background: white none repeat scroll 0 0; color: black; transition: all 500ms ease 0s; height: 120px; }Therefore you are overwriting the styles of my plugin for a elements inside hovered li elements. Removing the height rule fixed it for me.
All the best
- This reply was modified 9 years, 7 months ago by responsivemenu.
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Sub menu does not appearForum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Sub menu does not appearHi there,
Please provide a URL so I can check as I need something to look at.
All the best
Hi lizi,
Please provide a URL so I can check as it’s impossible to say without looking at it.
All the best
Hey,
Can you let me know if upgrading to 3.0.13 fixes your issue?
All the best
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Margin Fullscreen menuHey D,
Great news and thanks for letting me know.
All the best going forward!
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Margin Fullscreen menuHey D,
It’s quite hard to advise without being able to see it and be able to debug and play with it however you can try the following (if I am understanding you correctly):
#responsive-menu { margin-top: 50px; }It’s not clear if you are on the free or pro version, but if you are on the pro change the above to
#responsive-menu-pro#. You can of course adjust the margin to whatever value is relevant for your site.Apologies if I have misunderstood, if you can find a way to provide the site on a live server it would make things a lot easier.
All the best
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Margin Fullscreen menuHi Dav,
I’m not sure I understand exactly what it is you would like to achieve.
Can you please provide your site URL and let me know exactly what you want doing so I can try and advise further?
All the best
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Menu shows but no menu itemsHey there,
Not a problem and glad it’s working now!
All the best
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Menu shows but no menu itemsHi 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.————————-
- This reply was modified 9 years, 7 months ago by responsivemenu.
- This reply was modified 9 years, 7 months ago by responsivemenu.
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] PHP 7Hi Harry,
I have updated the function names in the beta version. Can you download it and check that the errors go away?
https://downloads.wordpress.org/plugin/responsive-menu.beta.zip
All the best
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] PHP 7Hey Harry,
What tool did you use to find this as none of my tools have ever found these issues and I run PHP 7 on all my sites.
I am very interested to know.
All the best