responsivemenu
Forum Replies Created
-
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Menu not sliding outHi Gav,
It seems you have changed the trigger to “.mainmenu”, I’m not sure if that was intentional but it needs to be “#click-menu”.
Please try that and let me know if it fixes it for you.
All the best
This has been resolved via email
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Logo in the middle of menuHey there,
Not with the plugin specifically but WordPress has inbuilt filters you can use for filtering the nav items and inserting your own items so you can use those and my plugin will pick these up.
All the best
Hi there,
Does the menu you have assigned to my plugin have sub menu items as you seem to be using a different one to your main site menu.
If so, what value do you have in the menu depth option field inside my plugins options?
Finally have you turned on the Ignore Parent click items option?
If you have done all the above and it still doesnt work then I am more than happy to take a look if you mail over your details.
All the best
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Plugin Edits & HacksHey russell,
No problem – did adding the !important tag or making your css definitions more specific fix it or do you still need more help?
Im back at a laptop now so I can check the site and CSS you need more specifically now if needed.
All the best
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Menu not showingHey there,
No problem! Yes, those calls need to be manually inserted in your header.php and footer.php files.
Any theme should have them as they are part of WordPress requirements for a theme to work properly so if they are not there then you need to think about getting a new theme!
All the best
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Plugin Edits & HacksHi there,
Are you aware of CSS points scoring? For example an ID is worth something like 100pts and a class is worth 10 so if there are any more specific css selectors in play then they will take presedence over yours which is why you need to use browser developer tools or similar to find out what is currently on the site and therefore what you need to do.
You can of course just use the !important tag to force the override as below:
.responsive-menu-item {
padding:2px 0px 2px 0px !important;
}The CSS of menu to hide option is just for the class or element name of the menu you want to hide as explained in the doc page below:
https://responsive.menu/docs/initial-setup/hide-current-menu/
All the best
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Plugin Edits & HacksHi russel,
Unfortunately that is completely dependent on what you want to achieve exactly so I wouldnt be able to answer that question but I definetely wouldnt advise doing it for every single menu item as it doesnt make sense to do so.
The best person to know the answer would be your web developer or yourself (if that is you) as it is custom CSS so is outside the scope of my plugin in particular.
Hope that helps
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Plugin Edits & HacksHey russell,
You can easily find the class names by using the browsers inbuilt Web Developer tools (found by hitting F12) and then inspecting the button itself.
The button for example is simply #responsive-menu-button but t has some inner elements that you may wish to use but again these can easily be found as mentioned above.
The FAQ page below explains how to use these tools a little further:
https://responsive.menu/faq/how-do-i-find-the-css-of-my-menu/
All the best
You are welcome! 🙂
Hey again,
3.0.11 is about to be released which will fix this issue for you I believe.
All the best
Forum: Reviews
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Have to payHey elite,
Fair enough and thanks for providing some feedback. Apologies if the review had got a little heated it was not my intention. I do care for the product and therefore want it to be the best it can be.
I also understand what you say about marketing if I wanted this to be a business that I could do full time and forget the day job so to speak, but I am just a developer and never intended for this plugin to ever get as popular as it has done.
It started out as a hobby for me and a way to give back to the WordPress community for everyone elses hard work and dedication and for all those like myself that give up their own free time and put their work out there for free and for others to pull apart and scrutinise (it is quite a scary thing!).
I’m not interested in making loads of money out of this product, I am more interested in making it as good as possible and to providing the best support service I can which is why I concentrate all my hours on improving the product and providing technical support.
If I did want to make the product a commercial success I would probably get someone to do my marketing for me as I need to focus all my time on the plugin and my core strengths which is the development, technical and support side of it. Maybe I’ll give you a call one day although I doubt I can afford it!
Thanks again for your comments and the review even if it is 1 star!
All the best and have a great day
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Plugin Edits & HacksHi russel,
Sure just use custom CSS styles to overwrite anything you’re not happy with, thats what I do.
Of course the plugin is extremely customisable but its never going to have everything in there or the admin would be impossible to use so some design is left up to the site owner to play around with themselves.
All the best
Hey,
Is it possible to provide me a URL so I can see?
Also can you confirm that the if statement is working correctly by just echoing some text instead as I have tested the shortcode thoroughly and it seems to be working for me.
All the best
Hey there,
Can you let me know what the issue is exactly – do you mean the attribute changes are not working or that the shortcode is not showing up at all?
All the best