responsivemenu
Forum Replies Created
-
Hi Spencer,
I will try and find a local box with PHP 5.4.24 somewhere and try and play around with it.
Do you get the same fatal error on the site with PHP 5.5.12 installed?
Everywhere I have searched on the web says that the error above is definetely for people below 5.4 so I’m tearing my hair out at the moment trying to work this one out!
Can you triple confirm that those are the actual versions of PHP you are using.
For example simply do:
<?php echo PHP_VERSION; ?>anywhere on your site and let me know what the output of that is?
Thanks for all your help
Hi Spencer,
Is there any way to get access to that box as I was almost 100% sure it was due to anonymous functions in PHP 5.3 and below but obviously you’ve just disproved that.
But thats not my plugin, I don’t understand – what is the question?
Please be clear and give examples so I can help you.
Hi Patrick,
Sure – the best way is to disable the Search Box (hit OFF next tl it in the Menu > Ordering section).
Then you can use the Additional Content section and add the search boz html inside yourself as HTML or shortcodes are accepted here.
Hope it helps!
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Major 3.0.0 UpdateHi there,
Ive had a look and I can see that the styling is close it just needs a few tweaks.
I would say that you just have a few things to look at summarised below:
1. I can see the menu text but its a little bit further down, play with the menu height and title line height settings.
2. For the rounded corners please add this to a custom CSS file:
.responsive-menu-inner,
.responsive-menu-inner:before,
.responsive-menu-inner:after {
border-radius: 0 !important;
}3. Look at the sub-arrow toggle border colours and heights to sort out the sub arrow height issue.
4. The button seems to move quite well for me – whatbrowser are you using?
I hope the above helps put you in the right direction!
All the best
Haha thanks Joseph! It’s been a pleasure for me too!
Hi there,
Im not sure what Menu Image plugin is but I also don’t see my plugin installed on your site.
I have checked and its not installed, please advise?
@esmi but is there a reason for this?
If you can outline alternative ways of me helping those who are trying to use my plugin then of course I am willing to listen but without an alternative I am left in limbo where I can’t help those who need it.
Im sure the people coming to these support forums aren’t going to accept “Sorry I can’t help you” as an answer?
I try my best to help everyone in need on these forums but as you know everyones setup and environment is different and I can’t find all bugs myself so I need to be able to see other peoples setups to debug strange issues like this one.
Please advise
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] menu animationYou are welcome! 🙂
esmi how can I debug without login details exactly?
Surely this is a common practise as I have provided logins to other plugin developers on numerous occassions before.
All the best
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Push problem after update…Hi CBServices,
Apologies that youre not happy but I have added warnings etc. and asked people to test the beta for months before finally releasing with the warning to try it on a development environment before upgrading on any live sites.
The border is a Chrome accesibility addition that only Chrome adds, other browsers don’t but Im not going to start messing with browser accessibility as it is important to cater to disabled users as much as anyone else, if you want to remove it you can very easily with custom CSS.
Please see this stackoverflow discussion to do with this and the reasons why its not a good idea to remove it and how to do it if you still want to:
In regards hiring someone I dont think thats necessary as it should only take about 30 seconds per site to implement, simply an opening div in your header.php file and a closing tag in your footer.php file above the wp_footer() call should do it.
In regards the button you could simply add the following to your custom CSS:
#responsive-menu-container {
padding-top: 100px !important;
}I hope the above helps and if you need further help please let me know!
Many thanks
Hi there,
Is it possible to send me a WP login via my site contact form as it seems like a strange one in that not all the CSS is being saved.
All the best
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Push problem after update…Hi CBServices,
The border is added by Chrome for accesibility reasons, you can override it with custom styles but I wouldnt advise it as it is added by Chrome for a reason.
Accesibility is important to me so I wont be removing it from the plugin Im afraid.
In regards the push problem, you seem to have some element called .super-container that is containing everything (including the menu and the button) and that is what you have chosen as the push wrapper so of course its pushing the button and menu with it.
You need to select another element as the wrapper that doesnt contain the button and menu.
I see each page has another container #pl-45 but they change on each page, if you can add a common class to this then you could use that instead.
I hope the above helps!
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] menu animationHi there,
Please add this to your theme CSS in that case:
#responsive-menu-container {
left: auto !important;
right: 0 !important;
}All the best
Hi there,
Do you have a URL I can check and have you tried hitting “Update Options” once more ti see if it refreshes the options?
All the best