Alessandro
Alessandro
Offline
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

Accepted Answer

Wednesday, April 04 2018, 12:11 PM - #Permalink
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...
The reply is currently minimized Show
Responses (11)
  • Accepted Answer

    Alessandro
    Alessandro
    Offline
    Wednesday, March 28 2018, 08:34 PM - #Permalink
    0
    Hi, 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!
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, March 28 2018, 09:34 PM - #Permalink
    0
    hi

    was this working properly before?
    I need FTP access to take a look.
    The reply is currently minimized Show
  • Accepted Answer

    Alessandro
    Alessandro
    Offline
    Thursday, March 29 2018, 04:56 AM - #Permalink
    0
    Hi, 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
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, March 29 2018, 05:28 PM - #Permalink
    0
    well, the reason for the buttons not working is really, really weird. it's from javascript but I dont' know why

    I applied a fix. please refresh and test, it's working now
    The reply is currently minimized Show
  • Accepted Answer

    Alessandro
    Alessandro
    Offline
    Thursday, March 29 2018, 07:42 PM - #Permalink
    0
    Wow, 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
    The reply is currently minimized Show
  • Accepted Answer

    Alessandro
    Alessandro
    Offline
    Tuesday, April 03 2018, 06:33 AM - #Permalink
    0
    Hi Germi,
    can you answer me the questions I asked you?
    Thank you
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, April 03 2018, 09:54 AM - #Permalink
    0
    the 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
    The reply is currently minimized Show
  • Accepted Answer

    Alessandro
    Alessandro
    Offline
    Tuesday, April 03 2018, 12:24 PM - #Permalink
    0
    Thanks so much!
    In your opinion, is there any way to make it appear at the bottom of the page without working a lot or not to appear at all?
    Thank you
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, April 03 2018, 02:55 PM - #Permalink
    0
    you need to remove that piece of CSS in the theme.css file, because it's the one messing with the player position on that page...
    The reply is currently minimized Show
  • Accepted Answer

    Alessandro
    Alessandro
    Offline
    Tuesday, April 03 2018, 03:34 PM - #Permalink
    0
    I removed what you indicated to me, but it still does not work well, I always see it high!
    Can you let me know if I can do anything else?
    Thank you
    The reply is currently minimized Show
  • Accepted Answer

    Alessandro
    Alessandro
    Offline
    Wednesday, April 04 2018, 03:18 PM - #Permalink
    0
    Great it work!!!!
    The reply is currently minimized Show
Your Reply