2067 comments found.
Getting the following errors when trying to create a new music file:
Warning: Invalid argument supplied for foreach() in /home4/jdrodri/public_html/wp-content/plugins/easy-digital-downloads/includes/class-edd-register-meta.php on line 457
Warning: Cannot modify header information – headers already sent by (output started at /home4/jdrodri/public_html/wp-content/plugins/easy-digital-downloads/includes/class-edd-register-meta.php:457) in /home4/jdrodri/public_html/wp-admin/post.php on line 197
Warning: Cannot modify header information – headers already sent by (output started at /home4/jdrodri/public_html/wp-content/plugins/easy-digital-downloads/includes/class-edd-register-meta.php:457) in /home4/jdrodri/public_html/wp-includes/pluggable.php on line 1167
Read the README.md file to fix the Piklist/Edd conflict.
I can’t find the file. Where is it located?
In the musiks.zip file.
made the changes but I am still getting the error messages
Did you add one line code on the “wp-content/plugins/easy-digital-downloads/includes/class-edd-register-meta.php” ?
and what the error messages now?
I added the line code you included in the instructions and I am still getting the same error.
Also, all my music posts are going to draft even when I hit publish.
Put the one line code fix the warning: easy-digital-downloads/includes/class-edd-register-meta.php on line 457
and other warning fix.
Note. the one line code need put on the line 455 for the latest EDD, in class-edd-register-meta.php function sanitize_files( $files = array() )
Can you please just send me a text file with the whole code as is supposed to be? I am a bit confused with your instructions. You can email me the file to josue@jdr.me. Thanks
It’s EDD file and will be update with the plugin update. (file replace will mess up).
1. open “wp-content/plugins/easy-digital-downloads/includes/class-edd-register-meta.php”
2. find function sanitize_files( $files = array() ) {
3. add one line codeif ( is_serialized( $files ) ) $files = unserialize( $files );4. final as below
function sanitize_files( $files = array() ) {
$files = $this->remove_blank_rows( $files );
if ( is_serialized( $files ) ) $files = unserialize( $files ); ////////////// add code at here
// Clean up filenames to ensure whitespaces are stripped
foreach( $files as $id => $file ) {
if( ! empty( $files[ $id ]['file'] ) ) {
$files[ $id ]['file'] = trim( $file['file'] );
}
if( ! empty( $files[ $id ]['name'] ) ) {
$files[ $id ]['name'] = trim( $file['name'] );
}
}
// Make sure all files are rekeyed starting at 0
return $files;
}
Hi Was just wondering Im trying to change colour of top bar
In Child theme I have created file app.css which contains
/* Theme Name: Musik Child Theme Description: Make your modifications to Musik in this child theme. Template: musiks Tags: white */
@import url(’../musiks/assets/css/app.css’);
.bg-white { background-color: rgba(192,192,192, 0.1); color: #788188; } .bg-white .lt, .bg-white .dk { background-color: rgba(252,252,252, 0.1); }
This does not work and i want to overide the default colours.
643e9740-b6d6-4176-bae1-89443486714e
.bg-white {
background-color: rgba(192,192,192, 0.1) !important;
color: #788188 !important;
}
.bg-white .lt, .bg-white .dk {
background-color: rgba(252,252,252, 0.1) !important;
}
Thanks loads, I put this in the style.css and it worked right away 
Hello..just wondering how close you are to releasing an update that enables YouTube audio streaming for the jPlayer. I am thinking of hiring an outside developer to do this unless your expecting to add this feature soon. Please keep me posted as I’d really love to add this feature. Thanks
Will update in next week. Thanks
Great thanks!
Just want to say great job on the update and quick turnaround! Thanks!

HI, I NEED URGENTLY YOU HELP. MY WEB SITE www.escueladerockquito.com desn´t work the easy digital download. I can install appear fatal error. and i need right now the solution please.
It’s “Bandwidth Limit Exceeded” error. ask the server provider for support.
Can artist be lined up in alphabetical order
can we have most of the plugins from easy digital downloads uploaded and functional
Yes. the artists can be sort with alphabetical order. Did not test the plugins from easy digital downloads
thanks
Hi, i put in the budyexpress select activate and now, i can´t login with my website and request me, key of activation: http://www.escueladerockquito.com/escuela/entrar/ how can i do now? Help me please. Thanks
I resolved, thanks
Hello dillon , please check your gmail i have sent an email . purchase code 62a28589-3cde-4070-8b1a-934812842c34
what’s your mail address. i did not find mail sent from issamkandoussi2
look for admin@mouskni.com
How do I upload a full music on the theme?
in addition, how do I maximize the size of the file that can be uploaded?
You can upload the purchased download file in “Music Files” meta box. and add preview file in “Music Fields” meta box.
For file max size, http://www.wpbeginner.com/wp-tutorials/how-to-increase-the-maximum-file-upload-size-in-wordpress/
Ok the problem was that I was using the imported songs with the theme and the download link was not there, so i put in a song and it was ok! fixed 
HI Firstly thanks for this great website! Ive just installed it with fresh wordpress and theme, child theme, installed all plugins needed to try fix this problem…that when clicking “download” button. it does not work but tries to download “admin-ajax.php” instead.
http://www.rixsta.com/station/radio-station/Pleas help
Thanks! 
It will call admin-ajax.php to download files.
Hi flatfull
I noticed any registered user can create playlist and the playlist is available to everyone on the playlist page.
Is this an error on my side or is that the way the theme works.
I thought I should be able to see only the logged-in user’s playlist only.
This is that the way the theme works.
Hi,
thanks for this awesome theme.
I am offering users the option to download free files, but I want this only to be possible for registered users. Right now, when I am not logged in and add a free download to my cart, I can just checkout (without being logged in), fill out any email-address and download the song. How can I change this setting?
Also, I don´t want people to sign up for the site themselves, I am only giving out login credentials to a select group of people. How can I prevent people from registering themselves?
Thanks!
You can go to “Settings>General”, disable “Anyone can register”
Thanks, but I think you misunderstood my question.
At the moment, I have disabled this setting. Nobody can register. However, if you visit my site, you can click on a “free download” I am offering. Right now, when checking out, anyone can just enter an email address and is able to download this file.
I don´t want this to happen. I want to offer the free download only to people who are logged in to my site.
This probably should be a setting in the EDD-preferences?
If you provide me with an email-address, I can send you a link to my website.
Best!
Go to “Music/Settings/Misc/Checkout Settings”, enable “Disable Guest Checkout”
Thanks! That was the option I was looking for.
Hello, I have a couple of questions before buying 1. Does your theme work on PHP7 environment? I got a dedicated server with Siteground running 7.0.9 2. Is it possible to setup the website with a membership plugin? I got both woocommerce memberships and PMPro Plus. 3. will I be able to set audios free if I work with a membership plugin? 4. Do you have a list of features you are willing to implement, or next update ETA? (not that I see anything missing, just wondering).
I am fairly good with PHP and wordpress, if you think any solution might work with a bit of coding, I’m good.
Thank you a bunch!
1. Tested on php 5. i think it should works on php7. 2. You can try https://wordpress.org/plugins/paid-member-subscriptions/ 3. Audios can be set to free.
Thank you for your answers cheers
hi there i got error on my site that am really trying to fix but i can’t it shows related under my music on some pages and some don’t show can you please take a look i even reinstall my whole site just to make sure but it still there here an example of where it shows.http://www.somalimuzic.com/music/nuur-axmed-xasan/ please check under the music player it says.. related with post date on it
got it all good
I love the icons that you provide. Where can I access the codes for ALL of the available icons, such as this? sf-icon-star-full
Awesome! Thanks!
My thumbnails are all square. Do you know why the homepage rows don’t always format cleanly about half the time when refreshed? http://mindfulnessexercises.com/dev/
I updated the theme, but the homepage thumbnails are not lining up well most of the time when the page re-loads… Any advise would be greatly appreciated. http://mindfulnessexercises.com/dev/
I think you have set the thumbnail size to 300×300, but you upload small photo, such as “300×200”. you’d better upload big size photo or change the thumbnail size to 200*200
I just checked all of my thumbnails, and they’re all square… Some are 200×200, some are 256×256, and some are 300×300. Do they all need to be exactly the same? Like 200×200?
Or does it have to do with the length of the Music titles?
I just resized all Music thumbnails to 200×200, but I’m still having the same issue.
Use this plugin to regenerate the thumbnail. https://wordpress.org/plugins/regenerate-thumbnails/
That worked! Thank you so much!!!
Hi.. sorry for dummy question, but how to update this template???
If you did not change the main theme, you can use ftp to override “wp-content/themes/musiks” folder.
thanks, and what if i did some changes in the main theme???
Then you need use any compare tool to find what’s diff between your code with the latest version.
Greetings,
I am very interested into your theme, for it is beautiful. Is it compatible with EDD Frontend Submission plugin? or would it be a custom work. Because I'm going to run a music marketplace website.
If you have any advice please let me know. Thank you.
According to the previous comments, it is indeed compatible, but are every back end options available on the front end? such as:
1. The music submission form. 2. Artist submission (Description & Photo) 3. Google & iTunes url. etc…
I also noticed that the stylesheet on the login and registration page are broken, comparing to the HTML version.
This theme does not have the front-end submission form. user can have the shop vendor role to create music post.
http://docs.easydigitaldownloads.com/article/236-shop-user-rolesPlease help with following issue. I get this everytime I update music posts.
Warning: Invalid argument supplied for foreach() in /home3/sjavadov/public_html/music/wp-content/plugins/easy-digital-downloads/includes/class-edd-register-meta.php on line 457
Warning: Cannot modify header information – headers already sent by (output started at /home3/sjavadov/public_html/music/wp-content/plugins/easy-digital-downloads/includes/class-edd-register-meta.php:457) in /home3/sjavadov/public_html/music/wp-admin/post.php on line 197
Warning: Cannot modify header information – headers already sent by (output started at /home3/sjavadov/public_html/music/wp-content/plugins/easy-digital-downloads/includes/class-edd-register-meta.php:457) in /home3/sjavadov/public_html/music/wp-includes/pluggable.php on line 1167
Read the README.md file and find 2.1.2 version change log, to see how to fix the EDD/Piklist conflict.
When I try to add a new post, page or music, even if I want to save a change or to see a preview, I can’t do it and I only see a white page with this message: “Security check : Invalid Access”. Any help with this? Thanks
Maybe you installed the WP Database Backup.
Yes, that was the problem. Updating the plugin was the solution. Thanks, Flatfull!