• Hello
    what I want to do:
    insert two forms with slider in the same wp page

    the error I get:
    first slider works great, it gets his ID via JS and a DIV of class rangeslider is created:

    <span class="thumb active">...
    <div class="rangeslider" id="js-rangeslider-1606823115477">...
    <div class="qpp-slideroutput">...

    second slider (same form or different form, same issue) doesn’t get his ID and relative DIV, so slider is not working properly:

    <span class="thumb active">...
    <div class="qpp-slideroutput">...

    No error in console

    Any clue?

    Thx

    • This topic was modified 3 years, 12 months ago by mik.
    • This topic was modified 3 years, 12 months ago by mik.
    • This topic was modified 3 years, 12 months ago by mik.
    • This topic was modified 3 years, 12 months ago by mik. Reason: typos
    • This topic was modified 3 years, 12 months ago by mik. Reason: typos

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author fullworks

    (@fullworks)

    The way the current plugin is coded only one slider per page works, I’m afraid.

    Others have pointed this out prior, but worked around it. I’m afraid no ‘pro’ customers have requested this so it is not high on the priority list.

    Thread Starter mik

    (@atomik)

    Hello @fullworks,
    thx for quick reply, I see your point
    Could you please link the thread (if any) where the work-around is described?

    thanks

    -m.

    Plugin Author fullworks

    (@fullworks)

    The work around was simply to not use the sliders – sorry if I made it sound more interesting than it was.

    I did take a look at the code at the time to see if I could simply replace the javascript sliders with html5 sliders but it was more than a quick fix.

    Thread Starter mik

    (@atomik)

    The work around was simply to not use the sliders

    @fullworks LOL

    Plugin Author fullworks

    (@fullworks)

    Just FYI this will come in version 6.0

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘slider, unable to render multiple working instances on the same page’ is closed to new replies.