Code

Discussion on WordPress Menu Plugin — Superfly Responsive Menu

Discussion on WordPress Menu Plugin — Superfly Responsive Menu

Cart 10,960 sales
Recently Updated

looks_awesome supports this item

Supported

This author's response time can be up to 2 business days.

2553 comments found.

I like how the pop out contact works, but can I stop the menu at that point to only show the pop out and not show another contact page?

Hello dgardin,

what do you mean? If you want contact only in sidebar then you need to delete your theme’s contact page

Best Regards,
Looks Awesome team

____________

Docs & FAQ | Send us message | User Suggestion Form | Twitter | Facebook

Ok, I remove the contact page from my template and now I get this when I click on the menu item “Oops! That page can’t be found.” I just want the contact to slide out, and if I accidently click to many times it does not go to another page.

Hello dgardin,

yes because it links to not existing page now. You need to attach sidebar opening function to this link http://contactform.looks-awesome.com/docs/Customize/Add_Opening_Trigger_to_Your_Button,%20Link_or_Image

Best Regards,
Looks Awesome team

____________

Docs & FAQ | Send us message | User Suggestion Form | Twitter | Facebook

I there a totally blank template I can use this with?

Hello, is it possible to have a fixed header (100px height and a white bg for exemple), and when I click on the button, the content is pushed but under the header ? The header have to stay visible, and the overlay must apply only under it and not over the entire page ? Thanks for your answer.

Hello cedriczone,

depends on template. Share live page to advise

Best Regards,
Looks Awesome team

____________

Docs & FAQ | Send us message | User Suggestion Form | Twitter | Facebook

Hi, first off. I love the plugin. However, before I get too in-depth with it, I’ve noticed one major issue. I am only using the plugin for my mobile menu, but it does not cancel out the default theme menu. Is there a workaround to this? My site is bellevue.org.

Hello dillonsherlock,

plugin doesn’t replace theme menus. Please check FAQ info http://superfly.looks-awesome.com/docs/FAQ How do I hide the main (default) menu?

Best Regards,
Looks Awesome team

____________

Docs & FAQ | Send us message | User Suggestion Form | Twitter | Facebook

Hi,

Menu icon don’t show on our website.

http://test.motorevue.com

We tried mostly every settings without result.

Franck

Hello, currently we don’t see plugin activated on your URL. However we see this undefined syntax error on page https://www.dropbox.com/s/f76zydp9wqhe9xv/Screenshot%202016-01-21%2021.25.31.png?dl=0 , it can prevent plugin from initializing properly

Hello! I need help with compatibility of your Superfly Menu. Menu is not working properly on Chrome browser and few different mobile devices (Windows Phone, Samsung Galaxy).

Plese give me some clues about what can be wrong, console log does not show any errors. It is very urgent case – my client is really dissapointed.

EDIT: I upgraded to newset version – problem seems to be solved. Thanks!

Hello is possible to display the menu when page is load for about 5 seconds (to tell user theres a menu) and then the menu automatically get hide. And of course working in the normal way when user are close to the edge.

Thanks for you time and help

Hello camus17,

you should add your custom code using API methods available after page load. LM.showSidebar() and LM.hideSidebar() and using Something like

jQuery(function($){
   setTimeout(function(){
       LM.showSidebar();

       setTimeout(function(){
          LM.hideSidebar();
       },0)
   },5000)
})

but it’s not recommended to do this every page load, you should use cookies to show only once. Ask your developer for such custom logic

Best Regards,
Looks Awesome team

____________

Docs & FAQ | Send us message | User Suggestion Form | Twitter | Facebook

Dear, My name is Vincent.

I purchased your wonderful plugin on Sunday night, Jan 17, 2016. Everything is good except one. Most of the time after I make a new setting for the plugin, it may take up to 10 – 15 minutes for the new setting to be applied. So how can I fix it?

Thank you,

Hello myplane2502,

it’s not Superfly related issue, must be caching system on your installation rather it’s third-party plugin or your server host itself

Best Regards,
Looks Awesome team

____________

Docs & FAQ | Send us message | User Suggestion Form | Twitter | Facebook

Hi,

I would like to know whether it is possible to have the SuperFly Menu set as Always visible on Page for Large Screens i.e. Computers, BUT only a Visble Sidebar Edge on Smaller screens i.e Mobile phones. The Mobile Phone view menu should slide on top of content.

I’m assuming some small CSS changes would need to be made to achieve this.

Hello dharborne,

currently plugin works exactly like you described. On mobiles no matter what mode is chosen menu is always hidden. This was made because always visible menu obviously doesn’t fit mobile screens

Best Regards,
Looks Awesome team

____________

Docs & FAQ | Send us message | User Suggestion Form | Twitter | Facebook

I do not see a visible sidebar edge. I only see a Hamburger Menu. http://deafsports.nz/deafgames/wp-content/uploads/sites/2/2016/01/Current.png

I want to see a Hamburger Menu inside a Visible Edge. http://deafsports.nz/deafgames/wp-content/uploads/sites/2/2016/01/Wanted-design.png

Hello dharborne,

there is no such setting for like you illustrated on second screen. You can try to use this custom CSS

@media screen and (max-width:480px) {
  .sfm-rollback {
    width: 60px !important;
    background-color: green !important;
  }
}

Best Regards,
Looks Awesome team

____________

Docs & FAQ | Send us message | User Suggestion Form | Twitter | Facebook

Hello,

I have a question before purchase this plugin. Do you provide the menu option with the push-content down effect, like in this web: https://designmuseum.org ?

Thank you, Yannis

Hello zannoni,

currently plugin doesn’t have such effect, maybe will be added in future

Best Regards,
Looks Awesome team

