0
Hello!
I have the pro version of music collection and i want to make it look like here. When someone ckick on Music Collecion link to look like demo page.
How can i do that?
I have the pro version of music collection and i want to make it look like here. When someone ckick on Music Collecion link to look like demo page.
How can i do that?

Responses (22)
-
Accepted Answer
0hello!
what you want to show exactly?
the homepage is very customizable. you can show whatever you want.
in our DEMO, we show some FEATURED artists, and some featured albums, too.
how? these are MODULES. (the modules are included in the package)
on your PARAMETERS, on music collection, there are two fields: INTROTEXT 1 and INTROTEXT 2. this is what is shown before and after the SEARCH bars
to show modules in here, you must use the {loadposition} tag
example:
1) create a new module FEATURED ARTISTS, and save it on position user4
2) on introtext, put this: {loadposition user4}
and that's it! the module will show here.
do you understand? you can show as many modules as you like... -
Accepted Answer
0I understand and i will try it.
Also one more question you have the "Music Collection Demo" in the main menu what item you have choose to load from component etc
Music Collection
*
Album
o
Standard Album Layout
*
Artist
o
Default Artist Layout
o
Detailed Artist Layout
o
Grid Artist Layout
*
Artists
o
Default
o
Detailed Layout (MUSIC COLLECTION HOMPEAGE - MANDATORY!)
*
Αρχείο
*
Playlist
o
Default
*
Playlists
o
Default
*
Search
o
Default
o
Detailed
o
Grid
o
Songs
*
Song
o
Default Song Layout
*
Songs
o
Default Artist Songs Layout
Or is customized? I notice that is an html -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0Yes iam from Greece. I have just download the componet. I see only the english letters not the greek.
The righ order in greek Alphabet is:
Α, Β, Γ, Δ, Ε, Ζ, Η, Θ, Ι, Κ, Λ, Μ, Ν, Ξ, Ο, Π, Ρ, Σ, Τ, Υ, Φ, Χ, Ψ, Ω
Can you tell me where you have the plugin for the greek bar? Or how to insert in the english alphabet and the greek? -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0I work with component and i have one big problem.
First with modules. (Random albums, Top viewed artists etc)
I save it on position "right". When i choose to see the lyrics of one song it appears like screenshot. The modules as can you see its above the video of song
Also see the Random Albums album. See the dot (.) near the cover album. How can i remove that?
-
Accepted Answer
0the DOT over the cover album looks like a LI bullet element. you have to go to your css file and make some statement like...
li.jcarousel-item{
list-style:none;
}
about the video, it looks like you embedded this directly on the song review, so it's up to you to make it fit! make the video smaller, or... just use the VIDEO field on the song form! -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0germi wrote:
the DOT over the cover album looks like a LI bullet element. you have to go to your css file and make some statement like...
li.jcarousel-item{
list-style:none;
}
About the lovely dot I write the code you tell me in album.css but the dot continue to live happily ever after...see here -
Accepted Answer
0First of all sorry about so many questions :blush:
See here my webpage. See down the "Random albums" doesnt look good. The left arrow doesnt appears. Yours in the demo you have other arrows smaller.
In case i want to add the random albums module to my right column of my webpage (width 300px) how to modify the module to look nice.
I try to insert in right but doesnt look good. The module was small and the photos, also the arrows doesnt fit right correctly! -
Accepted Answer
0about the DOT: templates/ja_seleni/css/template.css, line 193
there's a BACKGROUNG property that is adding this dot. delete this property and the dot will be gone forever
about the random albums module: you have to do a little bit of CSS work, I'm afraid...!! first, be sure that all the SIZES that you define on the module's paramters can FIT into your template WIDTH!
in my demo, I changed the arrows, yes. you can put the images you like! you can copy mine if you want! here is the path to my arrows: http://www.joomlamusicsolutions.com/modules/mod_muscol_featured_albums/tmpl/jcarousel/skins/tango/prev-horizontal.png
and http://www.joomlamusicsolutions.com/modules/mod_muscol_featured_albums/tmpl/jcarousel/skins/tango/next-horizontal.png
feel free tu use them!
about the size:
the module needs 40px of padding in each side (if you dont modify manually the CSS)
so, if you have 300px... you have actually 220px of REAL space. that is the space for every album
if you show 1 album, then 220px must be the space of the album thumbnails + its individual padding. if there's only 1 padding of 20px, for instance, then you can set the thumb width to 200px
there's no real secret about this, but you have to do a little math -
Accepted Answer
-
Accepted Answer
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »