responsivemenu
Forum Replies Created
-
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Problem with Hamburger menuHey there,
In that case something on your site is not written or terminating properly. Please check the below from my site for how to check for any javascript errors:
https://responsive.menu/faq/how-do-i-find-my-javascript-console-errors/
All the best
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Problem with Hamburger menuHi there,
The plugin won’t work until the page is fully loaded so if you have any scripts that are calling external services these will all need to finish first.
These could be google analytics calls, ad marketing, popups, infact a whole host of things.
You can usually see what scripts are loding by looking in the bottom left of your browser on a laptop or desktop and it will provide the url it is waiting on.
Alternatively you may have javascript console errors which you can see by looking at the web browser console.
Id rather not go on the site if possible so if you can try those things above fiest and if you are still having issues Ill try and debug the site with my eyes closed!
All the best
Hi there,
This is not because of my plugin, you have coded this style yourself as can be seen on line 36 of the file /wp-content/themes/storefront/style.css
You have added a box-shadow to all button elements on the site so please remove this if you dont want it to show on the menu button or make the css declaration less generic.
All the best
Forum: Reviews
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Love the pluginHey,
I completely agree, its a lonely life sometimes as a developer!
Its not even that he didnt want to buy the pro which is fine by me but to say the free version is “useless” when it offers over 100 free option confused me!
Good luck in your future development!
Forum: Reviews
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Love the pluginThanks very much!
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] How to change fontHi there,
Have you checked out my documentation pages as every option is covered there, the page below is what you are after:
https://responsive.menu/docs/basic-setup/menu/
Under the heading Link ‘Text Styling’, the first option is ‘Font’.
All the best
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] verical scrollHi Dan,
Unfortunately WordPress forum rules forbid me from answering Pro specific questions in these forums.
Please send me an email to support@responsive.menu and I will be able to reply to you there.
All the best
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] PHP 7Hey there,
Thanks for letting me know and providing the update!
All the best
Hey pathwaysoft,
Thanks for letting us know.
All the best
Hi there,
They completely overwrite the menu links rather than extending them so you need to speak to their plugin developers and ask them not to do this.
Unfortunately until they change that there is nothing I can do.
All the best
P.S – I just checked and the plugin is no longer available through WordPress so it may be time to find a different plugin as the user above did.
- This reply was modified 9 years, 7 months ago by responsivemenu.
- This reply was modified 9 years, 7 months ago by responsivemenu.
Hi there,
Sure, please add the below to the CSS of Menu to Hide option:
nav.main-navAll the best
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Issue with database tableHey Daniel,
Let me know how you get on!
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Issue with database tableHi there,
Have you tried any of the solutions online like below (quick Google search)?
http://stackoverflow.com/questions/29916610/1273-unknown-collation-utf8mb4-unicode-ci-cpanel
All the best
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] error after reinstallingHey Kelly,
Not a problem and always here to help!
If you ever feel like leaving a nice review in exchange please don’t let me stop you 🙂
Have a great day
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Issue with database tableHi there,
It sounds like the collation on your localhost is not compatible with your new site.
Please find the option “RMVer” in the wp_options table and change it to 2.8.9 and reload your admin, this should force it to retry to create the table again.
Please let me know if this fixes it for you.
All the best