• Page 1 of 1
  • 1
How do I get rid of the transparent background on pages?
Dark__Gamer
Posts: 30
Reputation: 0

Message # 1 | 10:37 PM
http://thehideout.ucoz.com/index/3, http://thekennel.ucoz.com/forum/0-0-1-35.

How do I get rid of the transparent background so it's easier to read?

A Naughty Dog Fansite! Check us out maybe even Sign up.
Violation of http://forum.ucoz.com/forum/30-3739-1
Natashko
Posts: 3366
Reputation: 171

Message # 2 | 8:46 AM
Dark__Gamer, for
Quote (Dark__Gamer)
http://thekennel.ucoz.com/forum/0-0-1-35

add this: .forumContent {background: YOURCOLOR;} to CSS
for
Quote (Dark__Gamer)
http://thehideout.ucoz.com/index/3,

Find this in the templates
Code
table cellspacing="0" cellpadding="0" border="0" width="100%">
<tbody><tr>
<td align="right" width="191" valign="top" style="padding-right:9px;background:url('') right repeat-y;">
...........
</td>
<td valign="top" style="padding:10px;">
...........

and change:
Code
<td valign="top" style="padding:10px;">
into
Code
<td valign="top" style="padding:10px;background: YOURCOLOR;">
Dark__Gamer
Posts: 30
Reputation: 0

Message # 3 | 8:34 PM
Do I find that all in the CSS?
A Naughty Dog Fansite! Check us out maybe even Sign up.
Violation of http://forum.ucoz.com/forum/30-3739-1
Paradox
Old Guard
Posts: 3284
Reputation: 145

Message # 4 | 1:29 AM
Dark__Gamer, If you look at Natasko's post closer she indicates that after

Quote (Natashko)
add this: .forumContent {background: YOURCOLOR;} to CSS
for


she says to find the rest in templates.

Hope this helps, happy

Jack of all trades in development, design, strategy.
Working as a Support Engineer.
Been here for 13 years and counting.
Yakuza
Posts: 14
Reputation: 0

Message # 5 | 4:08 PM
I have question to OP sites
Quote
http://thehideout.ucoz.com/index/3
http://thekennel.ucoz.com/forum/0-0-1-35.


How to do static background image while everything else moving?
Already when I set as background any wallpaper it multiple copy itself and set one-under-one.
Post edited by Yakuza - Wednesday, 2011-06-01, 4:10 PM
Natashko
Posts: 3366
Reputation: 171

Message # 6 | 10:59 AM
Yakuza,
Quote (Yakuza)
How to do static background image while everything else moving?

To do so go to CP->Design->Design management (CSS)->add: body {background: url(URL_TO_IMAGE) fixed no-repeat top center !important;}
Yakuza
Posts: 14
Reputation: 0

Message # 7 | 3:42 PM
Wow my site is pure awesome now! Thank you award granted, rep will come in 6 days i promise
Thats great, but let me ask something again to make it perfect.

http://imageshack.us/photo/my-images/94/beztytuufqo.jpg/

So I would like to make red marked area named "BG" transparent to see background wallpaper and
Shoutbox marked background black (if its not possible it will cover itself with new messages), not like that (showing middle part of background wallpaper)

Is it possible without making full transparent site?

Added (2011-06-08, 9:42 Am)
---------------------------------------------
bump?

Post edited by Yakuza - Thursday, 2011-06-02, 3:06 PM
Paradox
Old Guard
Posts: 3284
Reputation: 145

Message # 8 | 3:51 PM
Yakuza, what is the URL/Design Number if possible.
Jack of all trades in development, design, strategy.
Working as a Support Engineer.
Been here for 13 years and counting.
Yakuza
Posts: 14
Reputation: 0

Message # 9 | 1:13 AM
this is customized from ucoz templates site but im not sure I can give link here
Post edited by Yakuza - Friday, 2011-06-10, 1:13 AM
Natashko
Posts: 3366
Reputation: 171

Message # 10 | 2:36 PM
Yakuza,
Quote (Yakuza)
Thats great, but let me ask something again to make it perfect.

http://imageshack.us/photo/my-images/94/beztytuufqo.jpg/

So I would like to make red marked area named "BG" transparent to see background wallpaper and
Shoutbox marked background black (if its not possible it will cover itself with new messages), not like that (showing middle part of background wallpaper)

Is it possible without making full transparent site?

Go to CP->Design->Design management (CSS)->find
#contentBlock {width:1020px;margin:0 auto;background:url('/img/content-bg.png') center repeat-y;behavior: url('./js/iepngfix.htc');}

substitute background:url('/img/content-bg.png') center repeat-y; with background: none;
Dark__Gamer
Posts: 30
Reputation: 0

Message # 11 | 11:09 PM
Okay I did it but it looks terrible with my current background. Can I just delete the members list in total?
A Naughty Dog Fansite! Check us out maybe even Sign up.
Violation of http://forum.ucoz.com/forum/30-3739-1
Paradox
Old Guard
Posts: 3284
Reputation: 145

Message # 12 | 3:58 AM
Dark__Gamer, you can't technically "remove" the members list but you can prevent all (or some) of your user groups from viewing it. If you deselect the ability to Search users in user groups permissions it will restrict users from viewing this page.

Note: This will also prevent users from using the users search function located on the members page and the bottom of profiles.

Hope this helps, happy

Jack of all trades in development, design, strategy.
Working as a Support Engineer.
Been here for 13 years and counting.
Natashko
Posts: 3366
Reputation: 171

Message # 13 | 12:25 PM
Dark__Gamer,
Quote (Dark__Gamer)
Okay I did it but it looks terrible with my current background. Can I just delete the members list in total?

I might also suggest to use redirect. Embed the redirect code into General appearance of forum pages just after :
Code
<?if($URI_ID$='forumsMembers')?>
         <script type="text/javascript">
             window.location.replace("http://ucoz.com/");
         </script>
     <?endif?>
Dark__Gamer
Posts: 30
Reputation: 0

Message # 14 | 1:48 AM
Quote (Natashko)

I might also suggest to use redirect. Embed the redirect code into General appearance of forum pages just after :
Code
<?if($URI_ID$='forumsMembers')?>
         <script type="text/javascript">
             window.location.replace("http://ucoz.com/");
         </script>
     <?endif?>


Thank You that worked great.

A Naughty Dog Fansite! Check us out maybe even Sign up.
Violation of http://forum.ucoz.com/forum/30-3739-1
  • Page 1 of 1
  • 1
Search: