-
AuthorPosts
-
migors Friend
migors
- Join date:
- December 2007
- Posts:
- 129
- Downloads:
- 0
- Uploads:
- 19
- Thanks:
- 33
- Thanked:
- 3 times in 1 posts
August 26, 2008 at 7:17 am #132618Hi everyone! How is possible create custom class for youtube highslide module.
If in code is defined clas “video” it shows video icon. In one tab I d like to publish radio stations.How create custom clas to show custom audio icon in there?
lcristian Friendlcristian
- Join date:
- August 2008
- Posts:
- 174
- Downloads:
- 0
- Uploads:
- 3
- Thanked:
- 31 times in 26 posts
August 26, 2008 at 8:55 pm #267439Open up this file :
/templates/ja_teline_ii/css/typo.css
and add this code :
a.audio {
background: url(../images/icon-audio.gif) no-repeat 0px 2px;
padding: 0 0 0 20px;
}Create an graphic of your choice to represent your audio icon, name it icon-audio.gif and upload it to :
/templates/ja_teline_ii/images
Next time when you’ll create a link, add your class with the editor or by hand :
<a href="link to file" class="audio" >
That’s all 😉
1 user says Thank You to lcristian for this useful post
migors Friendmigors
- Join date:
- December 2007
- Posts:
- 129
- Downloads:
- 0
- Uploads:
- 19
- Thanks:
- 33
- Thanked:
- 3 times in 1 posts
August 27, 2008 at 8:48 am #267529Thanks for help, it works 🙂
migors Friendmigors
- Join date:
- December 2007
- Posts:
- 129
- Downloads:
- 0
- Uploads:
- 19
- Thanks:
- 33
- Thanked:
- 3 times in 1 posts
August 27, 2008 at 8:56 am #267530One more question, is it possible to add custom class to article Heading, to show in articles list that there is a video
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by migors 16 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
highslide custom clas
Viewing 4 posts - 1 through 4 (of 4 total)