Jen
Creative Chick
Admin
Posts: 8,311
|
Post by Jen on Mar 29, 2014 14:30:17 GMT -6
The head and base or tri images are the gold bars that each section has around them. And yes the brown cross like background does come with that theme. John 3:16 is a theme that comes as is. There isn't any extra plugin you need to add. But the images do need the forum to be a specific width in order to show correctly which is why I thought that hidden setting might do something.
Your image looked extra distorted to me. Like the forum was repeating itself on top of itself. I didn't realize it was just the background not showing that's the problem. Upon looking at your image more closely it shows an open window over the forum. I didn't get that at first.
|
|
|
Post by Chelonian on Mar 30, 2014 15:47:13 GMT -6
|
|
Jen
Creative Chick
Admin
Posts: 8,311
|
Post by Jen on Mar 30, 2014 16:49:34 GMT -6
Did you get it to work after disabling the plugin? I'm not sure what he meant by wrong size background. It's a tiled pattern just like you posted. Oh maybe when he said background he was actually talking about the tri images. And yes I did remove my themes from the library. There was a thread posted on the support forum. I wasn't aware of some of the info in that thread. After reading it I don't think making my themes available through the library is for me. If you want to use any of my other themes you can download them from the Forum Paint Jobs' sub-board.
|
|
|
Post by Chelonian on Mar 30, 2014 17:02:14 GMT -6
Mkay, well the issue was fixed by turning the user background plugin off for that theme, but during the editing css to see if that fixed it I removed the colour that goes in this line: #wrapper {margin-bottom: 10px; .rounded-corners(10px); padding: 1.3em;} What was the small piece of coding that is missing? I need to put it back now the issue has been sorted, .
|
|
Jen
Creative Chick
Admin
Posts: 8,311
|
Post by Jen on Mar 30, 2014 20:34:32 GMT -6
Mkay, well the issue was fixed by turning the user background plugin off for that theme, but during the editing css to see if that fixed it I removed the colour that goes in this line: #wrapper {margin-bottom: 10px; .rounded-corners(10px); padding: 1.3em;} What was the small piece of coding that is missing? I need to put it back now the issue has been sorted, . Can you tell me the line number?
|
|
Jen
Creative Chick
Admin
Posts: 8,311
|
Post by Jen on Mar 30, 2014 20:39:53 GMT -6
I found it.
#wrapper {background-color: #110a02; margin-bottom: 10px; .rounded-corners(10px); padding: 1.3em;}
|
|
|
Post by Chelonian on Mar 31, 2014 5:41:38 GMT -6
Thanks.
As for the popup window problem, any suggestions?
|
|
Jen
Creative Chick
Admin
Posts: 8,311
|
Post by Jen on Mar 31, 2014 10:41:11 GMT -6
I don't know how the CSS works but it looks like the way to fix it would be to extend the width of the pop up window to the same width of the head and base images. This would make the window very wide. Or remove the head and base images the way the border around the forum gets removed in pop ups. Unfortunately I don't know how to accomplish either. I tried some changes in the CSS but I'm on my iPad and couldn't get the changes to take place. I should mention this issue is also happening for me with all of my themes that use head and base images. So it's not a Chrome issue or anything specific to your forum. I'm going to tag Shorty to see if he has an opinion on how to fix this.
|
|
Shorty
(drumroll) Golden Member
Zombie Killing CSS Genius
There once was a man and his name was Fred.
Posts: 932
|
Post by Shorty on Mar 31, 2014 21:20:54 GMT -6
div.ui-dialog-content.ui-widget-content > div { background-size: 100%; padding: 20px; } div.ui-dialog-content.ui-widget-content > div table * { border-width: 0px !important; }
Try this in the style sheet.
|
|
|
Post by Chelonian on Apr 1, 2014 6:58:26 GMT -6
Where, at the bottom?
|
|