• Welcome to RadioDJ - Free Radio Automation Software Forum. Please log in or sign up.

Demo Script Couple of Niggles

Started by DJ Garybaldy, November 11, 2021, 02:56:23 PM

DJ Garybaldy

I'm using the Demo Script 2.2.3 on my home web server and there are a couple of bits annoying me.

Despite changing the Background image and removing the Footer there is still a think green line at the bottom of the page and I cant see where it is in the code its calling from  :bash:

The other niggle concerns the Now Playing script.

Has anyone got an example where the Coming Soon portion is UNDER the Now Playing information I just think it looks a bit silly having Coming soon before NP information. if so could I have a look at your code.

I'm not the world greatest coder so please be gentle with me
Worlds Biggest Fan of RadioDJ

Install MariaDB https://djgarybaldy.blogspot.com/2020/08/installing-maria-db.html

Install RadioDJ: https://djgarybaldy.blogspot.com/2020/08/how-to-install-radiodj-free-radio.html

Into Internet radio for 25 years 1999-2024

RadioDJ 2045 MariaDB 11.2 Windows 11

stevewa

share your code online so we can grab & look

DJ Garybaldy

Its this Demo https://www.mediafire.com/file/4510w0r6sk4rjk5/RadioDJ_Demo_script_2.2.3.zip/file I'm using

I've been through every file to try and see where its still calling the Default Green background from even after I  have changed the images on the server.  :bash:

Even dug in CSS and I can't see anything in those files either.


I can't share my code right now as I don't have a backup of my demo website files on this computer., that's on another computer doing my automation
Worlds Biggest Fan of RadioDJ

Install MariaDB https://djgarybaldy.blogspot.com/2020/08/installing-maria-db.html

Install RadioDJ: https://djgarybaldy.blogspot.com/2020/08/how-to-install-radiodj-free-radio.html

Into Internet radio for 25 years 1999-2024

RadioDJ 2045 MariaDB 11.2 Windows 11

stevewa

style.css

body {
   background: url(images/page_bg.png) repeat-x #87be46;

the #87be46  is the color green? ([url]https://www.color-hex.com/color/87be46[url])

footer.php starts with a <br /> break tag. try removing that

DJ Garybaldy

Nope its NOT that I've changed colours in style.css and the background image theres still a green line persisting even though I've over written some images

Now I've done something while changing a colour and i can't get the table back to how it was...  :bash:

I had things working right now I've decided to change the style.css nothing is working.

I'm going to give up trying to run a webpage I seem to have nothing but headaches when trying to run a webserver.

Doesn't matter if its XAMMP or WAMP something always goes wrong when I try changing settings I've GOOGLED
Worlds Biggest Fan of RadioDJ

Install MariaDB https://djgarybaldy.blogspot.com/2020/08/installing-maria-db.html

Install RadioDJ: https://djgarybaldy.blogspot.com/2020/08/how-to-install-radiodj-free-radio.html

Into Internet radio for 25 years 1999-2024

RadioDJ 2045 MariaDB 11.2 Windows 11

DJ Garybaldy

Started from Scratch again and I Think I've got the page background issue sorted (crosses fingers)

I just now need to know how to change the tables round

I Still would rather have now playing above coming and not the other way round
Worlds Biggest Fan of RadioDJ

Install MariaDB https://djgarybaldy.blogspot.com/2020/08/installing-maria-db.html

Install RadioDJ: https://djgarybaldy.blogspot.com/2020/08/how-to-install-radiodj-free-radio.html

Into Internet radio for 25 years 1999-2024

RadioDJ 2045 MariaDB 11.2 Windows 11