Knowledgebase

Joomlabamboo template and extension documentation

v2.2.2

Fix for related items in the K2 template

Fix for check for mediaqueries parameters

 

Manual Update

Upload html/com_k2/templates/epicure/item.php

Upload includes/templateVariables.php

 

v2.2.1

Updated to support Joomla 2.5 content links and images.

Fix for edit buttons in multiple column mode.

Manual Update

Upload templateDetails.xml

Upload html/com_content

Upload css/theme.css (see below)

 

Fix for position of edit icon in multiple column mode:


Open the css/theme.css file and add position:relative to the .jbMeta div.

{codecitation}

 

/* JB Meta

-----------------------------------------------------------------------------*/

 

div.jbMeta {

padding-bottom:0.6em;

float:left;

position: relative;

width:100%;

background-position: left bottom

}

{/codecitation}

 

v2.2.0

Compatibility release for v2.2.0 of the Zen Grid Framework. Please ensure to also install the v2.2.0 of the Zen Grid Framework when upgrading to v2.2+.

  • Adds the new Toggle Menu option for small browsers.
  • Adds the Sticky Nav option
  • Adjusted padding on main containers

 

Manual Update

  • Upload templateDetails.xml
  • Upload css/MediaQueries.css (See changes below)
  • Upload css/bg[options].css files. (See changes below)
  • Upload css/theme.css file (See changes below)

 

Changes to the bg[option].css files:

Added:

{codecitation}

#navwrap.sticky {border-bottom: 1px solid #454545;z-index: 12;}

{/codecitation}

 

Changed:

{codecitation}

/* Footer and top texture---------------------------------------------------*/

#footerwrap,#topwrap,#bottomrow,#navwrap.sticky{

background: url(/../images/bg/blackfooter.png)

}

{/codecitation}

 

Changes to the css/theme.css file:

Added:

{codecitation}

/* Sticky Nav-----------------------------------------------------------------------------*/

#navwrap.sticky #nav {margin: 0;padding-top: 4px;}

{/codecitation}

 

Adjusted

{codecitation}

div.jbCategory,.jbSection,.jbFrontPage {width:92%;padding: 20px 4%;margin-left: -2px; }

{/codecitation}

 

Changes to the mediaqueries.css

Added:

{codecitation}

/* CSS for the mobile menu */

#mobilemenu {display: block;padding: 15px 0 10px;width: 100%;}

#mobilemenu select {width: 70% !important;margin: 0 auto;display: block;}

.fullwrap.togglemenu #menuwrap,.fullwrap.selectmenu #menuwrap,.fullwrap.togglemenu #mobilemenu  {display: none;}

 

/* Togglemenu */

#togglemenu {display: block;padding: 10px 0 0 10px;}

.fullwrap.togglemenu #navwrap .inner, .fullwrap.togglemenu #navwrap .row, .fullwrap.togglemenu #navwrap .container {border: 0;padding: 0;}

{/codecitation}

v2.1.0

Initial Release