responsivemenu
Forum Replies Created
-
Hi bbikers,
What version of PHP are you using, it sounds like a very old version if you are getting this error message.
Please let me know.
Hey Taro,
Unfortunately I cant respond to Pro questions on these forums however we are aware of the issue and are working on fixing it.
All the best
Hey there,
You dont have PHP 5.6, even the message tells you that you have PHP 5.3.5 installed.
You will need to upgrade your PHP Im afraid to use it.
All the best
Hi there,
My plugin is working perfectly however you have a strange element with the class .fusion-header-wrapper that is showing above mine and overpowering everything else.
Either you need to remove this on mobile or adjust the z-index so it stays behind or something similar.
Your web developer should easily be able to fix this issue as it’s quite a simple fix.
All the best
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] blue highlight on touchHey daveystarr,
Sure, please send it over to responsive [at] responsive [dot] menu.
All the best
Hey there,
Sure set the Button Position option to Fixed.
Let me know if that works for you.
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] blue highlight on touchAh ok thats another issue entirely then!
Can I have a URL so I can check it out?
Also what phone do you use as unfortunately I only have an iPhone 6.
Hi there,
Why do you have this style in the file avada-611.css?
#responsive-menu {
width: 20% !important;
}Thats the cause of your problems.
All the best
Hi spfitzg,
Please provide a URL so I can take a look.
All the best
Hi there,
I finally found a PHP 5.3 server I had from years ago to test on!
Can you try editing the main base responsive-menu.php file and add this line below the responsive_menu_deactivation_text function – it needs to go around line 28:
if(version_compare(PHP_VERSION, ‘5.4’, ‘<‘))
return;If that stops the internal server and white screen errors then I will release it as a fix.
Any questions let me know!
Hey Kevin,
Great news and thanks for letting me know!
Hi guys,
Not a problem – if you need future help let me know!
Hi Vesa,
This is annoying me because I have done everything I can think of to stop it creating parse errors and fatal errors when the wrong PHP version is installed.
Im not sure if its an actual limitation of PHP itself in PHP 5.3 that means I cant get around this. I cant even find a server with php 5.3 on to test on as its so out of date now!
Thanks for the information its very helpful. i will have to find another way around this. Is it possible that you can send me some screenshots of the errors you get when trying to upgrade?
All the best
Hi there,
I had added this information to the Upgrade Notices section, Im not sure why it is not showing to users before upgrading.
Thanks for letting me know that this is not working – I will take a look and test it out shortly.
All the best
This is a bad solution due to it not being future-proof and unless you know the internal workings of the entire plugin this could cause unwanted side effects.
There is an obvious incompatibility with PHP 7 and I’m not sure if the authors are still working on this as it is a 5 second patch.
Could an author please jump in on these to advise?
All the best