-
AuthorPosts
-
mmay Friend
mmay
- Join date:
- October 2007
- Posts:
- 51
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 9
- Thanked:
- 1 times in 1 posts
April 13, 2009 at 9:35 pm #140215I am trying to figure out why my description here is not viewable:
http://www.stopkillingyourselftolive.com/
The description:
JA Nickel
New Joomla! Business Portal
You might have known our corporate templates JA Edenite, JA Mageia, JA Bellatrix etc., this collection now sees a new alternative
is BARELY viewable, same color as outside background color – i have tried changing the opacity (BTW, what is the range on opacity?), the font color is not the same as the background – at least not anywhere i can see. I would assume it would be white just like the demo. I have only one item in the slideshow if that makes a difference?
cssyeah Moderatorcssyeah
- Join date:
- June 2006
- Posts:
- 653
- Downloads:
- 73
- Uploads:
- 15
- Thanked:
- 121 times in 81 posts
April 14, 2009 at 9:43 am #301234Hi mmay,
You need config show the description in backend of the JA Slideshow2 module.
Show description: Description with Readmore
mmay Friendmmay
- Join date:
- October 2007
- Posts:
- 51
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 9
- Thanked:
- 1 times in 1 posts
April 14, 2009 at 8:50 pm #301294And read my first post, it actually IS there – just EXTREMELY dark, almost same color as background – though not that color in css as far as i can tell.
mmay Friendmmay
- Join date:
- October 2007
- Posts:
- 51
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 9
- Thanked:
- 1 times in 1 posts
April 14, 2009 at 8:51 pm #301295tried both ways:
Show description: Description with Readmore
Show description: Description onlyTAnne Mills FriendTAnne Mills
- Join date:
- September 2014
- Posts:
- 88
- Downloads:
- 28
- Uploads:
- 6
- Thanks:
- 38
- Thanked:
- 14 times in 1 posts
April 15, 2009 at 1:09 am #301300It seems to be the opactiy.
Using Firebug I set the opacity to 100 and the text is visible (see attached screenshot).element.style {
display:block;
height:240px;
left:0;
opacity:100; –> this property was set to 0.01
position:absolute;
top:0;
visibility:visible;
width:940px;
}Is this a field in the module parameters? If it’s not in the module parameters there is probably a stylesheet associated with the module under mod_nameofmodule that you could modify.
mmay Friendmmay
- Join date:
- October 2007
- Posts:
- 51
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 9
- Thanked:
- 1 times in 1 posts
April 16, 2009 at 8:52 pm #301602Now that we have confirmed that, the question is where do i adjust that opacity. I have changed the opacity in the module settings but it seems to have zero effect?
Maybe i should just unistall and then re-install the module?
reinstalling did not help
Changing the description background opacity has no effect
TAnne Mills FriendTAnne Mills
- Join date:
- September 2014
- Posts:
- 88
- Downloads:
- 28
- Uploads:
- 6
- Thanks:
- 38
- Thanked:
- 14 times in 1 posts
April 18, 2009 at 3:22 am #301752To edit opacity
1. Open modulesmod_jaslideshow2assetsja.slideshow2.js2. Go to line 105 and change
‘opacity’: 0.01
to
‘opacity’: 0.53. Go to line 117 and change
this.descFx.start(0.01);
to
this.descFx.start(0.5);You can make either of these larger that 0.5, but I would suggest that you keep it lower than 0.8 so you still get a mouse over effect – i.e. the text becomes brighter when you hover your mouse over the slideshow.
mmay Friendmmay
- Join date:
- October 2007
- Posts:
- 51
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 9
- Thanked:
- 1 times in 1 posts
April 19, 2009 at 10:05 pm #301911That was correct! Strange that the template is that way in the first place though?
One last question – how do i make the background color of the slideshow the same as the background color of the the top of the page?
http://www.stopkillingyourselftolive.com/
I tried adding a background color to: .ja-slidewrap, .ja-slide-main-wrap and #ja-slideshow but those just made a block over the whole area and lost the drop down part of the ‘stop’ graphic.
Thanks again
TAnne Mills FriendTAnne Mills
- Join date:
- September 2014
- Posts:
- 88
- Downloads:
- 28
- Uploads:
- 6
- Thanks:
- 38
- Thanked:
- 14 times in 1 posts
April 20, 2009 at 3:23 am #301932Do you mean to hide the darker background image behind the slideshow?
If so edit template.css and go to line 1350 and comment out the background property by changing:
background:transparent url(../images/sl-bg.png) no-repeat scroll left top;
to
/*background:transparent url(../images/sl-bg.png) no-repeat scroll left top;*/If this isn’t what you were looking for let me know.
T’AnneJune 9, 2009 at 6:45 am #307366hello T’Anne,
This post has answered some questions for me, so I’m hoping you can help with another question I have.
I wanted the opacity mask and text to only cover part of the main image on rollover, not to mask the entire image, so I went to modulesmod_jaslideshow2assetsja.slideshow2.js, line 103
and changed
‘width”: this.options.mainWidth,to
‘width’: ‘200px’,Now the mask only covers the left 200px, however it also will only pop up if I roll over that left 200px, rather than the 200px mask popping up if I roll over *anywhere* on the main image, which is what I’m trying to do.
Any advice on this?
Thank you so much!
TAnne Mills FriendTAnne Mills
- Join date:
- September 2014
- Posts:
- 88
- Downloads:
- 28
- Uploads:
- 6
- Thanks:
- 38
- Thanked:
- 14 times in 1 posts
June 12, 2009 at 3:55 am #307682Can you post the URL so I can look at the website?
Thanks,
T’AnneJune 12, 2009 at 4:05 pm #307740Hi, a friend has helped me out with this, but thank you so much for your reply! 🙂
AuthorPostsViewing 12 posts - 1 through 12 (of 12 total)This topic contains 12 replies, has 4 voices, and was last updated by omegareal 15 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Text description in slideshow not viewable?
Viewing 12 posts - 1 through 12 (of 12 total)