Jump to content

Search the Community

Showing results for tags 'bootstrap carousel repeater'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to ProcessWire
    • News & Announcements
    • Showcase
    • Wishlist & Roadmap
  • Community Support
    • Getting Started
    • Tutorials
    • FAQs
    • General Support
    • API & Templates
    • Modules/Plugins
    • Themes and Profiles
    • Multi-Language Support
    • Security
    • Jobs
  • Off Topic
    • Pub
    • Dev Talk

Product Groups

  • Form Builder
  • ProFields
  • ProCache
  • ProMailer
  • Login Register Pro
  • ProDrafts
  • ListerPro
  • ProDevTools
  • Likes
  • Custom Development

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 1 result

  1. Hello I need help writing the php code to upload pictures into a bootstrap carousel slider on my page. The html hard code looks like this: <div id="myCarousel1" class="carousel slide" data-ride="carousel"> <!-- Indicators --> <ol class="carousel-indicators"> <li data-target="#myCarousel" data-slide-to="0" class="active"></li> <li data-target="#myCarousel" data-slide-to="1"></li> <li data-target="#myCarousel" data-slide-to="2"></li> <li data-target="#myCarousel" data-slide-to="3"></li> <li data-target="#myCarousel" data-slide-to="4"></li> </ol> <!-- Wrapper for slides --> <div class="carousel-inner" role="listbox"> <div class="item active"> <img src="../Bilder.png.Carusell/Klient-8.png" alt="Edelfrau"> </div> <div class="item"> <img src="../Bilder.png.Carusell/Klient-9.png" alt="Maennerportrait"> </div> <div class="item"> <img src="../Bilder.png.Carusell/Klient-4.png" alt="Kind1"> </div> <div class="item"> <img src="../Bilder.png.Carusell/Klient-5.png" alt="Juengling"> </div> <div class="item"> <img src="../Bilder.png.Carusell/Klient-3.png" alt="Kind2"> </div> </div> <!-- Left and right controls --> <a class="left carousel-control" href="#myCarousel1" role="button" data-slide="prev"> <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span> <span class="sr-only">Previous</span> </a> <a class="right carousel-control" href="#myCarousel1" role="button" data-slide="next"> <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span> <span class="sr-only">Next</span> </a> Can anybody help me with the php? I've created a repeater field called slider and the repeater uses an omg-field called "slider_bild". Thanks for any response.
×
×
  • Create New...