TorinSchuster
Forum Replies Created
-
Ok I get it, thanks. I was just making sure that the website was not becoming inactive and not receiving data or something when it’s not up on the phone.
It’s not that the player suddenly stops working….if a song is fully loaded it will continue to play in the background until it finishes. The problem is that the the next song won’t load and start unless the blog is open on the screen. Maybe you could give it a try on your mobile to see what i’m talking about. click on a post and then open another app or turn your phone screen off. You will see you have to go back to the post if you want to hear the next song.
I really appreciate the help!
Forum: Fixing WordPress
In reply to: Change Background color to solid blackHey Suren,
I tried inputting the code and nothing changed. I’ll copy the code that looks relevant so you can see what the css file is doing:
/* =GENERAL
————————————————————– */@import url(https://fonts.googleapis.com/css?family=Oswald);
body {background: #010202 url(‘images/background.jpg’) center top no-repeat fixed;
color: #C6C6C6;/* =LAYOUT
————————————————————– */#container {
width: 960px;
margin: 15px auto 0 auto;
}#main {
padding: 15px;
background: url(‘images/main1-bg.png’) right top repeat-y, url(‘images/main-bg.png’);
}#main-fullwidth {
padding: 15px;
background: url(‘images/main1-bg.png’);I am also trying to change the color of the back round container for the main column on the left. I think right now its calling for an external image, so i don’t know if there’s a way to do this.
Thanks!