-
AuthorPosts
-
dzidzuridza Friend
dzidzuridza
- Join date:
- February 2011
- Posts:
- 76
- Downloads:
- 11
- Uploads:
- 12
- Thanks:
- 49
- Thanked:
- 3 times in 1 posts
August 18, 2015 at 9:51 pm #662768Hi
I read all topics “Is JA Slideshow Lite Responsive?” and I did’t find reason , Why on my webside (http://www.silesiaequestrian.pl) does not appear Ja slideshow lite on mobile phote :iphone etc.?
What is wrong? Please help . Would be good if though instead of slideshow showed a picture.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
August 19, 2015 at 2:11 am #662840Hello
Its not designed for small screen due to the good design purpose , If you would like to adjust it for the small screen you can
try my solution given in this thread .
Hope it helps.1 user says Thank You to Pankaj Sharma for this useful post
dzidzuridza Frienddzidzuridza
- Join date:
- February 2011
- Posts:
- 76
- Downloads:
- 11
- Uploads:
- 12
- Thanks:
- 49
- Thanked:
- 3 times in 1 posts
August 26, 2015 at 9:28 am #665659🙁 on my web side still look bed
http://www.silesiaequestrian.pl/Plon mobile (iphone) the slideshow look as follows: a large background there are tiny pictures. It is very readable, and looks bad. images have a size 1180/365
whether it is possible to improve it?dzidzuridza Frienddzidzuridza
- Join date:
- February 2011
- Posts:
- 76
- Downloads:
- 11
- Uploads:
- 12
- Thanks:
- 49
- Thanked:
- 3 times in 1 posts
August 26, 2015 at 9:28 am #746643🙁 on my web side still look bed
http://www.silesiaequestrian.pl/Plon mobile (iphone) the slideshow look as follows: a large background there are tiny pictures. It is very readable, and looks bad. images have a size 1180/365
whether it is possible to improve it?Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
August 26, 2015 at 9:31 am #665661Hi am not able to access your site , its forbidden .
You can change the size of the text with given suggestions here It pretty hard to show images and text both on mobiles , as u know the screen size is too smal and both can not fit , this is reason its hidden for the small devices .Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
August 26, 2015 at 9:31 am #746645Hi am not able to access your site , its forbidden .
You can change the size of the text with given suggestions here It pretty hard to show images and text both on mobiles , as u know the screen size is too smal and both can not fit , this is reason its hidden for the small devices .dzidzuridza Frienddzidzuridza
- Join date:
- February 2011
- Posts:
- 76
- Downloads:
- 11
- Uploads:
- 12
- Thanks:
- 49
- Thanked:
- 3 times in 1 posts
August 26, 2015 at 9:35 am #665664I have another idea: how to change slideshow on mobile version to the just one image in this same place . It is possible? u know turn off slideshow for mobile and design here the new module with just one image only for mobile device?
dzidzuridza Frienddzidzuridza
- Join date:
- February 2011
- Posts:
- 76
- Downloads:
- 11
- Uploads:
- 12
- Thanks:
- 49
- Thanked:
- 3 times in 1 posts
August 26, 2015 at 9:35 am #746648I have another idea: how to change slideshow on mobile version to the just one image in this same place . It is possible? u know turn off slideshow for mobile and design here the new module with just one image only for mobile device?
dzidzuridza Frienddzidzuridza
- Join date:
- February 2011
- Posts:
- 76
- Downloads:
- 11
- Uploads:
- 12
- Thanks:
- 49
- Thanked:
- 3 times in 1 posts
August 26, 2015 at 9:52 am #665668I find answer:
/* Slideshow */
.ja-slideshow .container {
padding: 0;
width: auto;
}
.ja-ss-btns .ja-ss-prev {
background-position: 0 0;
left: 20px !important;
}
.ja-ss-btns .ja-ss-next {
background-position: right 0;
right: 20px !important;
}
.ja-slideshow {
background: none !important;
} @media screen and (max-width: 1350px) {
.ja-slideshow .container {
padding-left: 0px !important;
padding-right: 0px !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
display: inline-block !important;
}
} @media (min-width: 768px) and (max-width: 938px) {
.hidden-sm {
display: inline-block !important;
}
} @media (min-width: 939px) and (max-width: 1279px) {
.hidden-md {
display: inline-block !important;
}
}.ja-ss-item {
display: block;
float: left;
margin: 0;
overflow: hidden;
position: absolute;
right: 0;
left: 0;
width: 100%;
min-height: 0px !important;
z-index: 1;
backface-visibility: hidden;
-moz-backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}1 user says Thank You to dzidzuridza for this useful post
dzidzuridza Frienddzidzuridza
- Join date:
- February 2011
- Posts:
- 76
- Downloads:
- 11
- Uploads:
- 12
- Thanks:
- 49
- Thanked:
- 3 times in 1 posts
August 26, 2015 at 9:52 am #746652I find answer:
/* Slideshow */
.ja-slideshow .container {
padding: 0;
width: auto;
}
.ja-ss-btns .ja-ss-prev {
background-position: 0 0;
left: 20px !important;
}
.ja-ss-btns .ja-ss-next {
background-position: right 0;
right: 20px !important;
}
.ja-slideshow {
background: none !important;
} @media screen and (max-width: 1350px) {
.ja-slideshow .container {
padding-left: 0px !important;
padding-right: 0px !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
display: inline-block !important;
}
} @media (min-width: 768px) and (max-width: 938px) {
.hidden-sm {
display: inline-block !important;
}
} @media (min-width: 939px) and (max-width: 1279px) {
.hidden-md {
display: inline-block !important;
}
}.ja-ss-item {
display: block;
float: left;
margin: 0;
overflow: hidden;
position: absolute;
right: 0;
left: 0;
width: 100%;
min-height: 0px !important;
z-index: 1;
backface-visibility: hidden;
-moz-backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}1 user says Thank You to dzidzuridza for this useful post
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
August 26, 2015 at 10:51 am #665682Did you sort it out ?
1 user says Thank You to Pankaj Sharma for this useful post
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
August 26, 2015 at 10:51 am #746666Did you sort it out ?
1 user says Thank You to Pankaj Sharma for this useful post
dzidzuridza Frienddzidzuridza
- Join date:
- February 2011
- Posts:
- 76
- Downloads:
- 11
- Uploads:
- 12
- Thanks:
- 49
- Thanked:
- 3 times in 1 posts
August 26, 2015 at 11:12 am #672772yes fix it
dzidzuridza Frienddzidzuridza
- Join date:
- February 2011
- Posts:
- 76
- Downloads:
- 11
- Uploads:
- 12
- Thanks:
- 49
- Thanked:
- 3 times in 1 posts
August 26, 2015 at 11:12 am #746668yes fix it
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
August 26, 2015 at 11:14 am #672775HI
I suggest you to hide module via template manager > layout tab > responsive > click on eye icon to hide a module . You can see all screen size options in responsive layout tab. -
AuthorPosts
This topic contains 16 replies, has 2 voices, and was last updated by Pankaj Sharma 9 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum