MyBB Community Forums

Full Version: Forum Background won't change
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Don't change?
(2021-02-24, 03:06 AM)CrystalBlazier Wrote: [ -> ]Don't change?

change css same with image link
change the link in css....
and upload diferent background

this is same images
https://magic-crafters.world/images/bg/MagicCraftBackground.jpg
https://magic-crafters.world/images/MagicCraftBackground.jpg
Ohhh, the links above were updated url links to the new background I did earlier while I was following your suggestions.

On my screen and other browsers, the old bg link here still shows, even though it doesn't exist anymore in my image directory:
https://magic-crafters.world/images/MagicCraftersPS1background.png

This is the latest url link of the new background I want to update the Default theme with. I added it to global.css "background: url(" and it still won't show up live on the forum itself even after I added it in:
https://magic-crafters.world/images/bg/DefaultTheme.jpg

And this is a different background with different url:
https://magic-crafters.world/images/bg/TestBackground.jpg

Sorry, I'm not that program savvy. In the past months, all I had to do was just change the background images url whenever I update the forum themes and I had no issue until now. I did mention earlier it works whenever I duplicate the themes with the new bg url added. The Test Theme I added today (for example) shows the new background.
ok make this simple

change the link in css  like this
[Image: 1.jpg]

rename your new background to 1.jpg

and upload to
https://magic-crafters.world/images/1.jpg

1.jpg or background.jpg
it will be easier
Did as you instructed. Still didn't change. Sad

https://magic-crafters.world/images/1.jpg
change the link in css....

admin control panel >> templates & style >> theme >> your theme >> global.css>>option(edit.style)>>Edit Stylesheet: Advanced Mode>>

body {
background:  url("images/1.jpg");

try "...." or without "....."
in my global.css with ".."

save changes

same link in css and image link

image
https://magic-crafters.world/images/1.jpg

and your css
/images/bg/DefaultBackground.jpg
(2021-02-24, 04:14 AM)CrystalBlazier Wrote: [ -> ]Did as you instructed. Still didn't change. Sad

https://magic-crafters.world/images/1.jpg

2 issues I keep seeing with all of these suggestions,

first of all viewing site source and the ops responses it seems that the op keeps adding full image path in the actual theme and responses, why?????!

secondly in the provided suggestions and suggested instruction screenshots,

notice something????

"/images"

/->???? and why?

when the path should be in css in reference to your suggested images:

ie:

background: url('images/MagicCraftBackground.jpg');

ie:
background: url('images/1.jpg');

just saying... uniform instructions produce uniform results.... as can the opposite be said about the opposite of such...

Best of  luck! Big Grin   .., ../,  ../../, ../../../
(2021-02-24, 04:28 AM)censor_deeznutz Wrote: [ -> ]just saying... uniform instructions produce uniform results.... as can the opposite be said about the opposite of such...

Best of  luck! Big Grin

i think my first reply is the simple thing
but, maybe other member can suggest

now, i confused with question
change with the diferent images or make fullscreen 
Pages: 1 2 3