Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

can I use font-awesome with smartmenus?

Home Forums Older releases 0.9.x can I use font-awesome with smartmenus?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #2281
    janeksz
    Participant
    </pre>Hi,
    
    I did 
    <link href=”/libraries/font-awesome-4.3.0/css/font-awesome.min.css” rel=”stylesheet”>
    
    and 
    
    <pre><li> <a></i>  Database </a></li?

    The icon is corrupted.
    Is it possible to use font-awesome if if yes, how?

    Jan

    #2282
    janeksz
    Participant

    sorry, it was:

     <li> <a></i>  Database </a></li> 
    #2283
    janeksz
    Participant

    Hi,

    I’m trying to use smartmenu for uni project. The problem I have is the version http://vadikom.github.io/smartmenus/src/demo/bootstrap-navbar-fixed-top.html doesn’t work with font awesome http://fortawesome.github.io/Font-Awesome/
    The basic version works with font awesome.
    Is there an easy way to fix it for BS3 version?
    How can I easily hide some menu items on mobile devices, an equivalent of class=”navbar-brand hidden-xs”

    Jan

    #2285
    admin
    Keymaster

    Not sure why you are having troubles – maybe you have not configured the path to the Font Awasome CSS file. I just tried including it like this on the page:

    <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">

    And then adding icons like this:

    <li><a href="#"><i class="fa fa-camera-retro"></i> Link</a></li>

    works without any problems.

    How can I easily hide some menu items on mobile devices, an equivalent of class=”navbar-brand hidden-xs”

    You can use the same class:

    <li class="hidden-xs"><a href="#">Link</a></li>
    #2289
    janeksz
    Participant

    Hi,

    Thanks for your time and effort taken to help me. I was able to resolve the problem after reloading the font awesome libraries on my computer.
    Thanks for sharing your work.
    One thing I noticed on mobile screen (touch) is a confusion about a submenu closing.
    That problem doesnt exist on the desktop.
    How difficult it wold be to have a ‘-‘ sign on top of the dropdown indicating the possibility to minimize similar to existing ‘+’ sign indicating the possibility of maximize?
    Even better how about the arrow up or down icon?

    Thanks again, much appreciate it.

    Jan

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘0.9.x’ is closed to new topics and replies.