K2 items with scorch plugin

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sat Jan 04, 2014 11:28 pm
Reply with quote
Report this post
Hello,

1.
I'm trying to make a site where my young students, can practise at home with some extra nice music. I'm using the sorch plugin from avid(sibelius). I managed to make this work so I'm not asking help for this. I found some codes and put it in the editor and than it plays. So far so good. You have to download the plugin and this link, you will find under the score. You have to use google chrome, Explorer works only with windows 8.
You'll find the music in "the ideas tree", just click on the first picture in the what about section. I also want to put here later a mp3 file so that you can play the music with backgroundmusic.
Now here is my question. If you will look to this page and you scroll the page up, you see that the music scrolls over the logo instead of behind the menu like everything else on that page. Will you please look to this and can you help me with this?
My test site is http://www.goedkoperles.com .Don't look at the layout I'm still learning and I have to make some good photo's.

2.
On the mainpage in the what about section, you see that the first picture I use is round. I want to use standard round pictures here without the effect I now created. Is this possible?

3.
I want to see the creativity demo, but it's not possible anymore from my computer. Maybe a stupid question but the other demos is not a problem. I'm getting this line.
You are a spammer, hacker or an otherwise bad person.
User avatar
Junior Boarder

teitbite
Mon Jan 06, 2014 5:08 pm
Reply with quote
Report this post
Hi

1. Unfortunatelly it's not working on my computer, but as with every flash object You will need to add a wmode="transparent" parameter so this will not show over the site elements.

2. Please add this code to css:

Code: Select all
.gkNspPM-Portfolio .gkImagesWrapper.gkImagesCols3 > a {
    border-radius: 150px;
    overflow: hidden;
}


This is closest to an automatic image rounding I can think of.
User avatar
Moderator

teitbite
Mon Jan 06, 2014 5:11 pm
Reply with quote
Report this post
Hi

I've just asked programmers for an answer to 3rd question and they tolde me to give You a direct url: http://demo.gavick.com/joomla25/creativity/
Please let me know if it's working and if not please send me Your IP address.
User avatar
Moderator

teitbite
Wed Jan 08, 2014 2:35 am
Reply with quote
Report this post
Hi

3. I've passed Your IP to programmers.

1. I do not know how do You want this to be displayed. If You will show me an example I may be able to help a little more.

2. I believe the proper example code should be:

Code: Select all
<object id="ScorchPlugin" width="600" height="849" classid="clsid:A8F2B9BD-A6A0-486A-9744-18920D898429" codebase="http://www.sibelius.com/download/software/win/ActiveXPlugin.cab#2,0,4,4">
<param name="src" value="http://www.goedkoperles.com/scores/Test.sib">
<param name="type" value="application/x-sibelius-score">
<param name="wmode" value="transparent">
<param name="scorch_minimum_version" value="5000">
<param name="scorch_preferred_version" value="5000">
<param name="scorch_shrink_limit" value="90">
<embed src="http://www.goedkoperles.com/scores/Test.sib"scorch_minimum_version="5000"scorch_preferred_version="5000"scorch_shrink_limit="90"width="600"height="849"type="application/x-sibelius-score"pluginspage="http://www.sibelius.com/cgi/plugin.pl"></embed></object>


but You better ask this plugin developer for a right answer.
User avatar
Moderator

GK User
Wed Jan 08, 2014 3:31 pm
Reply with quote
Report this post
1. I don't want to copy this site, but I want the round pictures like this site.

http://projects.lexart.me/mocha/

The horn of Trumpet is also round and I want a picture of that in the circles which are linked to the different musicscores.

2. thnx for trying, it doesn't work. Maybe it is not possible, I will ask in the forum of Sibelius Programm. Otherwise I have to think for another solution. Something with the Menu. If I someone else has a good idea, please let me know. You have to use chrome/firefox browser to see the problem. Most of the time Explore will not show the score.

3. Thnx

Thanx for your time.
User avatar
Junior Boarder

teitbite
Fri Jan 10, 2014 6:21 am
Reply with quote
Report this post
Hi

1. Please try this code maybe:

Code: Select all
.gkNspPM-Portfolio .gkImagesWrapper > a img {
    -moz-box-sizing: border-box;
    border: 10px solid;
    border-radius: 150px;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
}


Should looks like this:
User avatar
Moderator

GK User
Fri Jan 10, 2014 5:49 pm
Reply with quote
Report this post
Hello,

Thank you very much. It's looks great now. Only the overflow was still not round but I managed this to do myself in the file gkstuff.css. :lol:

About question 1:
I asked in the forum from the plugin developer and there was someone who asked me if the same thing happened when you use a flash plugin in that area. So I did a test with a .flv file and the plugin ALLVIDEO.
There was not a scrolling problem like the scorch plugin. The developer didn't react. :S
So if you look for a good conversation when you are all together drinking a cup of coffee, maybe this problem wil be solved in the near future.

About question 3:
strange problem. only the creativity demo is not approachable for me.

Thnx again for the other solution!
User avatar
Junior Boarder

teitbite
Sun Jan 12, 2014 5:18 am
Reply with quote
Report this post
Hi

1. Great to hear that :)
2. I still think the problem is a transparency parameter, but honestly do not know the way of where to add it to, sorry :(
3. Programmers should unlock it soon.
User avatar
Moderator


cron