Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Bootstrap Navigation Menu not staying open at smaller screensize

  • This topic is empty.
Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #46319
    ani7ruddha
    Participant

    http://getmobishop.com/

    My navigation gets hidden as a button in smaller screen and then on clicking the button I cant view the menus.. What shall I do??

    #142295
    Paulie_D
    Member

    Whatever is firing the animation isn’t staying open.

    How are you doing the animation?

    #142297
    Justin_G
    Member

    media=”all”
    responsive.css:24@media (max-width: 767px)

    in your CSS file dictates that styles for the navigation change when viewing on different resolutions. If you dont want your navigation to change, find the CSS style associated with the navigation within those ‘media queries’ and change accordingly.

    If your issue is just that the nav menu doesn’t pop open when you click it, I notice double clicking keeps it open..could be a jump off point to fixing it

    #142298
    Paulie_D
    Member

    @Justin_G

    The media queries are working fine (it looks like Twitter Bootstrap) but if you click the menu button at smaller screen sizes the menu opens but immediately closes again.

    This feels like a JS issue.

    #142301
    ani7ruddha
    Participant

    “The media queries are working fine (it looks like Twitter Bootstrap) but if you click the menu button at smaller screen sizes the menu opens but immediately closes again.

    This feels like a JS issue.”


    @Paulie_D
    : You exactly go it.. I dont know what is the issue Yes its Twitter Bootstrap and its fine here http://metainfos.com/argo/slide

    Just added the new slider to the new link

    #142303
    ani7ruddha
    Participant

    Can someone look into?

    #142305
    Paulie_D
    Member

    >Can someone look into?

    Can you be patient?

    #142324
    NghiQuach
    Participant

    my guess is that it is in one of these files.

    You basically have 3 bootstrap css files instead of 1 I don’t know why.

    #142335
    ani7ruddha
    Participant

    Solved a couple JS were clashing :)
    fixed them

    #142465
    Rajinder S. GIll
    Participant

    is your website in magento bcoz i have same issue in magento?

    #142468
    Rajinder S. GIll
    Participant

    @ani7ruddha – can you pls let me know how you fixed that?

    #142469
    ani7ruddha
    Participant

    it was html and two Js files were clashing I removed them and fixed up

    #142476
    Rajinder S. GIll
    Participant

    which > JS files ?

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