Working on putting together the bulk of the theme
authorLaury GvR <laury@gaslightmedia.com>
Mon, 8 May 2017 22:07:55 +0000 (18:07 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 8 May 2017 22:07:55 +0000 (18:07 -0400)
commit238b9e63e6905c9fb9a7db18a63786f8b1517bd0
tree52f396cf89167b1b75831ff932bf3921e2a810ef
parent226c65ef61ebb6a28acaa3085afd99791751d4e1
Working on putting together the bulk of the theme

In particular the WooCommerce functionality. Votes can now be
 quickly added (like an Add To Cart button), shop page gets a
 notification message when a product is added. Some styles
 stripped, some added, will need some more to look presentable.

Made a new logo from the image containing their logo on their
 original site.

Working on getting the Fancybox code to work with help from
 Anthony. Still running into trouble here, because an Anchor
 is required with a proper Href, but when the current one is
 kept it navigates to the single product page.

Added files for Fancybox
33 files changed:
assets/logo.png
css/app.css
fancybox/lib/jquery.mousewheel-3.0.6.pack.js [new file with mode: 0644]
fancybox/source/blank.gif [new file with mode: 0644]
fancybox/source/fancybox_loading.gif [new file with mode: 0644]
fancybox/source/fancybox_loading@2x.gif [new file with mode: 0644]
fancybox/source/fancybox_overlay.png [new file with mode: 0644]
fancybox/source/fancybox_sprite.png [new file with mode: 0644]
fancybox/source/fancybox_sprite@2x.png [new file with mode: 0644]
fancybox/source/helpers/fancybox_buttons.png [new file with mode: 0644]
fancybox/source/helpers/jquery.fancybox-buttons.css [new file with mode: 0644]
fancybox/source/helpers/jquery.fancybox-buttons.js [new file with mode: 0644]
fancybox/source/helpers/jquery.fancybox-media.js [new file with mode: 0644]
fancybox/source/helpers/jquery.fancybox-thumbs.css [new file with mode: 0644]
fancybox/source/helpers/jquery.fancybox-thumbs.js [new file with mode: 0644]
fancybox/source/jquery.fancybox.css [new file with mode: 0644]
fancybox/source/jquery.fancybox.js [new file with mode: 0644]
fancybox/source/jquery.fancybox.pack.js [new file with mode: 0644]
fancybox/sprite.psd [new file with mode: 0644]
footer.php
front-page.php
functions.php
header.php
js/app.js
js/custom/pageSetup.js
scss/_settings.scss
scss/_structure.scss
scss/_woocommerce.scss [new file with mode: 0644]
scss/app.scss
woocommerce.php
woocommerce/DNU_content-product_cat.php [new file with mode: 0644]
woocommerce/content-product_cat.php [deleted file]
woocommerce/loop/DNU_add-to-cart.php [new file with mode: 0644]