-
AuthorPosts
-
September 29, 2012 at 4:04 pm #181070
I have put an image slideshow (AutsonSlideShow) on my frontpage with 2 images (900×600) for testing. http://www.jeroendekock.com
On my desktop this look fine but when i look my site on a mobile phone, for example an iPhone, i see only a part of the slideshow.
The slideshow doesn’t scale so it fits on the display of the iPhone.How can i fix this problem ?
September 29, 2012 at 5:14 pm #468565Normally i had the Template Width set to SPECIFIED (980 px).
If i now set the Template Width to AUTO, to test if my site is looking ok on a mobile device.
The site now stretch out on the desktop, so can i also set the max width in my css if i select this option.Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 1, 2012 at 10:33 am #468736You need to make new postion on iPhone layout and add JA Slideshow module with new position on 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:00 am #665654hi I have the same problem , so… how make new postion on iPhone layout?
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:00 am #746638hi I have the same problem , so… how make new postion on iPhone layout?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 27, 2015 at 3:13 am #672857<em>@dzidzuridza 489159 wrote:</em><blockquote>hi I have the same problem , so… how make new postion on iPhone layout?</blockquote>
This way will help you to create new postion in iPhone layout
+ Copy plugins/system/jat3/jat3/base-themes/default/etc/layouts/iphone.xml file
+ Paste into templates/ja_purity_ii/etc/layouts/ folder
+ Open templates/ja_purity_ii/etc/layouts/iphone.xml file
find and change
<blocks name="middle">
</blocks>
to
<blocks name="middle">
<block name="content-mass-top" style="raw">content-mass-top-mobile</block>
</blocks>+ Create the new module and select content-mass-top-mobile position, now you can see the module shows on iphone device.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 27, 2015 at 3:13 am #746748<em>@dzidzuridza 489159 wrote:</em><blockquote>hi I have the same problem , so… how make new postion on iPhone layout?</blockquote>
This way will help you to create new postion in iPhone layout
+ Copy plugins/system/jat3/jat3/base-themes/default/etc/layouts/iphone.xml file
+ Paste into templates/ja_purity_ii/etc/layouts/ folder
+ Open templates/ja_purity_ii/etc/layouts/iphone.xml file
find and change
<blocks name="middle">
</blocks>
to
<blocks name="middle">
<block name="content-mass-top" style="raw">content-mass-top-mobile</block>
</blocks>+ Create the new module and select content-mass-top-mobile position, now you can see the module shows on iphone device.
November 3, 2015 at 10:08 am #721234Hi,
In my case, slideshow works fine on Iphone and iPad, images are changing size which is really cool, but the font size is not changing at all so its out of display.
Can I add some special css to auto change the font size?Thank You!
November 3, 2015 at 10:08 am #753616Hi,
In my case, slideshow works fine on Iphone and iPad, images are changing size which is really cool, but the font size is not changing at all so its out of display.
Can I add some special css to auto change the font size?Thank You!
worldsalesagency.comNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 4, 2015 at 3:52 am #721353You can fix the problem with font-size of the description on mobile layout
Open templates/ja_nuevo/css/custom.css file and add new css style
@media (min-width: 768px) and (max-width: 979px) {
.ja-ss-desc h3 {
font-size: 35px !important;
}
}1 user says Thank You to Ninja Lead for this useful post
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 4, 2015 at 3:52 am #753691You can fix the problem with font-size of the description on mobile layout
Open templates/ja_nuevo/css/custom.css file and add new css style
@media (min-width: 768px) and (max-width: 979px) {
.ja-ss-desc h3 {
font-size: 35px !important;
}
}1 user says Thank You to Ninja Lead for this useful post
November 5, 2015 at 6:27 pm #721651<em>@Ninja Lead 500739 wrote:</em><blockquote>You can fix the problem with font-size of the description on mobile layout
Open templates/ja_nuevo/css/custom.css file and add new css style
@media (min-width: 768px) and (max-width: 979px) {
.ja-ss-desc h3 {
font-size: 35px !important;
}
}
</blockquote>
is this css changing only the title font size?
What about the description?
Thanks.November 5, 2015 at 6:27 pm #753835<em>@Ninja Lead 500739 wrote:</em><blockquote>You can fix the problem with font-size of the description on mobile layout
Open templates/ja_nuevo/css/custom.css file and add new css style
@media (min-width: 768px) and (max-width: 979px) {
.ja-ss-desc h3 {
font-size: 35px !important;
}
}
</blockquote>
is this css changing only the title font size?
What about the description?
Thanks.Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 6, 2015 at 3:47 am #721681With the css style below will change font size tittle and description on mobile layout
@media (min-width: 768px) and (max-width: 979px) {
.ja-ss-desc h3 {
font-size: 35px !important;
}.ja-ss-desc {
font-size: 15px !important;
}
}1 user says Thank You to Ninja Lead for this useful post
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 6, 2015 at 3:47 am #753865With the css style below will change font size tittle and description on mobile layout
@media (min-width: 768px) and (max-width: 979px) {
.ja-ss-desc h3 {
font-size: 35px !important;
}.ja-ss-desc {
font-size: 15px !important;
}
}1 user says Thank You to Ninja Lead for this useful post
-
AuthorPosts
This topic contains 15 replies, has 4 voices, and was last updated by Ninja Lead 9 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum