415 comments found.
How to change download icon and downloading right away
am in africa. the wordpress version is really expensive though i love your work
It’s html version, so you can change the icon in the html. Thanks
hola pregunta es un script si lo compro ya esta en funcionamiento o tengo que tener wordpress o se usa el template como un script?. si lo compro no nesesito nada mas ?
This is a static html site, the WordPress version here https://themeforest.net/item/musik-responsive-music-wordpress-theme/12127123
Thanks
hey guys i want to add close button to the box container video … can you give me the process ?
Video on player?
I have a working Ruby on Rails implementation of this. If you are interested send me an email at banta.bernard[@]gmail.com
Email sent. Thanks
será que este tema oferece bom SEO para mecanismo de buscas no google?
This is a static html template. You can use the WordPress version for content management and SEO. https://themeforest.net/item/musik-responsive-music-wordpress-theme/12127123
esta bem, será que o tema oferce videos que possam me ajudar? porque eu preciso deste tema para meu site
No video. just demo site http://flatfull.com/wp/musik/
how to upload some songs?
This is a static html template, no upload function. The WordPress version can manage the songs https://themeforest.net/item/musik-responsive-music-wordpress-theme/12127123 . Thanks
Beautiful web app, I bought both the template and the web app, where I have to put the files in html. I mean how can I integrate the html files with Musik template, or if I can transformer any page html in template for wordpress.Thanks
Do you mean transfer the html page to WordPress theme?
Ohhhh Yesss, if is possible. I would like to be able to create a page so inside the Musik template,(http://preview.themeforest.net/item/musik-music-web-application-template/full_screen_preview/7831557?_ga=2.237775299.294760416.1575563553-1345151021.1575563300) but this is in the html web app. I tried but I find it difficult.Would be nice to know the best way to transfer or integrate the html pages in to musik wordpress theme.Thanksss
You copy the template-parts/template-with-sidebar.php in WordPress and use the element from Html template.
Do I have to copy the html element into the “template-with-sidebar.php”, or to use the element into a page with template-with-sidebar.php?
/** * Template Name: New Page */
then copy the element from html into this new WP template page.
when edit a page in WP admin you will see this new template page in the right panel
Yes I tried to do this, but but then there is many work to do with links images and songs and I am not a html/php programmer, just a musician.Thanks for helping
Yes. Need some php skill to transfer the HTML to WordPress template.
do you have any plans to fix the issue that the play button isn’t a click event and can’t start audio from myPlaylist.play() anymore? Browsers are blocking audio from starting programatically without click events now it seems.
I was able to fix it by adding a $(‘audio’)[0].play() click event to the play button.
Which browser?
salut je veux savoir comment je peux ajouter un bouton de chat sur le profil de l’utilisateur sur bepop s’il vous plaît
je veux savoir comment je peux ajouter un bouton de chat aux utilisateurs de la même manière avec ce thème s’il vous plaît
http://flatfull.com/themes/musik/profile.htmlsvp!
You did not purchase this template. Thanks
hey music player is not working in html theme plz guide us how to play the music in jplayer…..i’ve tried a lot
??
You can read the js/jplayer/demo.js file. there are some mp3 files missing. you can change to your own file.
Of course, I love you very much
But guys, do, PLEASE, comments with file names, where to shove the code.
Like here.
I spent 2 hours 34 minutes on it.
/* page.html /
a href=”#” title=”musician” data-jp-src=”a.mp3”>play
/ demo.js /
/ after $(document).on(‘click’, ’.jp-play-me’, function(e){ ... }); */
$(document).on(‘click’, ‘[data-jp-src]’, function(e){
e && e.preventDefault();
var music = {};
music.title = $(this).attr(‘title’);
music.mp3 = $(this).attr(‘data-jp-src’);
myPlaylist.add(music);
myPlaylist.play(-1);
});
friends, you can answer, can you order add ons?
why are you silent, you do not want to sell your script?
Any updates ?
can I order separately some addons for the script?
No instructions? (Sorry. New.)
I bought this topic and I do not know how to use it, where can I implement it?
Am I able to add a music download button and also delete or modify a page to turn it into a sports page?
Hello please will i get a refund wanna buy the wordpress installation template please kindly reply please thank you.
Hello please can i get a reply ASAP i wanna work on the other wordpress template please can i be refunded??
Refunded. Thanks
I accidentally bought the html template when I initially went to buy the theme from you guys. I kindly request a refund.
I require a refund so that I can buy the wordpress THEME. Kindly reply
Thanks
You can apply other colors on the left side menu.
hello I do not see the option they indicate, please send screenshot
You can use bg-primary, bg-info, bg-success, bg-warning, bg-danger, bg-dark classes on the left menu, top bar.