-
AuthorPosts
-
railer Friend
railer
- Join date:
- October 2007
- Posts:
- 236
- Downloads:
- 102
- Uploads:
- 9
- Thanks:
- 17
- Thanked:
- 24 times in 1 posts
October 23, 2013 at 1:10 pm #191637Greetings!
I am using JA Slideshow v. 2.5.7 in the JA Travel template (J! 2.5.14) but only on the Home page. On my inner pages I created custom HTML modules to display a 100px high image in the slideshow position. The problem is that the dark-blue image background (slideshow-bg.png — wrap-inner1 ?) doesn’t extend to the full 100px depth of the image, which means that shadow-bg.png is partially visible below the blue background and by itself, looks terrible.
What do I need to do to get the slideshow-bg.png background to extend down? It does it automatically with JA Slideshow.
I’ve attached a screenshot illustrating the problem.
Thanks in advance for your help,
Railer
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 23, 2013 at 3:41 pm #509999Might you be able to share the url of the site you’re working on – so we can take a better look?
railer Friendrailer
- Join date:
- October 2007
- Posts:
- 236
- Downloads:
- 102
- Uploads:
- 9
- Thanks:
- 17
- Thanked:
- 24 times in 1 posts
October 23, 2013 at 4:11 pm #510005<em>@TomC 394932 wrote:</em><blockquote>Might you be able to share the url of the site you’re working on – so we can take a better look?</blockquote>
Thanks Tom — I sent the URL via PM.
Railerrailer Friendrailer
- Join date:
- October 2007
- Posts:
- 236
- Downloads:
- 102
- Uploads:
- 9
- Thanks:
- 17
- Thanked:
- 24 times in 1 posts
October 23, 2013 at 9:41 pm #510024I just found out that slideshow-bg.png has a white part at the bottom which is the same height as the slideshow navigation tabs on the Home page slideshow. It is set to repeat-x. I duplicated the art naming it slideshow-bg2.png and filled in the white part with blue to match the top. How do I create the necessary CSS to get it to display as the background art on the other pages which use the header images? I tried creating a module class but that didn’t work. It needs to be applied to the div #ja-slideshow, but only on the innerpages.
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
October 24, 2013 at 11:09 am #510114Hi railer,
In this case, you can remove the background shadow of Slideshow module so that the module slides will look better. You just need to open ja_travel/templates/ja_travel/themes/dark_blue/css/template.css file, change:
#ja-slideshow .wrap-inner1{
background-image: url("../images/shadow-bg.png");
}to
#ja-slideshow .wrap-inner1{
background-image: none;
}Then clear JAT3 cache then. By this way, you don’t need to create more css styles to hide the white part at the bottom of Slideshow module.
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 3 voices, and was last updated by phong nam 11 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Height issue of container and shadow-bg.png in slideshow position
Viewing 5 posts - 1 through 5 (of 5 total)