Updates to Tienda template
Manual Update
Upload templateDetails.xml
Upload html/com_tienda folder.
Add the following to the bottom of the jbTienda.css file.
{codecitation}
#billingAddress div {
width: 100%;
}
#onCheckout_wrapper .form_input{
padding: 0;
}
.form_item .inputbox_required {
width: 370px !important;
border: 1px solid #ddd;padding: 8px;width: 92%;margin-right: 2%;;margin-bottom: 20px;background: #fff url(../images/fieldShadow.jpg) repeat-x
}
#onCheckout_wrapper h3 {
padding: 0;font-size: 90%;font-weight: bold;
}
{/codecitation}
Updated to work with Tienda 0.9.0+
Added support for Joomla 2.5 content images and links
Manual Update
Upload templateDetails.xml
Upload html/com_tienda folder.
Upload html/com_content
Fix for hidden panel not working.
Manual Update
Upload templateDetails.xml
Upload layout/top.php
Edit css/theme.css and replace the current css from line 226 to 332 for the hidden panel with the lines noted below.
{codecitation}
/* Hidden Panel - Core often overriden in template overrides-----------------------------------------------------------------------------*/
#zenpanel h3 {background:none;border:none;padding:0;text-shadow:none;color: #fff;}
#zenpanel .moduletable {float:left;margin-bottom:30px;width:100%;}
/* Hidden Panel Styling ---------------------------------------------------------------*/
#zenpanel {background:url(../images/blackoverlay-darker.png);color:#ccc;float:left;padding:10px;position:absolute;margin-left: 120px;top:31px !important;border-top: 4px solid #333;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow: none;-moz-border-radius: 0;-khtml-border-radius: 0;-webkit-border-radius: 0;border: 0;z-index:100;display: none;}
#zenpaneltrigger {position: relative;float: right;margin-left: 20px;z-index: 101;text-transform: uppercase;margin-top: 2px;}
#zenpanelinner {padding:20px;}
#zenpanelopen {color:#959595;margin-top: 6px;float: right;margin-left: 4px;line-height: 1;padding-left: 10px;text-transform: uppercase;text-align: right;font-size: 90%;}
.topborder {border-left: 1px solid #fff}
#zenpanelclose {z-index:10;display: none;font-size: 90%;float: left;}
#zenpanelopen {padding:0;font-size:90%;}
a#closePanelBottom {bottom:0;position:absolute;}
#zenpanel label {color:#a09c92;font-weight:700;}
#zenpanel input.button,input#submitCommentButton,form#login input.button,.form-login input.button,.save button,form.log input{-moz-border-radius:4px;-webkit-border-radius:4px;border:none;color:#fff;cursor:pointer;padding:3px 20px;}
#zenpanel .inputbox {margin-bottom: 20px;padding: 8px;border: 1px solid #000}#zenpanel input#modlgn_remember.inputbox{margin: 0}.jbPanel1 {float:left;width:100%;}
#zenpanel .mbWrapFlat {border-bottom:1px solid #333;}
{/codecitation}
Updated to add new features in Zen Grid Framework v2.0.8
Please ensure you also update the zen grid framework
Manual Update
Upload templateDetails.xml
This release is the first release of the Shop Ignition template for use with the zen grid framework version2.