inherit
211836
0
Sept 26, 2016 9:37:33 GMT -8
nekobot
224
July 2014
nekobot
|
Post by nekobot on Oct 19, 2015 11:36:34 GMT -8
I'd like there to be angel wings on either side of the forum on ONE theme's background, but it only works for MY screen resolution as I've figured out, and a lot of my members can't see them. Is there a way to put them on the background or something so that they work with all/most screen resolutions? forum link: utauboards.boards.net/included an attachment so you could see what i mean. Attachments:
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Oct 19, 2015 13:53:42 GMT -8
I'd like there to be angel wings on either side of the forum on ONE theme's background, but it only works for MY screen resolution as I've figured out, and a lot of my members can't see them. Is there a way to put them on the background or something so that they work with all/most screen resolutions? forum link: utauboards.boards.net/included an attachment so you could see what i mean. Yep, I don't see them. How did you add them in the first place? I don't feel like scanning all your coding to see what you did. It might be just matter of just some css changes but I'm actually thinking you may need to put another div around the wrapper template just big enough to hold those wings near the forum sides. Anyway, if you could post where you added the wings and the css that you used, that should help.
|
|
inherit
211836
0
Sept 26, 2016 9:37:33 GMT -8
nekobot
224
July 2014
nekobot
|
Post by nekobot on Oct 19, 2015 13:57:16 GMT -8
I just made them as part of the background image itself, and applied the background image via the Visual editor.
|
|
inherit
224260
0
Nov 1, 2020 15:13:16 GMT -8
Azy
632
August 2015
azayles
|
Post by Azy on Oct 19, 2015 14:24:27 GMT -8
I can't see the wings, despite having what appears to be the same screen resolution, so I'm guessing it's a member thing/non-guest theme thing. If I had to guess I'd say you have the wrapper width set to a percentage (which is the right way to do it, if you want your forum to show on different client area sizes) and the wings are padded out from either side of the wrapper by a specific amount. People with smaller client areas (smaller screen resolutions, or window sizes) won't see the wings because what's happening is the left and right edges are collapsing in to scale with the client area width. This is pushing the wings off the edge of the screen. If you see the wings, but the wings vanish off the edges when you make the window smaller, this will confirm this.
There's a couple of fixes: You could position the wings in the body instead of the wrapper, and using the position:fixed; property. Position the top of each to 50%, and set the left property of the left wing and right property of the right wing to pixel amounts.
Or
Set the wrapper div width to 100%, put the entire thing in a three column table (and trust me, you're gonna wanna use tables for this option. Divs are a pain in the arse to use in this way), set the left and rightmost columns to a fixed width and put the wings in, set the middle column to 100% (which take sup the remaining space) and put the forum content in.
|
|
inherit
211836
0
Sept 26, 2016 9:37:33 GMT -8
nekobot
224
July 2014
nekobot
|
Post by nekobot on Oct 19, 2015 15:34:06 GMT -8
I think you're still on the default theme which is why you cant see it?
|
|
inherit
211836
0
Sept 26, 2016 9:37:33 GMT -8
nekobot
224
July 2014
nekobot
|
Post by nekobot on Oct 20, 2015 6:52:35 GMT -8
How would I do the 1st option?
|
|
inherit
211836
0
Sept 26, 2016 9:37:33 GMT -8
nekobot
224
July 2014
nekobot
|
Post by nekobot on Oct 27, 2015 21:39:12 GMT -8
bump?
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Oct 28, 2015 7:01:45 GMT -8
nekobot, Try adding this to the bottom of your style sheet: body{ background-repeat:repeat-y; -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: contain; }
|
|
inherit
211836
0
Sept 26, 2016 9:37:33 GMT -8
nekobot
224
July 2014
nekobot
|
Post by nekobot on Oct 28, 2015 11:20:12 GMT -8
Thank you! Do I add something to that to make it work??
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Oct 28, 2015 13:52:04 GMT -8
Thank you! Do I add something to that to make it work?? What I gave you, I'm hoping will work just as it is, so ask your members if it is fixed now.
|
|
inherit
154788
0
Nov 16, 2012 4:06:08 GMT -8
Lainey2712
263
May 2010
lainey2712
|
Post by Lainey2712 on Oct 29, 2015 3:37:38 GMT -8
I also have members with smaller monitors etc. that end up having to scroll to see all the forum. I overcame it by making the same Themes/skins (I make all my own) in two sizes. The background width on the bigger one is 960px, whereas the smaller versions are 760px. The members just use the one that works for them.
I would assume this is not the correct way to do something, but hey ho if it works I am not worried LOL!
|
|