Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
IOS Hotels
and
IOS Rentals
online booking systems for Elxis CMS.
Home
Help
Login
Register
Elxis CMS Forum
»
Extensions
»
Templates
(Moderators:
Coursar
,
ks-net
) »
Chloe Template
« previous
next »
Print
Pages:
1
[
2
]
3
Author
Topic: Chloe Template (Read 35119 times)
judelgado
Jr. Member
Posts: 71
Re: Chloe Template
«
Reply #15 on:
September 09, 2015, 18:45:37 »
Excellent DataHell, changed everything. Working fine now.
Thanks!!!!
Logged
judelgado
Jr. Member
Posts: 71
Re: Chloe Template
«
Reply #16 on:
September 15, 2015, 18:09:58 »
Hi guys, for some reason the top login option stop working. When you click on the login option at the top, the login form does not appear as supposed to be.
My site here:
http://www.costaricatoptours.com/
Please click on the top login option.
Any help will be appreciated.
Logged
evkarab
Full Member
Posts: 232
Re: Chloe Template
«
Reply #17 on:
September 15, 2015, 23:28:31 »
I think that mod_login is unpublished
Logged
judelgado
Jr. Member
Posts: 71
Re: Chloe Template
«
Reply #18 on:
September 16, 2015, 00:05:52 »
Excellent, you were right. Thanks for the help.
Logged
ipghmagnet
Full Member
Posts: 108
Re: Chloe Template
«
Reply #19 on:
September 18, 2015, 10:30:24 »
Hello Datehell,
Pls kindly check .
I have use Chloe in
www.wzhsm.com
But the top box area, problem happened like attached.
The first 3 boxes , no problem.
But from the 4th boxes, it is not in line.
Please kindly support..
ip gh magnet
Logged
neodymium magnet
www.nbvsmagnetic.com
evkarab
Full Member
Posts: 232
Re: Chloe Template
«
Reply #20 on:
September 18, 2015, 11:44:06 »
You can fix this by changing the padding of boxes' .
«
Last Edit: September 18, 2015, 12:23:00 by evkarab
»
Logged
datahell
Elxis Team
Hero Member
Posts: 10358
Re: Chloe Template
«
Reply #21 on:
September 18, 2015, 20:25:25 »
Chloe's CSS (see below) is correct you don't need to change margin or padding.
.chloe_fp_box { margin:0 3% 30px 0; padding:0; width:30%; float:left; }
Each box occupies 30 + 3 = 33% width of the container, meaning 3 boxes per row. But the height of the box is flexible. Either write the same amount of text on each box or set a standard height on the boxes to achieve absolute line up.
.chloe_fp_box { margin:0 3% 30px 0; padding:0; width:30%; float:left;
min-height:52px; vertical-align:top;
}
I use min-height and not height in order the box to display content in all cases and displays (eg mobile devices).
Set the proper value for min-height depending on the contents of your data.
«
Last Edit: September 18, 2015, 20:27:53 by datahell
»
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
ipghmagnet
Full Member
Posts: 108
Re: Chloe Template
«
Reply #22 on:
September 19, 2015, 07:41:49 »
DEAR DATEHELL,
THANKS FOR YOUR SUPPORT.
I HAD FOUND WHY IT HAPPEN. SO I REDUCE OR KEEP SAME WORDS NUMBER FOR EACH BOX. THEN THE PROBLEM SETTLED.
BUT YOUR WAY IS THE BEST.
THANKS.
IP GH MAGNET
Logged
neodymium magnet
www.nbvsmagnetic.com
adus
Newbie
Posts: 23
Re: Chloe Template
«
Reply #23 on:
December 07, 2015, 15:48:51 »
Hi
I'm using the chloe-template on a local-installation.
If I use a modul (i.e. a menue) in the LEFT position, it shows up in the RIGHT column too.
Is there a possibility to use both?
Or - if not, what can I do to mirror the column? (All moduls set as left or right are showing up on the left side)
Many thanks in advance for any help on this
adus
Logged
Regards
Hans aka adus
datahell
Elxis Team
Hero Member
Posts: 10358
Re: Chloe Template
«
Reply #24 on:
December 07, 2015, 18:03:44 »
Template
Chloe
has been designed with
one side column
. In order to display all the modules assigned by Elxis default installation in both left and right positions is fits both module positions in one column. You cannot display 2 columns unless you re-design the template. I advice you to leave it as is. You dont need 3 columns except maybe from the frontpage but there you can use Elxis frontpage grid and get any layout you like.
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
adus
Newbie
Posts: 23
Re: Chloe Template
«
Reply #25 on:
December 07, 2015, 18:23:46 »
Thanks for your quick answer.
I'll see what I can do...
Regards with greetings from Germany
adus
Logged
Regards
Hans aka adus
evkarab
Full Member
Posts: 232
Re: Chloe Template
«
Reply #26 on:
January 08, 2016, 13:28:47 »
Hello and happy new year
I want to make the width smaller, for example 980px, do i have to make any other changes except this rule?
/* MEDIA RULES */
@media only screen and (width:max-1199px)
Logged
datahell
Elxis Team
Hero Member
Posts: 10358
Re: Chloe Template
«
Reply #27 on:
January 08, 2016, 17:56:13 »
You have to edit only this line (81) :
.chloe_container { margin:0 auto; width:auto; max-width:
1200px
; padding:0; }
Set maximum width to anything you want.
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
evkarab
Full Member
Posts: 232
Re: Chloe Template
«
Reply #28 on:
January 08, 2016, 19:56:31 »
The change that you told me works for all the site except the home page. How can i shorten the start page? The "problem" is the pictures, they stretch and they show bad.
Logged
datahell
Elxis Team
Hero Member
Posts: 10358
Re: Chloe Template
«
Reply #29 on:
January 08, 2016, 20:47:39 »
The change I told you
works everywhere
. It sets the maximum width of the central area of template Chloe. I recommend you to leave it as is, such values have been set for maximum compatibility and best display. I have designed the template for this value. If you want to change that then you might have to change other things too. I have a help text saying which should be the sizes of the images for the frontpage slider (if you mean that) in order to achieve the best display. I don't know for other images.
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
Print
Pages:
1
[
2
]
3
« previous
next »
Elxis CMS Forum
»
Extensions
»
Templates
(Moderators:
Coursar
,
ks-net
) »
Chloe Template