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
) »
five template - position user2 disappears on small screens [solved]
« previous
next »
Print
Pages: [
1
]
Author
Topic: five template - position user2 disappears on small screens [solved] (Read 6083 times)
kyomar
Full Member
Posts: 158
five template - position user2 disappears on small screens [solved]
«
on:
August 23, 2019, 09:59:33 »
Hi, I might need some help with that. Perhaps it's a bug but most likely it's me.
I am using the positions user1, user2, and user3. On small screens (tablet, smart phone) user2 disappears. I have looked everywhere but can't find the reason. Modules in those positions are:
user1 - mode_latestarticle
user2 - mode_categories, mode_newsletter
user3 - mode_content
Would be great if somebody could look into that. Many thanks!
«
Last Edit: August 27, 2019, 14:34:28 by kyomar
»
Logged
nikos
Elxis Community
Hero Member
Posts: 1094
Re: five template - position user2 disappears on small screens
«
Reply #1 on:
August 24, 2019, 01:35:04 »
If you comment line 653 of the template.css file and save it the user2 will be displayed also on small screens.
How to comment...
Replace this
#tpl5_fmods2 { display:none; visibility:hidden; }
with this
/*#tpl5_fmods2 { display:none; visibility:hidden; }*/
«
Last Edit: August 24, 2019, 01:38:42 by nikos
»
Logged
Elxis Community |
Open Source Web Lab
kyomar
Full Member
Posts: 158
Re: five template - position user2 disappears on small screens
«
Reply #2 on:
August 27, 2019, 14:34:07 »
Thank you very much nikos for the solution. I should have seen this myself - too many trees in the forest.
Logged
nikos
Elxis Community
Hero Member
Posts: 1094
Re: five template - position user2 disappears on small screens [solved]
«
Reply #3 on:
August 27, 2019, 18:39:13 »
You are welcome kyomar!
Logged
Elxis Community |
Open Source Web Lab
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Extensions
»
Templates
(Moderators:
Coursar
,
ks-net
) »
five template - position user2 disappears on small screens [solved]