-
AuthorPosts
-
Walter Doljar Friend
Walter Doljar
- Join date:
- September 2014
- Posts:
- 60
- Downloads:
- 75
- Uploads:
- 19
- Thanks:
- 17
- Thanked:
- 1 times in 1 posts
December 15, 2014 at 8:23 am #203561I am using module position-1 (for slideshows).
In backend template administration the “position-1” is active on every layout (wide, normal, tablet, mobile…).
But on frontend on smaller screens the “position-1” disappears! Slideshows are not shown anymore.
Please see the screenshots. How can I make the position-1 visible on smaller screens? Where is it gone :((
-
Eragon H Friend
Eragon H
- Join date:
- July 2014
- Posts:
- 468
- Downloads:
- 1
- Uploads:
- 39
- Thanks:
- 5
- Thanked:
- 156 times in 149 posts
December 16, 2014 at 4:57 am #558766Some positions including spot-light-1 are manually disabled in mobile layout. I enabled them by edit the file root/templates/css/template-responsive.css at line 2113
FROM
.home-feature,
.ja-home-2,
.bannergroup,
#newsticker-block,
.t3-spotlight-1,
.t3-sl-1,
#back-to-top {
display: none;
padding-top: 0;
padding-bottom: 0;
}TO:
.home-feature,
.ja-home-2,
.bannergroup,
#newsticker-block,
.t3-spotlight-1,
.t3-sl-1,
#back-to-top {
/*display: none;*/
padding-top: 0;
padding-bottom: 0;
}1 user says Thank You to Eragon H for this useful post
-
AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by Eragon H 9 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum