add new module position

Creative and responsive Joomla template with amazing parallax effect.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Apr 15, 2013 8:41 am
Reply with quote
Report this post
hi, how to add new module position on homepage template creative joomla.

because i think it's same with other joomla, reality is not same. i'm never using joomla frameworks.
User avatar
Fresh Boarder

Konrad M
Mon Apr 15, 2013 10:06 am
Reply with quote
Report this post
User avatar

GK User
Mon Apr 15, 2013 10:28 am
Reply with quote
Report this post
I've read it, and I think that it incomplete Documentation.
where I have to edit its CSS. why after I add, even into error. "Fatal error: Call to undefined method GKTemplate :: modules"

please help me.
User avatar
Fresh Boarder

Konrad M
Mon Apr 15, 2013 11:06 am
Reply with quote
Report this post
Please use this code:
Code: Select all
<?php if($this->API->modules('myposition')) : ?>
<div>
<jdoc:include type="modules" name="myposition" style="<?php echo $this->module_styles['myposition']; ?>" />
</div>
<?php endif; ?>

and css code you should add to override.css file.
User avatar


cron