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
»
Support
»
Elxis 4.x/5.x DEV
»
Elxis 4.1 mobile frontpage
« previous
next »
Print
Pages: [
1
]
Author
Topic: Elxis 4.1 mobile frontpage (Read 9714 times)
datahell
Elxis Team
Hero Member
Posts: 10356
Elxis 4.1 mobile frontpage
«
on:
April 27, 2013, 18:26:08 »
We just finished the module that will be shown by default on
Elxis 4.1 Poseidon
frontpage for mobile devices.
The module is named
Mobile frontpage
and will be included in the standard distribution of Elxis 4.1.
We followed a responsive design for this module. The first 2 screenshots shows this module in different configurations (more are supported).
I also publish a screenshot showing the top
search bar
of the Elxis 4.1 mobile version opened.
This layout is totally controlled by the
System template
, in your own template you can create other styles/layouts/colours/etc. If your template doesn't have a mobile version Elxis uses the System one. So this is a fail over template (as the standard.css for the styling).
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
michalis1984
Sr. Member
Posts: 334
Re: Elxis 4.1 mobile frontpage
«
Reply #1 on:
April 27, 2013, 21:10:17 »
Impressive! (πολλα) Bravo to the team.
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: Elxis 4.1 mobile frontpage
«
Reply #2 on:
April 28, 2013, 11:14:24 »
Thanks! I think Elxis 4.1 will have an excellent mobile version.
I have seen so many mobile sites that are not mobile friendly at all. Small buttons that can't be touched with the fingers, tiny links that can't be clicked, small text that you need to use zoom to read it, unnecessary information, etc, etc...
In Elxis mobile version we focus very much on the functionality. We want the site to be easily handled with the fingers without effort and the links and content to be easily readable and click-able.
More information soon!
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
maple
Full Member
Posts: 192
Re: Elxis 4.1 mobile frontpage
«
Reply #3 on:
April 28, 2013, 17:29:44 »
Congrats, great job!!
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: Elxis 4.1 mobile frontpage
«
Reply #4 on:
May 02, 2013, 23:00:56 »
The mobile version for Elxis is ready!
Soon
Elxis 4.1 Poseidon
with full mobile support will be available and also an update patch for 4.0 users.
In screenshots I attach you can see th Elxis typical category page as seen on a table device and on an iphone.
Mobile version can be enabled in Elxis configuration.
If enabled, Elxis 4.1 automatically detects mobile devices and switches to mobile version.
You can also manually trigger the mobile version by puting
elxmobile=1
in the URL address (e.g.
http://www.example.com/?elxmobile=1
).
To switch to the standard, desktop, version set
elxmobile=0
(e.g.
http://www.example.com/?elxmobile=0
)
«
Last Edit: May 02, 2013, 23:12:18 by datahell
»
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
Luca
Full Member
Posts: 126
Re: Elxis 4.1 mobile frontpage
«
Reply #5 on:
July 14, 2013, 13:14:51 »
Thank you.
I'm experiencing a problem in the mobile version: the menu icon (up on the right) won't open any menus...
Luca
[edit]
Ok, I guessed why. My top menu is not published, as I don't use it.
«
Last Edit: July 14, 2013, 13:20:58 by Luca
»
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: Elxis 4.1 mobile frontpage
«
Reply #6 on:
July 14, 2013, 13:57:16 »
;-)
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
webgift
Elxis Team
Hero Member
Posts: 4193
Re: Elxis 4.1 mobile frontpage
«
Reply #7 on:
July 24, 2013, 10:49:54 »
:-D
Logged
Elxis Team •
Custom web design [EN]
-
[EL]
•
.GR Registrar
Luca
Full Member
Posts: 126
Re: Elxis 4.1 mobile frontpage
«
Reply #8 on:
July 24, 2013, 20:49:49 »
I surrender
Sorry, I've found no way to show the top menu if elxmobile=1 when it is not published in desktop version...
Maybe a silly question...
Is there any workaround, or the publishing in the desktop version is mandatory in order to show it for mobiles?
Thank you!
Luca
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: Elxis 4.1 mobile frontpage
«
Reply #9 on:
July 24, 2013, 23:01:51 »
The Elxis release contains a generic mobile template. As for any template you can create your own or change the existing one.
Copy file "
templates/system/mobile.php
" inside your chosen template folder open it and edit it.
You can change the layout and style to anything you want and also load your own module positions in your "mobile.php" file.
For example change "menu" to an other position to load a different menu. Or if you dont what a menu delete the line completely.
Code:
[Select]
<?php $eDoc
->
modules
(&
#39;menu', 'none');
?>
Related documentation:
https://www.elxis.net/docs/using-elxis/getting-started/elxis-mobile-tablet.html
https://www.elxis.net/docs/developers/tutorials/templates-guide.html
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
Luca
Full Member
Posts: 126
Re: Elxis 4.1 mobile frontpage
«
Reply #10 on:
July 28, 2013, 14:40:10 »
Thank you very much Datahell, and sorry for the late reply.
I've changed as per your instruction 'menu' with 'left' and now it's ok.
Cheers,
Luca
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: Elxis 4.1 mobile frontpage
«
Reply #11 on:
July 28, 2013, 23:04:10 »
OK, but be careful that it is not wise to load standard module positions such as "
left
" in the mobile version.
All built in modules are mobile friendly but not all the third party ones.
So better create an other module position (e.g. "
leftmobile
") and add there the modules you want to display in the mobile version.
Also note that it is not wise to edit the system template, this is why I wrote to copy the mobile.php file in your template's folder and edit that copy.
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
Luca
Full Member
Posts: 126
Re: Elxis 4.1 mobile frontpage
«
Reply #12 on:
August 05, 2013, 16:46:36 »
Thank you a lot!
Logged
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Support
»
Elxis 4.x/5.x DEV
»
Elxis 4.1 mobile frontpage