Difference between revisions of "Notable and Most Recent Template Parts"

From GLMWiki
Jump to: navigation, search
(Shop)
 
(One intermediate revision by the same user not shown)
Line 16: Line 16:
  
 
=== Shop ===
 
=== Shop ===
 +
* '''shop quickbar (with cart amount, price, etc)''' : Turkeyville: Cart icon, view cart, items in cart, price of items, checkout, sign in. http://turkeyville.gaslightmedia.com/shop/
 +
 
* '''shop sidebar nested categories display''': shop-cats-and-products.php : Turkeyville: Currently shows all categories for a shop. Sub categories only shown if category is selected. 'current' category get a '>' prefix. Going into a product page also shows the category that the product is a part of using a '>' prefix. Empty categories are not shown. Product numbers are not shown after the category titles. It's worth noting that with this code we're saving at least $70 for the plugin from WooCommerce that allows nested category layout: [https://docs.woocommerce.com/document/woocommerce-nested-category-layout/ Link to plugin]
 
* '''shop sidebar nested categories display''': shop-cats-and-products.php : Turkeyville: Currently shows all categories for a shop. Sub categories only shown if category is selected. 'current' category get a '>' prefix. Going into a product page also shows the category that the product is a part of using a '>' prefix. Empty categories are not shown. Product numbers are not shown after the category titles. It's worth noting that with this code we're saving at least $70 for the plugin from WooCommerce that allows nested category layout: [https://docs.woocommerce.com/document/woocommerce-nested-category-layout/ Link to plugin]
 +
 +
 +
=== Other ===
 +
* '''slick / post slider''': Michigan Trail Maps
  
 
== Functions ==
 
== Functions ==

Latest revision as of 10:52, 8 December 2017

This page shows what site/template contains the most up to date template parts or which contain aspects or functionality which may be important in the future. Optimally these will all be integrated into a default/standard template. Do note that the best part to include here is not always the one most up to date.

Themes

(for entire themes)

Parts

Navigation/Header

  • Slideshow description slides in on image load: CSRYE (www.csrye.org)
  • frontpage header video: Petoskey Area: Shows a full width video in the header that makes use of javascript to switch out the video tag used for mobile/(tablet+desktop)
  • split top navigation around logo: True North Golf: Uses two different navigation menus
  • Member db profile images in the main nav dropdown: Meetings Michigan. A problem as of this writing is that member db image resizing may result in very poor quality images in cases of extreme ratios (super wide or super tall)


Shop

  • shop sidebar nested categories display: shop-cats-and-products.php : Turkeyville: Currently shows all categories for a shop. Sub categories only shown if category is selected. 'current' category get a '>' prefix. Going into a product page also shows the category that the product is a part of using a '>' prefix. Empty categories are not shown. Product numbers are not shown after the category titles. It's worth noting that with this code we're saving at least $70 for the plugin from WooCommerce that allows nested category layout: Link to plugin


Other

  • slick / post slider: Michigan Trail Maps

Functions

Scripts

Misc