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

From GLMWiki
Jump to: navigation, search
(Shop)
Line 16: Line 16:
  
 
=== Shop ===
 
=== 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.
+
* '''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/]]
 
+
  
 
== Functions ==
 
== Functions ==

Revision as of 15:38, 5 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: [[1]]

Functions

Scripts

Misc