-
AuthorPosts
-
dattard1 Friend
dattard1
- Join date:
- August 2007
- Posts:
- 114
- Downloads:
- 2
- Uploads:
- 2
- Thanks:
- 11
- Thanked:
- 1 times in 1 posts
May 25, 2015 at 3:55 pm #206613Hi, am using JA SlideSow to create a bit of a slideshow on the frontpage: http://www.dart-creations.com
Th text and titles all seem garbled – and also need to set a good width and height which works well and stays responsive…
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
May 26, 2015 at 1:54 pm #571754I can’t access your site, pls check my PM
dattard1 Frienddattard1
- Join date:
- August 2007
- Posts:
- 114
- Downloads:
- 2
- Uploads:
- 2
- Thanks:
- 11
- Thanked:
- 1 times in 1 posts
May 26, 2015 at 6:37 pm #571816Replied in PM
dattard1 Frienddattard1
- Join date:
- August 2007
- Posts:
- 114
- Downloads:
- 2
- Uploads:
- 2
- Thanks:
- 11
- Thanked:
- 1 times in 1 posts
May 26, 2015 at 6:37 pm #736862Replied in PM
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
May 27, 2015 at 10:45 am #571954Please try to configure as our docs here: http://static.joomlart.com/images/userguide/ja_templates/ja_magz/slideshow-backend.jpg
http://www.joomlart.com/documentation/joomla-templates/ja-magz#extensions-config
dattard1 Frienddattard1
- Join date:
- August 2007
- Posts:
- 114
- Downloads:
- 2
- Uploads:
- 2
- Thanks:
- 11
- Thanked:
- 1 times in 1 posts
May 27, 2015 at 6:40 pm #572024It WAS already configured in that way – still looks horrible
dattard1 Frienddattard1
- Join date:
- August 2007
- Posts:
- 114
- Downloads:
- 2
- Uploads:
- 2
- Thanks:
- 11
- Thanked:
- 1 times in 1 posts
May 27, 2015 at 6:40 pm #737069It WAS already configured in that way – still looks horrible
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
May 28, 2015 at 2:52 pm #572155You can take a look again at the position, we assign this slideshow to ‘home-30’ position which is wider than the current position you’re assign it to.
The width is not large enough while the text is big and it causes the slideshow not look nice.
dattard1 Frienddattard1
- Join date:
- August 2007
- Posts:
- 114
- Downloads:
- 2
- Uploads:
- 2
- Thanks:
- 11
- Thanked:
- 1 times in 1 posts
May 28, 2015 at 4:09 pm #572165Ok – i want to set it up as in Home-10 in the following image then
http://static.joomlart.com/images/userguide/ja_templates/ja_magz/ja_magz_position.png
How would I need to set it up?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
May 29, 2015 at 10:47 am #572282You will need to customize the style for this slideshow.
Just open the css file: root/templates/ja_magz (your default template)/css/custom.css – this file will keep your custom css code.
and add rule for elements of slideshow:
.maskDesc .ja-slide-desc {
color: #fff;
font-family: 'novecento_wide_bookbold',sans-serif;
font-size: 35px;
font-weight: 700;
line-height: 1.3;
text-transform: uppercase;
text-align: center;
}.maskDesc .ja-slide-desc a span {
background: #1ea1fc;
color: #fff;
font-weight: bolder;
padding: 10px;
text-transform: uppercase;
opacity: 0.9;
filter: alpha(opacity=90);
}
and you can change the value for above property (font/color/etc…) to the value which suits your need.
In case, it doesn’t work, you can illustrate the modification you wish via screenshots, I will give further suggestion.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
May 29, 2015 at 10:47 am #737319You will need to customize the style for this slideshow.
Just open the css file: root/templates/ja_magz (your default template)/css/custom.css – this file will keep your custom css code.
and add rule for elements of slideshow:
.maskDesc .ja-slide-desc {
color: #fff;
font-family: 'novecento_wide_bookbold',sans-serif;
font-size: 35px;
font-weight: 700;
line-height: 1.3;
text-transform: uppercase;
text-align: center;
}.maskDesc .ja-slide-desc a span {
background: #1ea1fc;
color: #fff;
font-weight: bolder;
padding: 10px;
text-transform: uppercase;
opacity: 0.9;
filter: alpha(opacity=90);
}
and you can change the value for above property (font/color/etc…) to the value which suits your need.
In case, it doesn’t work, you can illustrate the modification you wish via screenshots, I will give further suggestion.
dattard1 Frienddattard1
- Join date:
- August 2007
- Posts:
- 114
- Downloads:
- 2
- Uploads:
- 2
- Thanks:
- 11
- Thanked:
- 1 times in 1 posts
June 4, 2015 at 5:12 pm #572918I put these settings in my custom.css but there was absolutely no change to the slideshow … I could play around a bit more once I get the css to apply well, but I’m not sure this is the correct css to apply?
dattard1 Frienddattard1
- Join date:
- August 2007
- Posts:
- 114
- Downloads:
- 2
- Uploads:
- 2
- Thanks:
- 11
- Thanked:
- 1 times in 1 posts
June 4, 2015 at 5:12 pm #737952I put these settings in my custom.css but there was absolutely no change to the slideshow … I could play around a bit more once I get the css to apply well, but I’m not sure this is the correct css to apply?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 5, 2015 at 10:52 am #573028In case it doesn’t work, you can send me screenshot illustrating how you want to customise and PM me the FTP account of your site, I will check it for you.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 5, 2015 at 10:52 am #738061In case it doesn’t work, you can send me screenshot illustrating how you want to customise and PM me the FTP account of your site, I will check it for you.
-
AuthorPosts
This topic contains 19 replies, has 3 voices, and was last updated by Ninja Lead 9 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum