Recent content by carpe

  1. C

    Multiple rotators on a single page

    I figured it out. The api.reload() function empties out the previous rotator, but leaves the empty HTML element. Since I was using an id attribute to reference it, this left multiple instances if a single id in the DOM, and jQuery was only grabbing the first one. Thank you so much for helping...
  2. C

    Multiple rotators on a single page

    Thanks again for all your help. I've updated the code to 3.6 and stored the api instance, then ran reload() on the same instance. The <div> which holds the rotator after the first call now just comes up empty, rather than in a perpetual "loading" state.
  3. C

    Multiple rotators on a single page

    You can view the page in question here: [link removed] Use the preview code berlin From the Select Capacity menu, select 32 oz. This will cause details for all sub-products to load. Both of the available colours have image rotators installed. After you choose one, click the 360 VIEW...
  4. C

    Multiple rotators on a single page

    First off, thanks for your response, I really appreciate the support. 1) Reached out to client to get a time window to apply the code to their site; expect late today or early tomorrow, will post here. 2) This is the version that has worked in the past, didn't see the need to update...
  5. C

    Multiple rotators on a single page

    I have successfully installed the free JS rotator on a BigCommerce product page: [link removed] However, I need to build a page which contains rotators for multiple products, and have been unable to get any after the first to run successfully. I do not need multiple rotators to display...
Top