Questions tagged [responsive-nav]

Responsive navigation plugin without library dependencies and with fast touch screen support.

Responsive navigation plugin without library dependencies and with fast touch screen support. http://responsive-nav.com/

15 questions
2
votes
1 answer

Javascript img src variation?

I'm using a responsive navigation plugin for the navigation on this website I'm currently working on, and the label for the shrunken down navigation is in the javascript file, and I want to make it a menu button rather than text. Is there any way I…
1
vote
1 answer

make css dropdown menu responsive

I'm trying to make css drop-down menu responsive according to the browser window. I want the menu text to stay centered according to the browser window Please see this video as examples of the intended…
sparrow
  • 57
  • 2
  • 10
0
votes
1 answer

Event listener is removed after clicking on an anchor link in the responsive navbar

I am creating a simple one page website's responsive navbar. After opening the hamburger menu and clicking on an anchor link the hamburgers event listener disappears, so I have to refresh to have it work again. Without using the link I can open and…
LiliV
  • 1
  • 1
0
votes
1 answer

Responsive Navbar Issue (jQuery included)

I've created a responsive navbar. However, during iPad breakpoints, when you try to close the :active navbar by clicking the hamburger icon the jQuery script that is connected also implements .removeClass(".active").slideToggle() on the two buttons…
0
votes
1 answer

First element won't display below img in responsive nav

I made a responsive nav that works perfectly except for one annoying little thing: When I resize the screen width to 1200px or below, the menu items are supposed to disappear and get replaced with a hamburger icon that displays all those disappeared…
Tom Fogle
  • 3
  • 1
0
votes
1 answer

SmoothScroll, SafariSupport and Responsive Nav

I have three questions about this side here How can I add a smooth scroll? I tried some variants but when I remove the .slim from jquery, the dropdown doesn't work anymore. I tried the Nav from Bootstrap in Safari but it doesn't work very well…
0
votes
1 answer

JS plug-in breaks other scripts when not required on page

I'm using a plug-in for my responsive navigation (http://responsive-nav.com). The plug-in works great, the problem I'm having is there is not navigation on every page. When this is the case I've noticed other javascript doesn't load and I get an…
user1406440
  • 1,329
  • 2
  • 24
  • 59
0
votes
3 answers

Navigation Hides Menu Icon

I created a responsive navigation bar, but when it is in mobile view, the headings on the menu are hiding the menu icon when they are shown. Below is a picture of what is happening (I don' have enough reputation to post pictures yet, so there are…
0
votes
1 answer

Responsive Navigation Sub Heading Overlapping

I created a responsive navigation menu with sub-headings, but the sub-headings overlap when hovered or tapped. I would like to know how I can fix this, making sure that they don't overlap and appear normally. I did use a jquery plugin in for the…
Citlalipop
  • 68
  • 1
  • 11
0
votes
1 answer

HTML/CSS/JavaScript Html page in another html page scrollbars issue

I have a problem when I'm trying to load another HTML file into my existing one. I am doing that with JavaScript with this fuction inside my html code