peterfeatherstone
Forum Replies Created
-
Hi Anlo,
Apologies I have been unavailable for the last 2 weeks.
If you want to use the External Scripts option then you will need to have write permissions to the following folders:
/wp-content/plugins/
/wp-content/plugins/responsive-menu-data/
/wp-content/plugins/responsive-menu-data/css/
/wp-content/plugins/responsive-menu-data/js/You will need to play with permissions or speak to your hosts to enable you to do this.
Please let me know how you get on with this.
Many thanks
Peter
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Bottom of menu disappearsHi Kathy,
Apologies I have been unavailable for the last 2 weeks.
Thank you so much for your kind words, I am honestly not that clever believe me!
It appears you have another Responsive Menu installed on your site, as such I can’t currently debug this for you 🙁
Please let me know if you need any further help.
Many thanks
Peter
Hi isampso1,
Apologies I have been unavailable for the last 2 weeks.
You are correct, this is the expected behaviour, as this is only for the 3 lines menu. The actual sliding menu automatically fills the page.
If you want the menu itself to have a distance from the top then you will need to add something like the following to your custom CSS files:
#responsive-menu { margin-top: 50px !important; }Please let me know how you get on with this.
Many thanks
Peter
Hey Chris,
Thanks for all your hard work in working with the plugin and helping out other users in the support forum when I am unavailable/unable.
It’s been a real help and is much appreciated!
Many thanks
Peter
Hi micsu,
Apologies I have been unavailable for the last 2 weeks.
Great that it appears you got it working again!
Any problems, please don’t hesitate to let me know.
Many thanks
Peter
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Broken on Opera for AndroidHi Phil,
Apologies I have been unavailable for the last 2 weeks.
Many thanks for the kind words in regards the plug-in, it is always a pleasure to help out the community!
Unfortunately, I can’t cater for all browsers/devices as, obviously I don’t have access to all of these.
I try to get it working in as many as possible and would love to get it working on the Samsung Galaxy 3 Minu but without having access to that particular device its quite difficult 🙁
If, however you manage to find a fix for it then please share so I can add it to the plug-in.
Many thanks
Peter
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Open MenuHi tchia,
That can be found in the following location:
/app/views/menu.phtml
Please let me know if you need anything else!
Many thanks
Peter
Hi Owen,
Chris is right, this couldn’t be achieved with the Responsive Menu, you would need to create some custom jQuery to achieve this.
If you can work with a developer they should be able to achieve this quite easily.
Many thanks
Peter
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Insert into header.phpHi Tomy,
Apologies I have been unavailable for the last 2 weeks.
Yes, you can do this in versions 2.1 onwards. Simply tick the “Use as shortcode” option and then add the following to your header.php file where you want it to appear:
<?php echo do_shortcode( '[responsive-menu'] ); ?>Please let me know how you get on with this.
Many thanks
Peter
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Stray end tag a ()Hi Chris,
Apologies I have been unavailable for the last 2 weeks.
Good spot. I believe I have fixed this in the next BETA version, can you please download from the below location, install it and let me know if it fixed it for you:
https://downloads.wordpress.org/plugin/responsive-menu.2.2.zip
Many thanks
Peter
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Transparent background ?Hi Danny,
Apologies for the delay in responding, I have been unavailable for the past 2 weeks.
The Menu Background Transparent option means that the 3 lines don’t have a background colour, it doesn’t touch the slid out menu itself.
If you would like to make the menu itself semi transparent, you would need to do something like this in a custom CSS file:
#responsive-menu { background: rgba( 0, 0, 0, 0.8 ) !important; }Many thanks
Peter
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] HTML settings (for text)Hi Danny,
Apologies for the delay in responding, I have been unavailable for the past 2 weeks.
Great that the #page part worked. Unfortunately, there is no other way to enter the text into the box, except using some custom JavaScript which you could do.
If you are good with JavaScript or have a developer then this would be the best way to go I imagine.
Many thanks
Peter
Hi guys,
Theres alot of various questions going on here so I will have to take a look at this later tonight when I have some spare time but a few quick pointers until I do from the top of my head:
1 and 3. Add the following to your styles.css file to make the menu start after your header and only up until the search bar:
#responsive-menu { margin-top: 100px !important; z-index: 1 !important; height: 250px !important; }2. As far as I can see the click menu is currently fixed.
newbie-newbie, you could try the z-index above as this may help your overlay issues, but I’d need to look at your site as a seperate example as all are different.
Hope the above helps for now!
Many thanks
Peter
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Open MenuHi tchia,
This is not currently something that is possible in the plugin options I’m afraid.
You could use custom CSS/JavaScript to try and achieve this but would need a developer with knowledge of how to do this to get it to work as you wish (I’m not sure how much you know).
Many thanks
Peter
Hi farmediacouncil,
You’ve set the maximum and minimum widths to 10px so no wonder you can’t see it, its absolutely tiny!
Try and increase these values to at least 200 so you can see more of it.
Many thanks
Peter