Okay
  Public Ticket #741053
Generate Undefined Nectar Slider on the Go
Closed

Comments

  • Jacob started the conversation

    Hi,

    I looked through all the documentation and previous support tickets, however I could not find the solution to my problem.

    I want to generate a new nectar slider from Advanced Custom Field images (using a php template file), as you would with a normal jQuery slider. Nectar sliders seem to require a pre-defined slider, however I want to generate a Nectar carousel on the go. Seems like a basic feature so hopefully you support this.

    for example with the boostrap carousel:

    <div class="container">
      <div id="myCarousel" class="carousel slide" data-ride="carousel">
        <div class="carousel-inner" role="listbox">

          <div class="item active">
            <img src="img_1.jpg" alt="Chania" width="460" height="345">
          </div>

          <div class="item">
            <img src="img_1.jpg" alt="Chania" width="460" height="345">
          </div>

        </div>
    </div>


  •  9,639
    Tahir replied

    Hey ,

    Assigning the ticket to the developer so that he may add in this complex technical response. 

    Best.


     Salient Support Team