1. allouagne
  2. Commercial Templates
  3. Friday, 17 August 2012
  4.  Subscribe via email
Hi,
I've a question to the EXECUTIVE template.
I want to place a module (font resizer) in a position above the slideshow (search, hornav or at the positions of the sozial media icons) but I could'nt find this position in the listing. Is it possible to use this positions? And how can I use this positions?

Thanks in advance for your help.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi allouagne

May I suggest the following post which details how to convert the search area to a module position .. http://www.joomla51.com/forum/support/commercial-templates/j51-rendezvous-custom-module-in-hornav-or-sear#498

Ensure the search option remains enabled in your templates parameters.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciarán,
thanks for your reply. If I convert the search area to a module position, I will have no search functionality?

allouagne
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
You could still place the search module in an alternative module position (Extensions -> Module Manager -> New -> Search) if you wish.

Another option would be to create a new module position with the following...

Add the following to your templates header.php (../templates/j51_executive/php/layouts/header.php) just after <div id ="header" class="block_holder"> (line1)..

<div id="newmodule">
<jdoc:include type="modules" name="newmodule" />
</div>

You must then style it with the following which you can add to the end of your templates template.css (../templates/j51_executive/css/template.css)

#header {
position: relative;
}

#newmodule {
position: absolute;
height:50px;
width:300px;
top:25px;
left:660px;
margin:0;
padding:0;
z-index:99;
}

Edit the above to your own taste (top, left. height, width)

And that should be it. You'll find the position won't be listed in the positions dropdown so simply type it in to create (newmodule).

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!

Join Our Newsletter

* indicates required
We respect your privacy and do not tolerate spam and will never sell, rent, lease or give away your information (name, email, number, etc.) to any third party. Nor will we send you unsolicited email.
Joomla51 - Mullaghmore, Co. Sligo, Ireland
Joomla51.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by
Open Source Matters
the trademark holder in the United States and other countries.