-
AuthorPosts
-
May 26, 2015 at 8:41 pm #206656
Ja Slideshow Lite modul, how can I change the location of the image titles and descriptions. My other question; How do I make transparent the background color of the image title and description?
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
May 26, 2015 at 10:53 pm #571852<em>@kilicaslan 475073 wrote:</em><blockquote>Ja Slideshow Lite modul, how can I change the location of the image titles and descriptions. My other question; How do I make transparent the background color of the image title and description?</blockquote>
Hi
Regarding your first question you can select location of images directly from module
about your second question you can solve adding a customized css rule for the module , if you can post a link to your website i can suggest the correct code for it
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
May 26, 2015 at 10:53 pm #736898<em>@kilicaslan 475073 wrote:</em><blockquote>Ja Slideshow Lite modul, how can I change the location of the image titles and descriptions. My other question; How do I make transparent the background color of the image title and description?</blockquote>
Hi
Regarding your first question you can select location of images directly from module
about your second question you can solve adding a customized css rule for the module , if you can post a link to your website i can suggest the correct code for it
May 27, 2015 at 4:20 am #571923I asked guess wrong. I want to change the location of the text description of the picture.How can you describe how you made transparently text frame. I want to know the solution to this problem.
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
May 27, 2015 at 4:37 am #571927As i already asked before
Post the url of your website here , so we can better help
May 27, 2015 at 4:39 am #571928pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
May 27, 2015 at 4:59 am #571932Find this file inside your css folder mod_jaslideshowlite.css
and modify following css code as showed below.ja-ss-desc {
background: url("../../images/trans-d40.png");
color: #ffffff
left: 0;
position: absolute;
bottom: 90px;
box-sizing: border-box;
padding: 20px;
width: 350px;
z-index: 110;
opacity: 0.6;
bottom: 0px!important;
margin-left: 30%;Tested on my localhost and this is the result
If you are having problems to find the correct file or apply changes send me via Private Message a super user account and i will take a look at it
Note that opacity is applied to all desc block so if you want to reduce opacity to have only image transparent then you should edit your image ../../images/trans-d40.png with an editor and make it transparent
-
1 user says Thank You to pavit for this useful post
May 27, 2015 at 10:00 am #571948Pavit thank you your answer. jaslideshowlite.css is found and I changed of your code. I did not see any effect on my web site. jaslideshowlite.css location is ../modules/mod_jaslideshowlite/assets/css/mod_jaslideshowlite.css is it true?
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
May 27, 2015 at 12:48 pm #571964Hi
Correct path for mod_jaslideshowlite.css is /local/css/mod_jaslideshowlite.css i applied the css changes to it and you can see it works fine now
May 27, 2015 at 3:42 pm #571988Pavit thank you very much.
May 27, 2015 at 5:41 pm #572014.ja-ss-desc {
background: url(“../images/trans-d40.png”);
color: #dadada
left: 0;
position: absolute;
bottom: 90px;
box-sizing: border-box;
padding: 20px;
width: 350px;
z-index: 110;
}Now I change background tetx color. How can I change color? Active color is red. I want to change with the light blue color.
May 27, 2015 at 5:41 pm #737059.ja-ss-desc {
background: url(“../images/trans-d40.png”);
color: #dadada
left: 0;
position: absolute;
bottom: 90px;
box-sizing: border-box;
padding: 20px;
width: 350px;
z-index: 110;
}Now I change background tetx color. How can I change color? Active color is red. I want to change with the light blue color.
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
May 27, 2015 at 5:55 pm #572016<blockquote>Active color is red</blockquote>
Your active color is white not RED , background color is given by an image /images/trans-d40.png if you want to change background color change image , if you want to change text colour from white to light blue then change
color: #6176f6
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
May 27, 2015 at 5:55 pm #737061<blockquote>Active color is red</blockquote>
Your active color is white not RED , background color is given by an image /images/trans-d40.png if you want to change background color change image , if you want to change text colour from white to light blue then change
color: #6176f6
May 27, 2015 at 7:31 pm #572030Mr Pavit I also changed background image /images/trans-d40.png with blue color. But I not see But nothing happened. Image folder is ../templates/ja_university_t3/images trans-d40.png
AuthorPostsThis topic contains 22 replies, has 2 voices, and was last updated by kilicaslan 9 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum