-
Author
-
March 4, 2014 at 05:48 #11825sharmstrModerator
It chops off the floating current time marker when you hover your mouse over it. Currently is set to 30px but should be more like 50px.
You can override the default player height by specifying it in the jQuery call in your content-audio.php file on line 42.
change
COPY CODEjQuery(document).ready(function() { jQuery('.post-audio audio').mediaelementplayer({ features: ['playpause','progress','duration','volume','postroll','fullscreen'] }); });
to
COPY CODEjQuery(document).ready(function() { jQuery('.post-audio audio').mediaelementplayer({ features: ['playpause','progress','duration','volume','postroll','fullscreen'], audioHeight: 50, }); });
NOTE: I’m not saying individual people should make this change. I’m merely giving this to the people that support this theme. This fix involves changing a file you shouldn’t be messing with. 🙂
This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
March 4, 2014 at 15:10 #11851AbeKeymasterHi sharmstr, Thanks for this. We changed that and we will release 1.2 update today.
We also moved all audio initialization from content-audio.php and other page templates to /assets/js/app.js for neater experience.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.March 4, 2014 at 15:26 #11857sharmstrModeratorCool. There’s also an issue with the volume slider being moved down below the player when its in a grid of other posts. Its just too big for the the smaller width of the player.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
March 6, 2014 at 02:51 #12067AbeKeymasterYes we noticed that and trying to fix it. Thanks
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.March 21, 2014 at 16:07 #13159sharmstrModeratorVerified that this is fixed. Thanks!
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.