peterfeatherstone
Forum Replies Created
-
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Menu too wide on iPadHi Pierse,
Thanks Jirka for the suggestions.
Great idea, please play with either Minimum or Maximum width settings inside the admin or you can try adding custom styles to your themes style.css file.
Many thanks
Peter
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Expand only SOME sub-menus.Hi Maxim,
Unfortunately this is not currently possible with the plugin.
You may be able to over-ride some things inside custom theme JavaScript and CSS files.
Many thanks
Peter
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Menu Items not displayed atHi Q2Tech,
Thanks for the kind words in regards the plugin.
What do you mean by it “breaks” around 753 to 755?
The menu should show on all screens below 800px and not show on any above this.
Many thanks
Peter
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Not openingHi ashley,
You have some bad jQuery code, see below:
var scollHere = jQuery('#homepage-about').offset().top;
This gives you the following console error:
TypeError: jQuery(...).offset(...) is undefined
Please fix this and it should make all your other jQuery work.
Many thanks
Peter
Hi ana,
I have looked on your site and the images look ok to me (not stretched).
Can you please let me know the exact page, image and browser so I can take a look.
But, no my plugin doesn’t affect images on your site, have you tried disabling the plugin to see if the problem remains once deactivated?
Many thanks
Peter
Hi Tradedog,
Please provide a site URL so I can check.
Many thanks
Peter
Hi mgason,
Is it possible to give me WP / FTP admin access so I can check this for you.
Many thanks
Peter
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] How import css fileHi Spiker,
The CSS is auto created by the plugin depending on the options you select in the admin.
Therefore there is no file to edit.
You can edit the CSS Model file if you wish to change the behaviour of how this is created however or simply over-ride the styles in your themes style.css file.
Many thanks
Peter
Hi Rhonda,
Great news that it’s working now.
Many thanks
Peter
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Hide three linesHi Jiri,
Perfect and glad it is all working for you now!
Any further questions please open a new support request.
Many thanks
Peter
Hi callabric,
Sorry, this is nothing to do with me, this is the WP Responsive Menu plugin, not mine.
Please ask on the forum for that plugin:
https://www.ads-software.com/plugins/wp-responsive-menu/
Many thanks
Peter
Hi burn,
Thanks for the kind words.
Do you currently have anything in the Walker column in the option in the admin as you shouldn’t be seeing this message if that is the case.
I will try to get this to work on my dev sites somehow and let you know if I can replicate.
I use https://www.browserstack.com/ usually as well as Microsofts Virtualboxes and just using each browser, resizing the window sizes and then using as many real devices as I can.
It is a nightmare however as there are always edge cases on different devices that can’t be accounted for, but through feedback and suggestions we slowly close them off.
Thanks again for the positive feedback and hopefully I can be of more help to you in the future!
Many thanks
Peter
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Menu Icon disappeared/deletedHi Juergen,
Are you referring to me or dgirona?
Version 1.9/2.0 were changes made over a year ago, as we are now on version 2.6.
Peter
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Menu Icon disappeared/deletedHi Juergen,
This was an unfortunate mistake that was overlooked and rectified yesterday.
Please re-install the plugin and it will re-appear for you.
Apologies and thanks for informing me.
Many thanks
Peter
Hi burn,
Thanks for the response. Once youve reinstalled can you please try import the file again as it is working for me here and I increased the allowed file size limit.
In regards your two added points, please see my answers below:
1. The only difference between mine and googles recommendation is mine includes the “user-scalable=’no'” option which means people cant zoom on mobile devices.
This is more of a guidance though and you can safely remove this option if you want. I included it as I found without it the push animation sometimes got quite messed up.
2. Media queries are a god send when it comes to serving up for all devices! The plugin is based on them and Im so glad we have them and we dont have to use horrible Javascript or regular expression checks on the header string for different devices and browser names.
Simply setup your breakpoint widths and now every device in the world will bow to your control, dynamically, regardless of device – no more keeping up to date lists of devices etc.
I hope the above helps, if you have any other questions let me know!
Peter