-
AuthorPosts
-
lg21 Friend
lg21
- Join date:
- July 2012
- Posts:
- 335
- Downloads:
- 109
- Uploads:
- 100
- Thanks:
- 36
- Thanked:
- 9 times in 1 posts
February 20, 2015 at 1:24 pm #203980you can see the module siderbar1 the mobile version?
I would like to see the banner and the weather on the home page of the mobile versionThank You
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 21, 2015 at 11:49 am #560219It was hide from css style on JA Teline V template but I just enabled it directly on your site
Open templates/ja_teline_v/css/custom.css file and add new rule
@media screen and (max-width: 992px) {
.t3-sidebar {
display: block;
}
}
2 users say Thank You to Ninja Lead for this useful post
lg21 Friendlg21
- Join date:
- July 2012
- Posts:
- 335
- Downloads:
- 109
- Uploads:
- 100
- Thanks:
- 36
- Thanked:
- 9 times in 1 posts
February 22, 2015 at 7:31 pm #560305Thanks, however, leaves too much room immediately inserted block sidebar.
What does it depend?Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 23, 2015 at 3:26 am #560321<em>@lg21 459823 wrote:</em><blockquote>Thanks, however, leaves too much room immediately inserted block sidebar.
What does it depend?</blockquote>I fixed it directly on your site from templates/ja_teline_v/js/script.js file
from
$cols.css('min-height', maxHeight);
to
//$cols.css('min-height', maxHeight);
You can check it again, let me know if it helps
2 users say Thank You to Ninja Lead for this useful post
felix1 Friendfelix1
- Join date:
- February 2015
- Posts:
- 220
- Downloads:
- 36
- Uploads:
- 78
- Thanks:
- 67
- Thanked:
- 20 times in 6 posts
March 25, 2015 at 6:00 pm #564588I also tried this and everything worked well. But unfortunately, the ads has not adapted in width in mobile screen.
Is it possible to change custom.css so every banner/ad automaticly change width and height to fit in mobile site?
felix1 Friendfelix1
- Join date:
- February 2015
- Posts:
- 220
- Downloads:
- 36
- Uploads:
- 78
- Thanks:
- 67
- Thanked:
- 20 times in 6 posts
March 25, 2015 at 6:11 pm #564591Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
felix1 Friendfelix1
- Join date:
- February 2015
- Posts:
- 220
- Downloads:
- 36
- Uploads:
- 78
- Thanks:
- 67
- Thanked:
- 20 times in 6 posts
March 26, 2015 at 8:25 pm #564741<em>@Ninja Lead 465488 wrote:</em><blockquote>@felix1: It’s very hard to suggest the solution for you without clue the info of your site, please give me URL of your site. I will check it directly on your site.</blockquote>
http://www.rimfrost.se/fisheco
Felix Rimfrost
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 27, 2015 at 3:47 am #564783You can fix it with my solution below
Open templates/ja_teline_v/css/custom.css file
find and change
.banneritem img {
background-size: 100% auto;
height: 100px; /* 120px */
left: 0;
position: relative;
top: 0;
width: 700px; /* 100% */
}to
.banneritem img {
background-size: 100% auto;
height: 100%; /* 120px */
left: 0;
position: relative;
top: 0;
width: 100%; /* 100% */
}2 users say Thank You to Ninja Lead for this useful post
AuthorPostsViewing 9 posts - 1 through 9 (of 9 total)This topic contains 9 replies, has 3 voices, and was last updated by Ninja Lead 9 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum