Slider Disappears When Including jQuery Accordion in Sidebar
-
Topic
-
Hello and thank you for your time.
This is in Jump Start framework.
What I am doing.
I am using the “Enhanced Text” plugin widget in the left side bar widget area so that I can include this PHP page with custom navigation.<?php include 'http://nccbuild2.wooshdata.com/includes/v_nav.php'; ?>
Expected result is to display the customer navigation in the sidebar. I use this in Akita with no issue. I do think I am using a different slider in Akita however. I need to use the standard slider in Jump Start so that entire image is a link.
http://nccbuild2.wooshdata.com is the URL. The slider is there in the source code, it just isnt diplaying. I am using a basic and simple jQuery accordian script to achieve my desired results.
$(function() { $( "#ncc2_nav" ).accordion({ collapsible: true, active: false }); });
Would this be affecting the display of the slider? Also in the v_nav.php I am using the Google jQuery libraries.
- You must be logged in to reply to this topic.