Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Download Elxis CMS:
Elxis 5.5 Hermes
.
Home
Help
Login
Register
Elxis CMS Forum
»
Support
»
General
(Moderators:
Ivan Trebješanin
,
Farhad Sakhaei
) »
using a module suffix
« previous
next »
Print
Pages: [
1
]
Author
Topic: using a module suffix (Read 4885 times)
ROUBOS
Hero Member
Posts: 699
using a module suffix
«
on:
May 25, 2011, 04:10:42 »
Hi,
can someone please explain how to use the suffix option in a module?
Say I want to change the way the module heading is displayed. Do I enter .modtitle in the suffix field and then use css for a class .modtitle
«
Last Edit: May 25, 2011, 23:04:10 by ROUBOS
»
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: using a module suffix
«
Reply #1 on:
May 25, 2011, 10:12:51 »
Read the documentation:
http://wiki.elxis.org/wiki/Navigation_and_menus
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
ROUBOS
Hero Member
Posts: 699
Re: using a module suffix [SOLVED]
«
Reply #2 on:
May 25, 2011, 11:56:09 »
thanks
Logged
ROUBOS
Hero Member
Posts: 699
Re: using a module suffix
«
Reply #3 on:
May 25, 2011, 23:07:13 »
this is the css I used in order to place a header for a module:
div.moduletable-loginheader{
background: url('../images/loginformheading_bg.png') no-repeat;
background-position:top;
padding-top: 50px;
padding-right: 10px;
text-align:right;
}
is this the way to go? The text is part of the image and not the module's title. This way though I will need to create an image for every module.
I was hoping to create a graphic that can be used over and over, sitting as a background to the module title.
Hope I'm clear.
thanks
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: using a module suffix
«
Reply #4 on:
May 25, 2011, 23:48:32 »
Yes but you should hide the text title of the module.
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
ROUBOS
Hero Member
Posts: 699
Re: using a module suffix
«
Reply #5 on:
May 26, 2011, 00:53:39 »
Yes I am hiding them. Was hoping for a more dynamic approach.
Thanks for the reply.
Logged
ROUBOS
Hero Member
Posts: 699
Re: using a module suffix
«
Reply #6 on:
May 26, 2011, 03:08:40 »
what's the css for autonomous pages? I want to change the autonomous pages title, and add a background picture
Logged
webgift
Elxis Team
Hero Member
Posts: 4193
Re: using a module suffix
«
Reply #7 on:
May 26, 2011, 12:09:00 »
Roubos please install the add-on for Firefox named : web developer.
After that click
ctrl+Y
and select the title of autonomous pages on your website. This will show you the css classes , div that belongs each element.
You can also install and use
add-on CSS Viewer for Firefox 4
Logged
Elxis Team •
Custom web design [EN]
-
[EL]
•
.GR Registrar
ROUBOS
Hero Member
Posts: 699
Re: using a module suffix
«
Reply #8 on:
May 26, 2011, 12:10:39 »
will do that thanks.
Logged
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Support
»
General
(Moderators:
Ivan Trebješanin
,
Farhad Sakhaei
) »
using a module suffix