responsivemenu
Forum Replies Created
-
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] unexpected T_FUNCTION“This plugin supposedly checks the PHP version and deactivates itself if its using less than PHP 5.4. Either the plugin author doesn’t know what they’re doing or there’s just an accidental error in their code. I like to give the benefit of the doubt and assume its an accidental bug.”
Excuse me? – My plugin does a very, very simple check of the global PHP Variable PHP_VERSION to check the PHP Version, I cant make it anymore simple than that and I certainly do know what I’m doing and there is no bug.
It seems Bluehost is the issue here so please don’t try to pass the buck.
Joseph – thanks for letting me know that you finally got this fixed with Bluehost.
All the best
- This reply was modified 9 years, 8 months ago by responsivemenu.
Hi there,
Yes under the “Import/Export” tab.
All the best
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Push page to the rightPerfect – thanks for letting me know!
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Push page to the rightHey there,
I seem to have received this same message via email or this is spookily similar?
Basically you need to turn on the “Push” animation and add your page wrapper to the “Page Wrapper CSS” option so the plugin knows which content to push, you can try with “#content” to begin with and see if that is right.
In regards freezing the background this is a pro feature called “Disable Background Scrolling” I’m afraid and so you would need to upgrade.
I can also see the hamburger menu lines fine, can you elaborate on what the issue is exactly?
All the best
Hey faldeland,
Thanks for the reply too and great we got it fixed. As said Philip please open a support request if you are still having issues and I will gladly help 🙂
All the best
Hey there,
Great news that you got it working and thanks for letting me know!
All the best
Youre welcome!
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Page Disappearing!Hey there,
Thanks for letting me know and let me know if you find anything!
All the best
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] fatal error on activationYes I hope so!
Theyve really messed up the forums with their updates but hopefully it will go back to normal!
Hi there,
Unfortunately you have two issues on your site.
1. You have two elements with the ID main-nav, a page can only have one ID with the same nav else it is invalid HTML.
2. You have inline styles on your #main-nav element being added by Javascript which overwrites my CSS rules, you could try “.menu-main-menu-container” instead?
All the best
Hi there,
Unfortunately WordPress forbids me to answer Pro requests here.
Please email me at support@responsive.menu with any Pro plugin issues.
All the best
Hi there,
Why is that off? Feel free to open a new support ticket, I always answer.
It was a very specific problem to the user so would not be a general fix to put here.
The user was on version 3.5 still of WordPress so you can try that (if it applies to you).
All the best
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] fatal error on activationHey there,
Unfortunately the new forums have removed all the sticky topics but there was a big discussion about this.
In short your php version is too low (<5.4) so you will need to upgrade this Im afraid.
All the best
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Page Disappearing!Hey there,
Do you have any php error logs or anything that may be useful for me to debug with?
Alternatively a dev environment setup with the issue with 3.0.11 on so I can take a look?
All the best
Hey there,
You seem to have done this yourself by adding the custom CSS below:
#responsive-menu-container{ opacity:0.94; display:table; height:100%; position:fixed; overflow-y:scroll; }All the best