How to make a Module Position for PagePeel Banner
If you want to have a nice PagePeel Banner on your website and you are not sure, how and where to place it, so that it appears on the top ight of your website browser screen, then here is the fix for it.
If you open up the index.php file for the template and find this here:
<!-- BEGIN: HEADER -->
<div id="ja-headerwrap">
Above you add this here:
<?php if ($this->countModules('pagepeel')) : ?>
<div>
<jdoc:include type="modules" name="pagepeel" style="raw" />
</div>
<?php endif; ?>
Save and go to the module manager and publish the page peel module in pagepeel position, if you dont have that module in the drop down at the moment, then double click on text field where the module name is and type in pagepeel.
Thats it. You are done. In case, you still cant do it, then post it at our forums and we will love to help you about it.
Thanks..
Comments
First of all my template does not have
and is it above
that
countModules('pagepeel')) : ?>
goes?