0
Hello,
on my home page I put some ALBUM modules.
If I click on play the song is played, if I click again it starts from the beginning instead of stopping
On the DEMO page of joomlathat, the module does it correctly.
PleasecCan you help me urgently to solve the problem?
Thank you
on my home page I put some ALBUM modules.
If I click on play the song is played, if I click again it starts from the beginning instead of stopping
On the DEMO page of joomlathat, the module does it correctly.
PleasecCan you help me urgently to solve the problem?
Thank you
References:
Accepted Answer
0
this is what's killing you:
.uk-animation-slide-bottom-medium {
-webkit-animation-name: uk-fade-bottom-medium;
animation-name: uk-fade-bottom-medium;
}
this class is applied to that module wrapper div, and it's what's causing the problem.
if you remove this, problem is gone.
either you take this class off the module, or you simply remove this css class from the theme.css file...
.uk-animation-slide-bottom-medium {
-webkit-animation-name: uk-fade-bottom-medium;
animation-name: uk-fade-bottom-medium;
}
this class is applied to that module wrapper div, and it's what's causing the problem.
if you remove this, problem is gone.
either you take this class off the module, or you simply remove this css class from the theme.css file...
Responses (11)
-
Accepted Answer
0Hi, can you help me? my client wants a solution.
I tried to install the new plg_jwplayer_3.1.0_3.x.zip plugins
and plg_muscol_3.0.1_3.x.zip, but nothing has changed; indeed on my site it does not work well.
Thanks in advance!References:
-
Accepted Answer
-
Accepted Answer
0Hi, no, it did not work well either before or after installing the two new plugins.
Now I'm using the old plugins, Music Collection works, but JWplayers does not allow to pause or stop on the album modules (see homepage http://www.baleraitaliana.com/)
Now I send you the FTP login information in PM
Thank you -
Accepted Answer
-
Accepted Answer
0Wow, it seems to work without problems !!!
But according to you, why the player bar always appears under the top module ALBUM top even if I do paly on a module that is much lower, such as on the Sassofono module?
Should not it always be at the bottom of the page? so it would be much more functional !!!
Do I need to save any files you have fixed, in case I update Music collection or Joomla?
Thanks so much -
Accepted Answer
-
Accepted Answer
0the player appears there because some CSS settings in your website.
it seems there is a CSS property in your theme.css file that says:
transform: translateY(0);
which is bringing the module from the bottom to that position. that doesn't happen in other pages. if it wasn't for this CSS, it would always show at the bottom, as it is supposed to.
yes, please, keep a backup of the file /plugins/muscolplayers/jwplayer/jwplayer_functions.js -
Accepted Answer
-
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 »