Hello,
Thank you for pointing me to these articles.
I've done Steps one:
<!-- Template specific Module Positions -->
<position>breadcrumb</position>
<position>header</position>
<position>login</position>
<position>search</position> <position>header_bottom</position>
Step 2:
// definitions of module positions default styles
$GK_TEMPLATE_MODULE_STYLES = array(
'breadcrumb' => 'none',
'lang' => 'none',
'login' => 'none',
'search' => 'none', 'header' => 'none',
BUT i got stuck on step 3:
I've attached an image.
Screen Shot 2013-12-12 at 7.02.35 PM.png
Following the instructions
http://www.gavick.com/documentation/joo ... -position/However, I get this:
Screen Shot 2013-12-12 at 7.02.35 PM.png
i've already published a module to that position as well.
What am I doing incorrect? thank you.