custom html position

Start-up Joomla template with amazing CSS3 animated icons, price tables and parallax effect background.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Thu Dec 26, 2013 9:44 am
Reply with quote
Report this post
Hi,

I would like to put a small module between the logo and the menu (social - custom html).
Couldn't find a position for it. Where and how can I add this position?

I will appreciate your help.

Thanks.
User avatar
Junior Boarder

GK User
Thu Dec 26, 2013 10:10 am
Reply with quote
Report this post
User avatar
Platinum Boarder

GK User
Thu Dec 26, 2013 10:50 am
Reply with quote
Report this post
Hi,

Thanks.
Added according to the tutorial but still can't get it to show (added a custom html to the new position and published).
I'm guessing the code in default.php is the problem, can you please help on where to paste the code?
I've added the following for example in default.php:

Code: Select all
<?php if($this->API->modules('newposition')) : ?>
            <div class="newclass">
            <jdoc:include type="modules" name="myposition" style="<?php echo $this->module_styles['newposition']; ?>" />
            </div>
<?php endif; ?>


in the div above:

Code: Select all
... pasted code
</div>
       
         <?php if($this->API->modules('header')) : ?>
         <div id="gkHeaderMod" class="gkPage">
...


I'm trying to display the module between the logo and the menu (top nav header).
Thank you very much.
User avatar
Junior Boarder

GK User
Thu Dec 26, 2013 11:30 am
Reply with quote
Report this post
Never mind, got it to work.

Thank you.
User avatar
Junior Boarder


cron