Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8075367
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T14:57:51+00:00 2026-06-05T14:57:51+00:00

I have been using Flex Slider as a slider plugin for my websites. I

  • 0

I have been using Flex Slider as a slider plugin for my websites.

I am not super versed in JQuery, but I was wondering if anyone knew of a way to tie the content of another element (in this case an element) to allow for me to change content outside of the flex slider with the same navigation.

I know I can load the content into the

  • ‘s and have it slide, but I was wondering if there was a way to change information outside of the slider div. Below is my code:

    <article class="slider">
        <div class="flexslider-container">
          <div class="flexslider">
            <ul class="slides">
              <li><img class="main" src="/img/banner-boundries.jpg" /></li>
              <li><img class="main" src="/img/banner-makers.jpg" /></li>
              <li><img class="main" src="/img/banner-makers.jpg" /></li>
            </ul><!-- / slides ul -->
          </div><!-- / flexslider div -->
        </div><!-- / flexslider-container div -->
      </article><!-- / slider article -->
    
     <article class="slider_sub">
        <aside class="column ends">
          <p class="quote">“I was really excited to get my new CIRA X. The ability to manage which devices get priority over our 3G network has revolutionized our business.”</p>
    
          <hr>
          <h3>Guy Smiley</h3>
          <p class="footnote">Muppet Anchor Man, FBI Operative</p>
        </aside>
        <aside class="column ends center">
          <h2>What Do Makers Do?</h2>
          <p>Ever wish you had that Thing  that made your current devices do that one task you need?  We make that Thing.  The devices we create are based on solutions for our custmers, not just features.</p>
    
          <div class="moreinfo"><a href="">read more</a></div>
        </aside>
        <aside class="column ends">
          <h2>The CIRA X Story</h2>
          <img src="img/cira-x-story.png" border="0">
          <p>Read how client need drove the cration of this Feeney Wireless device.</p>
        </aside>  
        <div class="clear"></div>
      </article><!-- / featurette article -->
    </section><!-- end call out section -->
    

    SO I want the slider navigation to also slide the content below it. Thanks!

    • 1 1 Answer
    • 0 Views
    • 0 Followers
    • 0
    Share
    • Facebook
    • Report

    Leave an answer
    Cancel reply

    You must login to add an answer.

    Forgot Password?

    Need An Account, Sign Up Here

    1 Answer

    • Voted
    • Oldest
    • Recent
    • Random
    1. Editorial Team
      Editorial Team
      2026-06-05T14:57:53+00:00Added an answer on June 5, 2026 at 2:57 pm

      There are probably a number of ways to accomplish this. This answer is specific to flex-slider. The implementation will be very specific to this plugin. There is some pretty good documentation here.

      Theoretically, there are two ways to accomplish this.

      A. Bind the second slider events to listen to the events of the first slider.

      B. Listen to the slide events and programatically call the corresponding events on the second slider. Note, conversion may be required if slide contents do not match 1 to 1.

      A-Solution– Judging from the documentation, this appears to bind the two together:

      <!-- Target both sliders with the same properties -->
      <script type="text/javascript" charset="utf-8">
        $(window).load(function() {
          $('.flexslider').flexslider();
        });
      </script>
      
      //My hesitation on this is that it indicates properties are shared, I am assuming that would included shared event handlers.
      

      B-Solution– If the two sliders share only properties and not event handlers, the manual (programmatic)method is possible fallback:

      <script type="text/javascript" charset="utf-8">
        $(window).load(function() {
          $('.flexslider').flexslider({
            animation: "slide",
            controlsContainer: ".flex-container",
            before: function(slider) {
              //Grab second slider and pass along action
              $('#secondSliderID').flexslider.before(slider);
            }
          });
        });
      </script>
      

      There may be complication with the slider parameter.
      Both will involve a bit of plugin specific troubleshooting to confirm.

      Hope this helps.
      All the best!
      Nash

      • 0
      • Reply
      • Share
        Share
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
        • Share on WhatsApp
        • Report

    Sidebar

    Related Questions

    I have been using Javascript but more in a procedural way not the object
    I have been using eGit for eclipse so I do not know much about
    I have been using Flash Builder to build my flex software and I am
    Until recently I have been using cairngorm as a framework for flex. However, in
    My question may be silly but I think it´s not. I´m using flex with
    I have been developing a game using Flex, and used the Timer class to
    Using Flex Builder 3 : I have been getting this problem in every single
    We have been building our Flex app forever using Maven. Due to the fact
    Hi, I have been working on a Flex Mobile application using Flash Builder 4.6.
    I have been using the examples from this site ( http://dojotoolkit.org/documentation/tutorials/1.6/datagrid/ ) to render

    Explore

    • Home
    • Add group
    • Groups page
    • Communities
    • Questions
      • New Questions
      • Trending Questions
      • Must read Questions
      • Hot Questions
    • Polls
    • Tags
    • Badges
    • Users
    • Help
    • SEARCH

    Footer

    © 2021 The Archive Base. All Rights Reserved
    With Love by The Archive Base

    Insert/edit link

    Enter the destination URL

    Or link to existing content

      No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.