responsivemenu
Forum Replies Created
-
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Breakpoint not workingHi there,
I’m not sure what to say as I’ve checked your CSS and it is definitely set to 957px as below:
@media screen and (max-width: 957px) { #responsive-menu-container { display: block; } }What are you using that tells you it is actually triggering at 861px?
All the best
Hey,
Thanks for letting me know – strange… Did they abandon it or did it get forcefully removed, I don’t know but if you have any problems with any other plugins please let me know.
All the best
Great news and thanks for letting me know!
Thanks very much – I do appreciate it alot!
Can you provide a link to the menu image plugin you are having issues with as I cant find the right one on the repository.
All the best
Hi there,
You have some over aggresive custom styling in your theme style.css file that is adding 23px of padding with the !important tag meaning nothing can overwrite it (including my plugin).
These can be found below:
Line 188
Line 244All the best
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] unexpected T_FUNCTIONHi there,
Fair point and yes its because of closure support, I am aware of that (oh no wait I dont know what Im doing so maybe I didnt)…
Of course I care about users but even WordPress say that 5.2 has reached end of life and has security vunerablities and not to use it.
In an ideal world no I wouldnt support PHP 5.2 as it is not even supported by PHP and hasnt been for so long I cant believe any hosting company still does.
I will take your thoughts on board though and hopefully we can get people off of PHP 5.2 ASAP!
All the best
Hey there,
Ill take a look at the other plugin and see if I can find a reason for the incompatability.
All the best
Hi there,
In that case you will need to add all the css elements that you want to remove.
All the best
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] unexpected T_FUNCTIONHi there,
It works fine on all systems except those using lower than PHP 5.3 but if someone is still on PHP 5.2 they seriously need to consider their hosting provider.
All the best
Perfect let me know!
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Bug in CodeNo problem and glad its working again!
Hey there,
Nothing was really changed except the clasd names but the functionality is still the same.
It uses the standard wp_nav_menu() call it always has done.
Please open a new support ticket if you are having issues.
All the best
Hey there,
Please try “.top_menus img”.
All the best
Hey there,
You can either use the CSS of Menu to Hide option to hide it via CSS or you can delete the themes function call to the mobile menu if you know where it is.
All the best
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Bug in CodeHi there,
It seems you have some custom code for editing nav items as per the “ve-menu” (as this is not part of my plugin).
Can you try disabling all other plugins and finally switch to the default theme and see if the issue still persists?
All the best