Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Did you know that
Elxis 5.x
uses HTML5, CSS3 and pure javascript without external libraries such as jQuery?
Home
Help
Login
Register
Elxis CMS Forum
»
Support
»
General
(Moderators:
Ivan Trebješanin
,
Farhad Sakhaei
) »
slider module position between header and top menu
« previous
next »
Print
Pages: [
1
]
Author
Topic: slider module position between header and top menu (Read 4417 times)
MrEmz
Jr. Member
Posts: 54
slider module position between header and top menu
«
on:
August 19, 2012, 09:47:08 »
Greetings!
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
Posts: 1235
If I'm still breathing, I'm doing something!
Re: slider module position between header and top menu
«
Reply #1 on:
August 19, 2012, 10: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:
[Select]
<div id="header">
then add
Code:
[Select]
<?php mosLoadModules
(&
#39;slider', -2);
?>
Then you will comment the
Code:
[Select]
<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
Bournias.net
MrEmz
Jr. Member
Posts: 54
Re: slider module position between header and top menu
«
Reply #2 on:
August 19, 2012, 11:42:23 »
That was a fast reply!
I've learned something. I'll do that and a little editing. Thanks!
Logged
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Support
»
General
(Moderators:
Ivan Trebješanin
,
Farhad Sakhaei
) »
slider module position between header and top menu