• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Why don't Bootstrap dropdown navigation links work when flexslider is on the page

Explorer ,
Apr 26, 2017 Apr 26, 2017

Copy link to clipboard

Copied

I have created a web site using bootstrap dropdown navigation. On my Gallery page and on three other pages I have used Flexslider to make a slideshow. On the pages where the slideshows are included the dropdown elements of the navigation bar don't work although the other links do work. I suspect it could be caused by a hierarchy of css but despite experiments I have failed to solve it. Can anyone advise me please?

http://www.warfieldpark.co.uk/pages/gallery.html

http://www.warfieldpark.co.uk/pages/lissett_redwood_details.html#

Views

320

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Apr 26, 2017 Apr 26, 2017

Have you tried changing the jquery library from 1.6.2 (specifically on the Gallery page) to what you are using on the pages where the naviagtion does work?

On the Gallery page:

Change this:

<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>

To this:

<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->

<script src="http://www.warfieldpark.co.uk/js/jquery-1.11.3.min.js"></script>

See if that do

...

Votes

Translate

Translate
LEGEND ,
Apr 26, 2017 Apr 26, 2017

Copy link to clipboard

Copied

Have you tried changing the jquery library from 1.6.2 (specifically on the Gallery page) to what you are using on the pages where the naviagtion does work?

On the Gallery page:

Change this:

<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>

To this:

<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->

<script src="http://www.warfieldpark.co.uk/js/jquery-1.11.3.min.js"></script>

See if that does anything.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Apr 26, 2017 Apr 26, 2017

Copy link to clipboard

Copied

That works perfectly - thank you so much! Every time I pose a question on this forum someone much cleverer than me manages to give me the answer!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 26, 2017 Apr 26, 2017

Copy link to clipboard

Copied

That works perfectly - thank you so much!

That's why knowing some coding can be quite useful, it comes in handy sometimes - as I keep on saying in this forum. Glad it worked for you.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Apr 26, 2017 Apr 26, 2017

Copy link to clipboard

Copied

LATEST

I am on a steep learning curve but trying to absorb as much as I can. I am nervous about trying to be too adventurous because when I do it all goes pear-shaped!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines