// This is a generic paginator for album, photo and movie pages. Depending on the page type,
// there are different sets of variables available. With this data, you can make a paginator
// that lets you say "You're viewing photo 5 of 35", or "You're viewing photos 10 - 18 of 37"
// for album views.
//
// Available variables for all page types:
// $page_type - "collection", "item", or "other"
// $page_subtype - "album", "movie", "photo", "tag", etc.
// $previous_page_url - the url to the previous page, if there is one
// $next_page_url - the url to the next page, if there is one
// $total - the total number of photos in this album
//
// Available for the "collection" page types:
// $page - what page number we're on
// $max_pages - the maximum page number
// $page_size - the page size
// $first_page_url - the url to the first page, or null if we're on the first page
// $last_page_url - the url to the last page, or null if we're on the last page
// $first_visible_position - the position number of the first visible photo on this page
// $last_visible_position - the position number of the last visible photo on this page
//
// Available for "item" page types:
// $position - the position number of this photo
//
?>
Elephants Never Forget
Heather has cut a series of lacy jigsaws (in which all the background has been removed) based on the illustrations of Molly MacLiving which have been very popular. The first was ‘All Cats’ which Heather has cut more than 25 times, with piece counts c150-300. Others in the series are ‘Dogs Galore’, ‘Elephants Never Forget’, Foxes, Orchestra, ‘Kitchen Garden’, ‘Flick of Hares’ and ‘Three Flamingos’.
I first noted this Elephant design in early 2017 (No619) and two more were made in spring 2022 (no c880). The design is semi-interlocking. The usual way to solve it is to isolate patterns and build the elephants, putting them into the larger design whenever you can. The interlocking of the elephants is through little knobs - there is a fair bit of play and moving chains is tricky.
Artist Molly Mac Living
Date: 2017
Brand: Puzzlewood
Material: plywood
Nationality: British
Number: 635
Pieces: 345
Series: Molly Mac Living
Size: 14.3x11.3in
Theme: Cutaway designs, patterned fabrics
Title: Elephants Never Forget
// This is a generic paginator for album, photo and movie pages. Depending on the page type,
// there are different sets of variables available. With this data, you can make a paginator
// that lets you say "You're viewing photo 5 of 35", or "You're viewing photos 10 - 18 of 37"
// for album views.
//
// Available variables for all page types:
// $page_type - "collection", "item", or "other"
// $page_subtype - "album", "movie", "photo", "tag", etc.
// $previous_page_url - the url to the previous page, if there is one
// $next_page_url - the url to the next page, if there is one
// $total - the total number of photos in this album
//
// Available for the "collection" page types:
// $page - what page number we're on
// $max_pages - the maximum page number
// $page_size - the page size
// $first_page_url - the url to the first page, or null if we're on the first page
// $last_page_url - the url to the last page, or null if we're on the last page
// $first_visible_position - the position number of the first visible photo on this page
// $last_visible_position - the position number of the last visible photo on this page
//
// Available for "item" page types:
// $position - the position number of this photo
//
?>