epidote
links, info, hints and bits
Thursday, December 1, 2016
Thursday, September 17, 2015
Bill Williams Bleed
Definitely worth a read
Bleed: Surviving cerebral catastrophe: a tale of the mind, love and modern medicine
http://billwilliamsbleed.com/
Bleed: Surviving cerebral catastrophe: a tale of the mind, love and modern medicine
http://billwilliamsbleed.com/
Sunday, August 16, 2015
New site build - mrarch.com.au
Millar Roberston Architects
http://www.mrarch.com.au/
Design
http://www.mrarch.com.au/
Build
http://www.epidote.com.au
http://www.mrarch.com.au/
Design
http://www.mrarch.com.au/
Build
http://www.epidote.com.au
Wednesday, March 25, 2015
New site build - fomofx.com
http://www.fomofx.com/
Design
http://www.streamer.net.au
Build
http://www.epidote.com.au
Tuesday, February 3, 2015
Monday, February 24, 2014
joomla 3.2.2 update breaks custom captcha
Joomla 3.2.2 update breaks custom recaptcha components as they need mootools. To fix just add
JHtml::_('behavior.formvalidation');
to the component to force mootools to load
OR
if you're not using a component go old school and add
JHtml::_('behavior.formvalidation');
to the component to force mootools to load
OR
if you're not using a component go old school and add
src="/media/system/js/mootools-core.js"to your template
Tuesday, February 18, 2014
shopify minimalist theme SOLD circle
add this to product-loop.liquid snippet
{% if product.available == false %}
{% if settings.show_sale_circle %}
SOLD
{% endif %}
{% endif %}
{% if product.available == false %}
{% if settings.show_sale_circle %}
SOLD
{% endif %}
{% endif %}
Subscribe to:
Posts (Atom)