-
AuthorPosts
-
minas69 Friend
minas69
- Join date:
- September 2007
- Posts:
- 260
- Downloads:
- 0
- Uploads:
- 99
- Thanks:
- 73
- Thanked:
- 6 times in 1 posts
February 7, 2012 at 4:27 pm #173656Hi,
I want to change the background color from the ja slideshow modul…Now it is black ( see image )
Thanks for your comments…
mina
swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
February 7, 2012 at 4:46 pm #437372Mina,
the css for that is located in /templates/ja_tiris/css/template.css at around line 1317.
#ja-slideshow .main-inner2,
#ja-slideshow2 .main-inner2 {
background: #000;
margin: 0px !important;
padding: 0px !important;
}
You can change background to one of your choice from #000Regards
1 user says Thank You to swissa for this useful post
minas69 Friendminas69
- Join date:
- September 2007
- Posts:
- 260
- Downloads:
- 0
- Uploads:
- 99
- Thanks:
- 73
- Thanked:
- 6 times in 1 posts
February 7, 2012 at 5:28 pm #437384Thanks swissa it runs π
What about the other 2 black areas ? One above the slideshow image and 1 around the thumbnails ….
Thanks in advance
mina
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
February 7, 2012 at 5:38 pm #437387<em>@minas69 299347 wrote:</em><blockquote>Thanks swissa it runs π
What about the other 2 black areas ? One above the slideshow image and 1 around the thumbnails ….
Thanks in advance
mina</blockquote>
Mina:Can you provide the url of the site you’re working on, as well as set “Optimize CSS” to “No” within your Template Manager–General Settings?
swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
February 7, 2012 at 5:55 pm #437395Hi Mina,
can you clarify for Tom or I exactly what you are trying to achieve with the thumbnails as there is a lot of css around these. Do you want them to stay, go, change colour?
Also the black area above the slideshow? That’s the menu? Do you have a screenshot?
1 user says Thank You to swissa for this useful post
minas69 Friendminas69
- Join date:
- September 2007
- Posts:
- 260
- Downloads:
- 0
- Uploads:
- 99
- Thanks:
- 73
- Thanked:
- 6 times in 1 posts
February 7, 2012 at 6:09 pm #437401TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
February 7, 2012 at 6:12 pm #437403Mina:
Can you also provide the url of the site you’re working on, as well as set “Optimize CSS” to “No” within your Template Manager–General Settings?minas69 Friendminas69
- Join date:
- September 2007
- Posts:
- 260
- Downloads:
- 0
- Uploads:
- 99
- Thanks:
- 73
- Thanked:
- 6 times in 1 posts
February 7, 2012 at 6:36 pm #437412TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
February 7, 2012 at 7:02 pm #437417For the thumbnail images on the right side, you need to open /modules/mod_slideshow/assets/themes/tiris/style.css
at line 29, you should see the following . . .
<blockquote>.viewbutton {
position: absolute;
right: 30px;
top: 135px;
z-index: 5;
float: right;
padding: 30px 0px;
background: #000;
}</blockquote>this is where you can change the background color from black (#000) to whatever color code you want.
1 user says Thank You to TomC for this useful post
minas69 Friendminas69
- Join date:
- September 2007
- Posts:
- 260
- Downloads:
- 0
- Uploads:
- 99
- Thanks:
- 73
- Thanked:
- 6 times in 1 posts
February 7, 2012 at 7:09 pm #437418ok..fine thanks…..and for the block above the slideshow image ?
thx
minaTomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
February 7, 2012 at 7:16 pm #437420<em>@minas69 299385 wrote:</em><blockquote>ok..fine thanks…..and for the block above the slideshow image ?
thx
mina</blockquote>
To be honest, I am having a difficult time ascertaining what that space actually is.The only thing I can think of is that it’s the slideshow background color – which swissa already eluded to in post #2 above – and your slideshow images are either not filling up the slideshow container, or you need to adjust your slideshow container width/height parameters.
1 user says Thank You to TomC for this useful post
swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
February 7, 2012 at 8:05 pm #437435Excuse me if I jump in…
Darf ich?
You have set a background for slideshow at template.css @ line 1319. the black comes from the #000 code you have in there. If you delete that out you see the body background. So the picture needs to be resized and Tom would know better than I what it should be.
#ja-slideshow .main-inner2, #ja-slideshow2 .main-inner2 {
background: url(../images/hg2.png) #000;
margin: 0px !important;
padding: 0px !important;
#ja-slideshow div.ja-moduletable,
#ja-slideshow div.moduletable {
padding: 0px !important;
margin: 0px !important;
}With respect to the thumbnails there is still some code you need to change and how much depends on how much you want to change. From the backend of slideshow module manager I would turn the navigation control buttons off. That saves us doing it with css.
To get rid of the black surround you need to look at this code at line 198 of /modules/mod_jaslideshow/assets/themes/tiris/style.css
#ja-slideshow .ja-slide-thumbs-wrap {
- background: #000;
- position: relative;
- right: 0px;
- bottom: auto;
}
It still leaves you with a border. If you want to get rid of that we need to do some more css changes.
Sags Mir was!
minas69 Friendminas69
- Join date:
- September 2007
- Posts:
- 260
- Downloads:
- 0
- Uploads:
- 99
- Thanks:
- 73
- Thanked:
- 6 times in 1 posts
February 8, 2012 at 7:33 am #437517Hi swissa,
now it looks like this :
and ja du sprichst gut deutsch π und du darfst sehr gerne helfen… lieben dank
mina
swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
February 8, 2012 at 8:02 am #437519Mina,
This is where the black is coming from.
http://msalfeld.alfahosting.org/images/resized/images/stories/04070901_500_500.jpg
http://msalfeld.alfahosting.org/images/resized/images/stories/03040901_500_500.jpg
Until you correct the slideshow settings or you load correctly sized pictures I can’t tell if the css is now correct or not.
Here are the standard settings for Tiris – http://static.joomlart.com/images/templates/ja_tiris/j17/slide1_back.png
If you want the pictures to span the slideshow you will need to make the pictures a minimum of 993×500. They can be bigger as slideshow resizes them but it can only downsize photos not upscale them.
You have slideshow set, from what I can see, for pictures 993×500 pixels. None of your photos seem to this size. They all seem to 500×500 or 500×350 (hence the black). I think this is because you are trying to use the same picture for both the slideshow and the article.
Try using dedicated fotos for slideshow in their own folder /slideshow/
minas69 Friendminas69
- Join date:
- September 2007
- Posts:
- 260
- Downloads:
- 0
- Uploads:
- 99
- Thanks:
- 73
- Thanked:
- 6 times in 1 posts
February 8, 2012 at 9:48 am #437533iΒ΄m sorry youΒ΄re right…..
Regarding own folder : I c’ant use it because I have to show articles…..and I miss the Ja thumbnail plugin
Thanks for your kindly attention π
mina
AuthorPostsThis topic contains 19 replies, has 3 voices, and was last updated by minas69 12 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum