Forum
What are your favourite front-end plugins/scripts?
We often get asked things like, "which jQuery slideshow works well with Perch?" and we're not the best people to answer that as we don't go looking for that sort of thing very often.
If you have favourite solutions for front-end aspects of your site that you know work well with Perch let us know.
I've used Responsive Slides with Perch. Easy to set-up, lightweight jQuery plugin, yet with useful options.
I've often used https://jquery.malsup.com/cycle2/ as a general purpose slider. You can implement it by either just putting the option attributes in your HTML or via traditional Javascript.
However, due to the way Perch works, whereby you have full control over mark-up etc, I haven't had problems implementing any scripts with Perch. That's more an issue with other CMS, where either the CMS approach constrains your front-end code (e.g. Drupal!), or where some scripts would have plugins give non technical users an instant method of adding functionality (e.g. WordPress).
I have been using wooslider a lot recently https://www.woothemes.com/products/wooslider/ has a an easy to style <p> tag which can add a text element to the slide. Been using this simple template
<li> <perch:content id="date" type="date" label="Date" format="%d %B %Y" required="true" suppress="true" /> <img src="<perch:content id="slideimage" type="image" label="Image" width="800" height="450" crop="true"/>" /> <p class="flex-caption header"><perch:content type="text" id="caption" title="true" label="Caption of photo"/></p> </li>
I've been using flexslider https://flexslider.woothemes.com/ with Perch that includes an image, headline and abstract and hyperlink field. Template code below.