• Page 1 of 1
  • 1
Archive - read only
uCoz Community » Archives » Archive » I have the design corrupted. What should I do? (manual)
I have the design corrupted. What should I do?
Kurt
 
Posts: 25
Reputation: 7

Message # 1 | 12:49 PM
Nothing is corrupted. Don’t panic!
1. Design looks unattractively for guests because of top banner.
Control Panel - Settings – Ad Banner Settings – Type of Banner Output (over design).
2. Design looks unattractively for administrators because of Admin Bar.
Control Panel - Users – User Groups – Edit permissions – Disable the feature "Access to Admin Bar" for admins. Your design will look as you wish but will not be able to use a number of useful functions for site management.
If you still need these functions, you should either restore design in "Common Settings" section, but then you’ll loose all you changes (we advise you to make a backup copy of templates before design restoration), or edit something in templates, that is....
... the problem is that top heading image is written in the tag (example), you need to remove it from there... you should do the following....
cut from style="background:url('/img/1.gif') repeat-x #FFFFFF; margin:0px; padding:0px;" the part style="background:url('/img/1.gif') repeat-x #FFFFFF;" and paste it into
and close this div just before the closing tag
You’ll get something like the following
there was:
Code
Code
<body style="background:url('/img/1.gif') repeat-x #FFFFFF; margin:0px; padding:0px;">

the rest of the page

</body>

there should be:

Code
<body style="margin:0px; padding:0px;">

<div style="background:url('/img/1.gif') repeat-x #FFFFFF;">    

the rest of the page    
</div>    

</body>

If News disappear from the main page after you have changed the template:
For pages with common design.
1. Go to Common Settings, select design, press Save.
2. Open Main page and see News.
For pages with individual but standard design.
1. Go to Templates management, open Main Page template and press RESTORE DEFAULT TEMPLATE.
2. Check whether there is the code $CONTENT$ in page code.
3. Go to Update information of the Main page and check the presence of codes.

Code
%IF($ADD_ENTRY_LINK$)%<div style="text-align:right;padding-bottom:3px;">[ <a href="$ADD_ENTRY_LINK$">Add news entry</a> ]</div>%ENDIF%$LAST_NEWS$
For pages with non-standard individual design.
1. Go to Templates management, open Main Page template and create your design.
2. Check whether there is the code $CONTENT$ in page code.
3. Go to Update information of the Main page and check the presence of codes.

Code
%IF($ADD_ENTRY_LINK$)%<div style="text-align:right;padding-bottom:3px;">[ <a href="$ADD_ENTRY_LINK$">Add news entry</a> ]</div>%ENDIF%$LAST_NEWS$

Genius
Posts: 42
Reputation: 5

Message # 2 | 3:08 PM
For my site everything was/is okay and I dont need to do this. smile But thanks anyway.
Take a deap breath..
Post edited by Genius - Saturday, 2008-03-08, 3:08 PM
skmtz
Posts: 1
Reputation: 0

Message # 3 | 3:17 PM
Hello,
Interesting enough i can't seem to find this "Type of Banner Output (over design)"

Control Panel - Settings – Ad Banner Settings – Type of Banner Output (over design)

any thing remotly simular to this that i found is in upper control menue:

Settings -> Add banner costumization
But all that i found there was costumization of "Appearance of uCoz copyright:"

Maybe i'm looking in wrong place? sad

Chaldo
Posts: 1
Reputation: 0

Message # 4 | 5:24 PM
not it lol look incutomization lol
uCoz Community » Archives » Archive » I have the design corrupted. What should I do? (manual)
  • Page 1 of 1
  • 1
Search: