close menu and transitions
-
Hi
thanks for great plugin. But I have two problems with it.
First. Option: “Click to Close Menu on Link Click
Tick if you would like to close the menu on each link click, useful for single page sites.” doesn’t work. It always close the menu on link click. I would like not to close the menu after link click.Second. Is it possible that on expand sub-menu it has no transitions? What should I do to have it?
Here is my site: http://mayyer.pl/p/ferrero
Thanks for your help
Daniel
-
Hi Daniel,
Thanks for downloading and using the plug-in and welcome to the support forums!
Please see my responses to your questions below:
1. Do you have this ticked or unticked? Make sure this option is unticked if you don’t want it to close when a link is clicked.
2. To remove transitions from sub-menu options you will need to create some code that over-writes this in your own theme style.css file, something like this:
#responsive-menu .responsive-menu ul li a { transition: none; -webkit-transition: none; -moz-transition: none; -o-transition: none; }That should do the trick, however please let me know if it doesn’t and I will take a look more closely for you.
Many thanks
Peter
Hi
Thanks for quick response.1. I have unticked
2. Unless I badly expressed. I want something just exactly the opposite. Currently transition doesnt work and I would like to workYou can see here http://mayyer.pl/p/ferrero
and one more thing. I am trying to solve this but… nothing works. The idea is to be marked in white only active link. Currently, it is marked in white but also its children. And they should not.
Once more, thanks for your help
Hi Daniel,
Thanks for the response.
1. This is strange, and obviously this isn’t how it is supposed to be. Is it possible to provide me with a WordPress admin login (or at least access to the Responsive Menu) to hello@peterfeatherstone.com so I can take a look for you.
2. Sorry, I thought you meant the transition was working and you didn’t want it to work. Transitions in the plug-in are only active on link hovers, fading the different text colours. What kind of transition effect are you after for the sub-menu items?
If you could clarify the second point and provide a login for the first that would be most helpful.
Many thanks
Peter
Hi Daniel,
There seems to be something odd going on with your site and the CSS, as none of these things occur on any of my development sites.
You can see below that only the current item has a different colour and not it’s children and the menu doesn’t disappear on link clicks:
http://peterfeatherstone.com/wordpress/
I think you will need to provide me with the WordPress login so I can get a good luck at what is going on here, you may have conflicting CSS/JavaScript on your site.
Many thanks
Peter
Hi Daniel,
Thanks for providing the details.
1. In regards to the menu closing on click, it doesn’t close but there is a blue overlay that covers the page once you click and link so you can’t see the menu anyway, so this is working but there is another effect hiding it.
2. Do you mean that you want an animation on the sub-menu items to make them slide down like the current whole menu slides in/out. Currently this is not included as part of the plug-in, however I can add it to the development list for a future release if you wish?
3. I can see you have added a lot of custom CSS rules to your style.css file which is why all the sub menu links are showing as white.
Please update the following rule on line 447:
#responsive-menu .responsive-menu li.current-menu-item a { color: #fff !important; }to
#responsive-menu .responsive-menu li.current-menu-item > a { color: #fff !important; }Many thanks
Peter
1. Seems strange. Yes, it is blue overlay but when it vanish menu is hidden still.
2. Yes. That would be great.
3. Hm, so small change:) it worksThanks Peter.
Hi Daniel,
1. This is because the site then reloads a new page so everything resets. The “Close Menu on Click” option is for single page sites that don’t actually redirect URLs but instead scroll down the same page to a different section using anchor links.
2. I will add this to the ever growing list!
3. Glad I could help
I will keep you updated on the progress on the 2nd point and if there is anything else I can help you with please don’t hesitate to let me know!
Many thanks
Peter
OK. Thanks again
Hey Daniel,
I have added the slide animation rather than it just opening into the 2.2 beta.
Could you please download this and install from the following URL and test out for me please:
http://downloads.wordpress.org/plugin/responsive-menu.2.2.zip
Many thanks
Peter
Brilliant! Works great 🙂 Thank you very much.
http://mayyer.pl/p/ferreroHey Daniel,
Great news! Anything else let me know!
Many thanks
Peter
as you wish:) but seriously. Is it possible to “3 lines” get sticky with menu? and move with menu. Something like here facebook box from the left.
Daniel
Hi Daniel,
Can you clarify what you mean with the above?
You can set the menu to be fixed from the admin which will mean it will stay in the same place as the page scrolls.
Could you include an image of what you mean, as nothing was included in the last message?
Many thanks
Peter
oh sorry I forgot to paste url
from the right on this:
http://www.theblogwidgets.com/2013/11/floating-facebook-like-box-widget-for.html
The topic ‘close menu and transitions’ is closed to new replies.