____________

Docs & FAQ | Send us message | User Suggestion Form | Twitter | Facebook

Hi,

The new update(3.2.1) does not work on my web-site. Now old version(3.2.0) works. When the update installs, new menu section appears as a white screen.

link is here: maya.k12.tr (now old version installed)

Thanks,

Hello suremer,

please contact us and send your URL and temporary admin access so we can install and check this.

Best Regards,
Looks Awesome team

____________

Docs & FAQ | Send us message | User Suggestion Form | Twitter | Facebook

hi again, i sent it. thanks,

Hi there! How can I change the size of the hamburger icon to make it a bit smaller?

Hello healthymike,

you can use this setting https://www.dropbox.com/s/duq09czbs0nubx1/Screenshot%202016-01-19%2019.51.26.png?dl=0 and if you use metro-style button this CSS to make it smaller

.sfm-navicon-button {
  padding: 20px 10px;
}

Best Regards,
Looks Awesome team

____________

Docs & FAQ | Send us message | User Suggestion Form | Twitter | Facebook

“USE MOBILE LOGIC FOR SUBMENUS ON DESKTOPS” does not work on 3.2.1 at least on my site, sublevels do not show.. Reverte to 3.2.0.

Hello ianstudio,

we’re uploading 3.2.2 this happens when USE MOBILE LOGIC FOR SUBMENUS ON DESKTOPS is YES and submenu indicators are OFF https://www.dropbox.com/s/zslhzmx1xrs33ve/Screenshot%202016-01-18%2021.18.32.png?dl=0. .

Best Regards,
Looks Awesome team

____________

Docs & FAQ | Send us message | User Suggestion Form | Twitter | Facebook

Hello, I have a problem with displaying the first level sub-menu with contact form on the iPad. Please see the CONTACT menu item here http://198.50.173.226/~light/ It works well on Desktop and iPhone screens, but for some reason it does not work on iPads. The version of SF is 2.1.13. Thank you

And my second question is if there is a possibility to have a button on the page that would open the fist and the second level of the menu. For example, in my case I want to show the contact form (which is on the second level of the menu) if the user clicks on the button.

Hello Azura41,

please install latest version 3.2.1 to try to fix iPad.

Button on page can only open menu itself not specific submenus

Best Regards,
Looks Awesome team

____________

Docs & FAQ | Send us message | User Suggestion Form | Twitter | Facebook

Hi. I have recently purchased the superfly menu. I think it’s great and it works exceptionally well on large monitors and mobiles, but I cannot see an option to change the sidebar menu to a navbar menu on a tablet. I would like to be able to have a nav bar feature on tablet screens (same as on mobile) as the sidebar on tablets looks a little large and squashes content. I have tried to increase the Navbar threshold point, but this does not remove the sidebar menu. Is there a way to have this feature implemented via a quick code or will i need to wait for an update? Thanks

Hello bobbyg129,

currently there is no option for this, we plan this for future major updates. But currently on mobiles it should be always hidden when used in always visible mode https://www.dropbox.com/s/nuuma92r8pduute/Screenshot%202016-01-16%2019.53.41.png?dl=0

Best Regards,
Looks Awesome team

____________

Docs & FAQ | Send us message | User Suggestion Form | Twitter | Facebook

Hi, I had a couple of questions on your plugin:

1. Can the plugin be based on the pages widget (this auto-generates a menu as I have a lot of pages)?

2. I like the fixed menu. However, I am looking for child menu items to push down in the vertical menu bar, rather than fly out over the text. Does the menu offer this feature?

Thanks

Hello Superedge,

this menu is site-wide by default. You can set where to show it in admin settings

it can be set that submenus are dropped down rather than fly out

Best Regards,
Looks Awesome team

____________

Docs & FAQ | Send us message | User Suggestion Form | Twitter | Facebook

Hi. I’m considering purchasing your plugin – one question. i just wonder is is possible to change from rich menu on laptop screen to be full screen menu on mobile screen ?

Hello sarutty,

currently this not possible, we’ll consider to add this in future

Best Regards,
Looks Awesome team

____________

Docs & FAQ | Send us message | User Suggestion Form | Twitter | Facebook

Hi, when using the “push content” I run into an issue: if the menu is open and I switch to another browser window.. when return to the widow of my site and close the Superfly menu, some elements like a revolution slider and some full width images do not align back to match the window thus creating a big empty margin..

Of course if I resize the window slightly all the elements go back to aligning as they should.. Sure I could use the menu as sliding overt the content but I find the “push content” cooler.. H E L P !! :0)

Hello ianstudio,

it requires integration, so these sliders take into account page is pushed and take this This will be customization and we don’t have quick solution for this

Best Regards,
Looks Awesome team

____________

Docs & FAQ | Send us message | User Suggestion Form | Twitter | Facebook

When the menu is open, I show two close X’s. One in the menu itself and another just outside of it. How do I get rid on the one on the outside?

I am using the push content display mode. Thanks!

Hello hdchan08,

try to enable overlay https://www.dropbox.com/s/038uyppot66vzfx/Screenshot%202016-01-16%2019.04.55.png?dl=0, outer button will be automatically hidden

Best Regards,
Looks Awesome team

____________

Docs & FAQ | Send us message | User Suggestion Form | Twitter | Facebook

Plugin works great, except on Android. I need to double click the icon to make it expand, and then when I click on sub menus they expand and then collapse immediately. I cannot see to make this stop happening.

Hello pDOttawa,

do you have latest version? let’s start with live URL to inspect. You can share it or send it privately using link below.

Best Regards,
Looks Awesome team

____________

Docs & FAQ | Send us message | User Suggestion Form | Twitter | Facebook

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey