Plugin Support
Fotis
(@markwaregr)
Hi there,
have you disabled native WordPress image sizes using any other plugin?
Hi,
Thanks for the reply. I disabled all of my plugins except for AudioIgniter and that did not change anything. The cover art will still not upload.
Dairrell
I just tried the plugin on a different install with a different theme and I have the same problem.
Plugin Support
Fotis
(@markwaregr)
Hi there,
Even disabling your plugins that does not mean your thumbnail images will be regenerated. You will need to use the regenerate plugin to achieve this, or
try this, open /plugins/audioigniter/assets/js/audioigniter.js and change
setTrackFieldCover($this.parents(el.trackFieldClassName), {
id: media.id,
url: media.sizes.thumbnail.url,
alt: media.alt
});
to
setTrackFieldCover($this.parents(el.trackFieldClassName), {
id: media.id,
url: media.sizes.full.url,
alt: media.alt
});
Let me know if this worked for you.
Hi,
I appreciate you trying to help me, but neither of those suggestions worked for me. I added the plugin and regenerated the thumbnails. That didn’t work. I tried changing the js code and that didn’t work either.
Plugin Support
Fotis
(@markwaregr)
Hi there,
Please contact me directly at support[at]cssigniter.com
so we can identify and resolve the issue.
Hi,
Thank you. I sent you an email to the address above.
I appreciate the good service.