-
AuthorPosts
-
October 14, 2015 at 7:30 pm #705075
Hello,
We use Ja Slideshow Lite module on our Joomla! 3.4.4 webiste built with Ja University template. As you can see here http://www.aalisg.org/en and here http://www.aalisg.org/fr the module is displayed on our frontpages.
What we would like is to adapt the description (text and background) and eventually the navigation to fit the several screen sizes.
As you can see here https://www.responsinator.com/?url=https%3A%2F%2Fwww.aalisg.org%2Fen%2F the description is not visible on several screen sizes.
Is there a way to adapt background, description and eventually navigation (arrows) position and size to fit all screen sizes?
Please let us know.
Regards
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 15, 2015 at 6:33 am #705238Hi,
This way will help you to solve the problem on mobile layout
Open templates/ja_university_t3/css/custom.css file and add new css style
@media (max-width: 767px) {
.ja-ss-desc {
bottom: 30px;
padding: 0px;
width: 100%;
}.ja-ss-desc h3 {
font-size: 15px;
}
}
Regards
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 15, 2015 at 6:33 am #751774Hi,
This way will help you to solve the problem on mobile layout
Open templates/ja_university_t3/css/custom.css file and add new css style
@media (max-width: 767px) {
.ja-ss-desc {
bottom: 30px;
padding: 0px;
width: 100%;
}.ja-ss-desc h3 {
font-size: 15px;
}
}
Regards
October 16, 2015 at 9:16 pm #705543Hello and thank you for you reply,
As you can see here https://www.responsinator.com/?url=https%3A%2F%2Fwww.aalisg.org%2Fen%2F it does not seem to work very well. Are you sure of your code? You “@media” surprises me.
Regards
October 16, 2015 at 9:16 pm #751976Hello and thank you for you reply,
As you can see here https://www.responsinator.com/?url=https%3A%2F%2Fwww.aalisg.org%2Fen%2F it does not seem to work very well. Are you sure of your code? You “@media” surprises me.
Regards
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 19, 2015 at 4:15 am #705765Try to do this again on your site
Open templates/ja_university_t3/css/custom.css file and following code
@media (max-width: 767px) {
.ja-ss-desc {
bottom: 30px;
padding: 0px;
width: 100%;
}.ja-ss-desc h3 {
font-size: 15px;
}
}to
@media (max-width: 767px) {
.ja-ss-desc {
bottom: 30px !important;
padding: 0px !important;
width: 100% !important;
}.ja-ss-desc h3 {
font-size: 15px !important;
}
}Let me know the result
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 19, 2015 at 4:15 am #752096Try to do this again on your site
Open templates/ja_university_t3/css/custom.css file and following code
@media (max-width: 767px) {
.ja-ss-desc {
bottom: 30px;
padding: 0px;
width: 100%;
}.ja-ss-desc h3 {
font-size: 15px;
}
}to
@media (max-width: 767px) {
.ja-ss-desc {
bottom: 30px !important;
padding: 0px !important;
width: 100% !important;
}.ja-ss-desc h3 {
font-size: 15px !important;
}
}Let me know the result
October 20, 2015 at 2:17 am #705965Hello and thank you for your reply,
As you can see here the result is obviously better. But with several screen sizes navigation (arrows) hidden text description.
My request was to adapt 1) background description size and position, 2) text description size and position and 3) navigation (arrows) size and position.
So my question is it possible to define these three settings regarding screen size. For example for all screen below 320 px width description background size = width 320 px and height = 100 px and position = …
Please let me know.
Regards
October 20, 2015 at 2:17 am #752231Hello and thank you for your reply,
As you can see here the result is obviously better. But with several screen sizes navigation (arrows) hidden text description.
My request was to adapt 1) background description size and position, 2) text description size and position and 3) navigation (arrows) size and position.
So my question is it possible to define these three settings regarding screen size. For example for all screen below 320 px width description background size = width 320 px and height = 100 px and position = …
Please let me know.
Regards
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 22, 2015 at 10:47 am #706428Hello and thank you for your reply,
O.K. You are most probably right. Sorry for the disturb.
Regards
October 22, 2015 at 10:47 am #752495Hello and thank you for your reply,
O.K. You are most probably right. Sorry for the disturb.
Regards
November 7, 2015 at 12:49 pm #723123<em>@Ninja Lead 498564 wrote:</em><blockquote>@aalisg: JA Slideshow Lite module was disabled by default for mobile layout.
</blockquote>I am having the same problem as OP.
Is there any way to remove the text for specific layouts? Would it work by putting custom css? Where can I find the class for that?
I just went into the Template>edit style>layout>responsive but it doesn’t give the option to disable the slideshow position in the small/extra small layout. Navhelper is disabled for extra small, so itseems like there should be a way.
November 7, 2015 at 12:49 pm #753961<em>@Ninja Lead 498564 wrote:</em><blockquote>@aalisg: JA Slideshow Lite module was disabled by default for mobile layout.
</blockquote>I am having the same problem as OP.
Is there any way to remove the text for specific layouts? Would it work by putting custom css? Where can I find the class for that?
I just went into the Template>edit style>layout>responsive but it doesn’t give the option to disable the slideshow position in the small/extra small layout. Navhelper is disabled for extra small, so itseems like there should be a way.
-
AuthorPosts
This topic contains 21 replies, has 3 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