responsivemenu
Forum Replies Created
-
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Costume CSS won’t workHi there,
What custom CSS have you tried so I can let you know if it should work or not.
Im afraid I dont have a Galaxy S5 to test on, only an iphone so it will be difficult to debug the second point – can you send screenshots over of the issue exactly?
All the best
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Costume CSS won’t workHey there,
Centre aligning the menu is not possible as an option but you can try and set the distance from side to be 50%.
Having said that however this would mean 50% from the left edge so isnt perfectly central but with some CSS tweaking you may be able to achieve this.
All the best
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Costume CSS won’t workHey there,
Can I ask why you are using Custom CSS in your theme for this and not the options for my plugin?
I can see you have it set at 12px width for the lines and 360px for the outter buttom container set from my plugin, what would you like it to be?
All the best
Hey there,
.responsive-menu-pro-collapseis only used for the Collapse button animation so it would be better to use something generic like the example above (just add the pro prefixes back in).However, if you plan not to change the button animation type then the code above will work just fine 🙂
Either way I’m glad it is working for you now!
All the best
- This reply was modified 9 years, 6 months ago by responsivemenu.
Hey there,
Apologies I misread your meaning on efficiency.
If your CSS is being overriden you will need to make the declaration more specific to overwrite the previous styles, you can do so by prepending with the parent element as so:
#responsive-menu-button .responsive-menu-inner::after { bottom: -15px; } #responsive-menu-button .responsive-menu-inner::before { top: -15px; }Also, apologies the previous example I gave you was incorrect as it was actually the pro classes not the free version that I gave you.
Please try the above and let me know if it works for you.
All the best
- This reply was modified 9 years, 6 months ago by responsivemenu.
Hi there,
Please provide an example URL so I can check, you can change the distance between lines using the below CSS rules:
.responsive-menu-pro-inner::after { bottom: -15px; } .responsive-menu-pro-inner::before { top: -15px; }All the best
Hi there,
I’m not sure what you mean by more efficient, can you please elaborate.
I am not aware of any inefficiencies of using media queries, in fact this is pretty much the defacto standard for changing styles at different screen sizes.
The only alternative is to use JavaScript or jQuery but I expect that this is will be alot less efficient than the method I have proposed as you would need to query the page size on each page load or resizing of the screen.
All the best
Hey there,
It certainly is possible but there are many custom css options you will need to change to do this manually.
I would start in the dev tools by looking for the #responsive-menu-button element and then working inwards from there.
Hope it helps
Hey Ty,
Sure, all you need to do is look through the source code of your site or better still use the browsers web inspector tools.
Then find the specific ID of that link and you can then style it accoedingly using some custom CSS.
All the best
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Overlay not disappearing?Hey there,
Great news! I will add it to the core of the plugin so it will be available without the custom CSS in future for everyone from the next version onwards.
Thanks again
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Different menu widthHey there,
Great news and thanks for letting me know!
All the best
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Overlay not disappearing?Hey there,
I have been playing around with this quite a bit and searching online which took me to the StackOverflow page below:
I have tried a few things and the one that works for me is pasted below. Can you add this as custom css to your themes styles.css file, refresh your caches and let me know if it fixes it. If it does then I will release it as part of a new update:
#responsive-menu-container { outline: 1px solid transparent; }All the best
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Different menu widthHey there,
You can still add custom CSS to your themes style.css file and the element you need that has the width is references as
#responsive-menu-pro-container.All the best
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Different menu widthHi liraaf,
Not natively within the plugin options but you can create some custom CSS easily that will be able to change the width using media queries.
If you need any help with this please let me know.
All the best
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Overlay not disappearing?Hey there,
Thanks for this – so far I am unable to replicate the issue but will keep trying!
Can you let me know if you get the same problem when looking at my site responsive.menu?
All the best