Using Compass' Flexbox Module

Using Compass' Flexbox Module

Thursday, Jul 9, 2015
At Will Hall Online, we love Sass for making our CSS more powerful and streamlined. And we love CSS3 Flexbox for enabling us to create responsive layouts quickly and easily. But until recently, we’d found using the two of them together relatively difficult, because Flexbox requires numerous prefixes to work on as many browsers as possible, and there are a lot of Flexbox related properties, so to write mixins for all of them would take ages. ...

Read more
Creating a Flexslider Carousel with Image Thumbnail Navigation

Creating a Flexslider Carousel with Image Thumbnail Navigation

Wednesday, Nov 19, 2014
For a recent project, a client wanted us to create a carousel style display of product images which could be cycled through using a panel of thumbnails immediately underneath, or by back and forward buttons. There are numerous tutorials available online regarding how to create this sort of effect, but few specifically aimed at integrating with the Drupal 7 Views module. So we thought we’d make a few notes of our own on the subject. ...

Read more