Plugin conflict starting with 2.5.0, “progress”
-
Starting with 2.5.0 there is a conflict between SSP plugin and NK – Progress Counter Block [NK-PCB] (https://www.ads-software.com/plugins/nk-progress-counter-block/)
All of the content of div.playback__controls seems to be pushed to the end of div.progress. When the page first loads, as div.progress animates it pushes div.playback to the right past the edge of the player. The only icon that can be seen is the volume icon (button.player-btn__volume).
I am thinking that something in NK-PCB is causing it because it has an animation with the progress bar that animates a similar behaviour.
I have never tried to debug this kind of a problem before and I don’t know any javascript. However, in the NK-PCB plugin I renamed every occurrence of the word “progress” “newprogress” (including file names) and that fixed it!
So I’m guessing that there is some function or js in both plugins that uses the word “progress” and so they are conflicting. The NK-PCB plugin doesn’t seem to be actively supported.
I thought that you might want to know that there is something in SSP with a too-common name that might cause conflicts even with other plugins that used “progress” as the name of something. My change to NK-PCB gets everything working for me, but maybe you could modify SSP to avoid issues in the future.
Thanks for the great plugin!!
- The topic ‘Plugin conflict starting with 2.5.0, “progress”’ is closed to new replies.