simonhans
Forum Replies Created
-
Forum: Plugins
In reply to: [Mp3 player] Photo cover and track list colorthe text-color would have to be changed in the css file.
The image show dont show up:
Maybe the upload folder is not write-able or the image is not png or jpeg.Hope that helps
– SimonForum: Plugins
In reply to: [Mp3 player] Hide the Download iconPut this in your css. Found in themes folder and probably called style.css
.mp3-item a.download{ display:none; }
Forum: Plugins
In reply to: [Mp3 player] Image Not Showing w/ PlayerTry to order attachments in gallery so the image is last. I think that should work.
Forum: Plugins
In reply to: [Mp3 player] Flash player does not showI will fix that in a later version
-Simon
Forum: Plugins
In reply to: [Mp3 player] Flash player does not showbe sure to have wp_footer(); in your footer.php file. That might be the problem.
Dont know why the image isnt showing thoug. You should be able to just upload it to the page-gallery, and then it is used as cover
Forum: Plugins
In reply to: [Mp3 player] Flash player does not showAlso be sure to have wp_head(); in your header.php file of your theme
Forum: Plugins
In reply to: [Mp3 player] Flash player does not showHi
The problem might be your theme as mp3-player works fine for my site that I just upgraded to newest version of wp.be sure to have wp_footer(); in your footer.php file. That might be the problem.
You can try an other theme and see if it works. Then make the change needed in your own theme
Hope it helps.
Forum: Plugins
In reply to: [Mp3 player] Flash player does not showWhat theme are you using.
Can you provide a link to your website.– Simon
Forum: Plugins
In reply to: [Mp3 player] soundcloud interaction is unclear??
Great!Forum: Plugins
In reply to: [Mp3 player] soundcloud interaction is unclearTry refresh your browser. It has changed. On pc a refresh is Ctrl+F5
The code is not the same. I missed a “g” in background in the first.
-Simon
Forum: Plugins
In reply to: [Mp3 player] soundcloud interaction is unclearups
I misspelled bacground-color, heres the rigth css/*fix for playbutton*/ .playercontroller .button{ background-color:#aaaaaa; padding:0px; } /*color of track-titles*/ .mp3-item a{ color:#333333; }
Forum: Plugins
In reply to: [Mp3 player] soundcloud interaction is unclearThis is the file you should put it in:
https://www.flyringband.com/wp-content/themes/eclipse/css/style.css
-Simon
Forum: Plugins
In reply to: [Mp3 player] errorHope everything works now
Forum: Plugins
In reply to: [Mp3 player] use in template or sidebar??Hope this solves your problem
Forum: Plugins
In reply to: [Mp3 player] soundcloud interaction is unclearIn the themes folder theres a file called style.css
Put it in there.-Simon