Elxis CMS Forum
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Download Elxis CMS: Elxis 4.0 Nautilus
 
Pages: [1]
  Print  
Author Topic: slider module position between header and top menu  (Read 873 times)
MrEmz
Jr. Member
**
Offline Offline

Posts: 50


« on: August 19, 2012, 08:47:08 »

Greetings! Smiley

How can i create a module position in order for my slider to be put in between header and top menu? Or anyway how to put the slider in header not in frontpage. I created a slider module and put it to header order but it goes in frontpage. My template is okto.
Logged
xmanhattan
Hero Member
*****
Offline Offline

Posts: 973


If I'm still breathing, I'm doing something!


WWW
« Reply #1 on: August 19, 2012, 09:24:52 »

Hello MrEmz,

You will have to modify index.php and the layout.css, of the template.

You could add a new div just after mainwrap, e.g.
Code:
<div id="header">
then add
Code:
<?php mosLoadModules('slider', -2); ?>

Then you will comment the
Code:
<div id="headright">

After that you can add in layout.css just above the id oktoheader a new id for header and any css that you need.

Finally because I used the name slider as a module position, you will go to SITE > TEMPLATE MANAGER > MODULE POSITIONS on the menu as admin and add a new position named slider to the list at the end.

After that, go to modules and change the position of the module to slider and that should do it.


Logged

MrEmz
Jr. Member
**
Offline Offline

Posts: 50


« Reply #2 on: August 19, 2012, 10:42:23 »

That was a fast reply! Smiley I've learned something. I'll do that and a little editing. Thanks!  Cheesy
Logged
Pages: [1]
  Print  
 
Jump to: