Questions tagged [jquery-mobile-navbar]

62 questions
0
votes
1 answer

Wordpress Boostrap NavMenu on mobile hides after displaying

Here is my code, the overall design will get an improvement soon enough. Just currently getting it functional. Anyway the issue is when on a mobile phone and you click on the navbar toggle button, then menu shows and disappears instantly.
0
votes
1 answer

How to get a Fixed mobile menu in Divi to change colour on scroll with CSS and possibly jQuery?

I have already made a start and have a working fixed mobile menu with a 0.4sec ease transition decreasing the height on scroll also. So far all done with CSS. I tried adding a background-color transition at the bottom of the code but that bit…
0
votes
1 answer

Javascript media queries: How to run script according to the screen width?

I am currently developing a website and I have a problem for the responsive. I have built my menu and I would like the sub-menus to appear after a hover when the screen width is greater than 980px. Below this width, I would like that the user click…
0
votes
0 answers

How do I center these nav icons vertically in jQuery Mobile?

I am wondering how to center these icons vertically within their button. I want them to be centered vertically regardless of what device they are displayed on. Thanks! #footer { position: fixed; left: 0; right: 0; bottom:…
A.M.
  • 97
  • 1
  • 9
0
votes
1 answer

Make media nav bar functional on Wordpress site

I've got a wordpress site I'm working on that's a few years old, (but up to date...as much as possible), and uses the "Expound" theme. It is supposed to be responsive, but the nav bar isn't functioning correctly. When the display is less than 600px…
AmericanMade
  • 453
  • 1
  • 9
  • 22
0
votes
1 answer

jquery navbar throws Uncaught Error: Syntax error, unrecognized expression: :nth-child

This error occurs when you first load the page at an anchor and then navigate back to the main page (first page found in the html file) that contains a navbar. Anchor Page (Refresh the browser on your anchored…
Olmstov
  • 563
  • 7
  • 18
0
votes
1 answer

Django Materialize.css Navbar

I'm working on a Django webapp and I'm using Materialize for CSS I have placed the Materialize file in the static folder in the app. I have issues with the Navbar that it works fine when in full-screen but when I resize the browser the hamburger…
0
votes
1 answer

Responsive navi overlaps h1 and navi links on h1 isn't working

this is my first message! I can't find answer on my question on the webpage. I'm going to do responsive website but I have a problem with mobile navigation on the phone. The navi links overlaps h1 and links dont's react (does not work as it…
lapa1990
  • 29
  • 6
0
votes
1 answer

Different colors for hovering over buttons in Bootstrap navbar

So as the title says, I'm trying to have my Navbar using Twitter Bootstrap to have different colors when hovering over particular buttons. Here is my index.html code snippet:
0
votes
1 answer

bootstrap navigation not working

This is my code for navbar it works with desktop but when i go with responsive the menu links does't work . i click on menu and nothing happen please help.
0
votes
1 answer

Jquery mobile navbar styling in header not working properly

I am working on an Jquery mobile app using Cordova/PhoneGap where I want a navbar directly under my header, with a fixed position, so the navbar doesn't scroll with the content. If I place the navbar inside the header, it inherits the style of the…
Rory
  • 35
  • 9
0
votes
1 answer

jQuery mobile persistant navbar transition issue

I'm using jQuery Mobile 1.4.2 to finish a simple demo, and my code is like this:
0
votes
2 answers

Increase jquerymobile navbar icon size

I'm creating a cordova app using jquerymobile. Is there a way to change the size of jquerymobile's navbar icon that I use in the footer section? The following is the html script that I use for the footer
zcionn
  • 71
  • 6
0
votes
1 answer

JQuery Mobile : navbar inside footer last element displaying incorrectly

I'm using JQuery Mobile 1.4.5, and I have no custom CSS of any kind. Code:
...
0
votes
0 answers

Is there a justified navbar for Bootstrap like jQuery

im searching for a mobile navbar with 3 navbaritems. I found a navbar in the jQuery-Doc http://demos.jquerymobile.com/1.2.1/docs/toolbars/docs-navbar.html In the Bootstrap-Doc I found this http://getbootstrap.com/components/#navbar But I need a…