-
AuthorPosts
-
November 23, 2011 at 2:36 pm #171019
Hi,
I want to put text “Growing your business in new and existing markets” in slide show text and remove line of that
i changed code in this module but just show this part of above text “Growing your business in new”
how could i do that and were could remove back and forward button.
i changed code in Description for each Item to:<p>Growing your business in new and existing markets</p>
thank afshin
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
November 23, 2011 at 3:46 pm #426129Hi,
<blockquote>I want to put text “Growing your business in new and existing markets” in slide show text and remove line of that
i changed code in this module but just show this part of above text “Growing your business in new”</blockquote>
You login backend > Extensions > Module Manager > JA Slideshow Module > Resource Settings. Edit Description.
<blockquote>how could i do that and were could remove back and forward button.</blockquote>
You login backend > Extensions > Module Manager > JA Slideshow Module > Navigator Settings . Edit Control Buttons to No.
– You delete all of files of /cache and /t3-assets directory.November 23, 2011 at 5:23 pm #426154Hi,
thanks i changed code on the resource setting /Description for each Item:
<p>Growing your business in new and existing markets</p>but in sideshow we could see just 30 character of text that i typed (Growing your business in new and existing markets)
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
November 23, 2011 at 5:49 pm #426159You replace this code from /modules/mod_jaslideshow/assets/themes/rave/mod_jaslideshow.css
.ja-slide-desc {
color: white;
font-size: 200%;
display: inline;
font-family: Georgia,"Times New Roman",Times,serif;
text-shadow: 0 1px 0 #111;
text-align: left;
}
with
.ja-slide-desc {
color: white;
font-size: 170%;
display: inline;
font-family: Georgia,"Times New Roman",Times,serif;
text-shadow: 0 1px 0 #111;
text-align: left;
}
– The words lost due to large font.1 user says Thank You to khoand for this useful post
November 23, 2011 at 6:12 pm #426162Thanks,
I use joomla 1.5 and we haven’t this folder /modules/mod_jaslideshow/assets/themes/rave/
i have /modules/mod_jaslideshow/assets/themes/default/mod_jaslideshow2.css and inside that just this code:
.ja-slidewrap {
border: none;
margin: 0;
padding: 0;
position: relative;
}khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
November 23, 2011 at 6:29 pm #426169Joomla 1.5 :
You find this code from /templates/ja_rave/css/mod_jaslideshow2.css
.ja-slide-desc {
color: white;
font-size: 200%;
display: inline;
font-family: Georgia,"Times New Roman",Times,serif;
text-shadow: 0 1px 0 #111;
text-align: left;
}
with
.ja-slide-desc {
color: white;
font-size: 160%;
display: inline;
font-family: Georgia,"Times New Roman",Times,serif;
text-shadow: 0 1px 0 #111;
text-align: left;
}1 user says Thank You to khoand for this useful post
November 23, 2011 at 6:43 pm #426174Thanks for your excellent support
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 2 voices, and was last updated by afshinrah 13 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum