• Page 1 of 3
  • 1
  • 2
  • 3
  • »
Forum moderator: bigblog  
uCoz Community » For Webmasters » Design Customization » Everything about Design #822 goes here ! (Remade because other are closed or trashed)
Everything about Design #822 goes here !
CodeResolution
Posts: 1570
Reputation: 58

Message # 1 | 10:47 PM
I made a remake of this because the other are either closed or trashed (so normal members cannot add new entries).

Look at this thread before asking any questions about this design template:


How can you add your own background image? Ive tried the basic html codes for adding my own background but it doesnt work.

Code
<body background="LINK OF IMAGE">

Please help.


Kind regards,
Elliott.

"The best uCoz" critic since 2007.
Qualified website, branding, print & user interface designer.

I'm on Behance and Twitter.
Dartz
Posts: 1931

Message # 2 | 11:01 AM
CP -> Customize Design -> CSS.

#wrap {text-align: center; background: url('/.s/t/822/2.gif') center repeat-y;}


[... With uCoz since December 2 2007 ...]
CodeResolution
Posts: 1570
Reputation: 58

Message # 3 | 11:09 AM
Dartz, thanks biggrin
Kind regards,
Elliott.

"The best uCoz" critic since 2007.
Qualified website, branding, print & user interface designer.

I'm on Behance and Twitter.
TheLOKO
Posts: 48
Reputation: 0

Message # 4 | 1:00 AM
How do you add Counter at borrom bar of this website design. It doesnt have bottom part of website in customize design
Dartz
Posts: 1931

Message # 5 | 8:43 PM
You modify the bottom part in the sour code. For example this:

<td colspan="2" class="footer"><!-- <copy> -->Copyright MyCorp © $YEAR$<!-- </copy> --><br>$POWERED_BY$</td>

To avoid repeating modification use Quick replacement feature.

(Can be found at CP -> Customize)


[... With uCoz since December 2 2007 ...]
defaultNick1272
Posts: 5
Reputation: 0

Message # 6 | 3:25 PM
Hello all ! I do not speak English well so I'll translate with Google!
I would like to change the banner at the top of the site with my own image.
In the CSS I can not find or do : Global Blocks > Top Part of the website :

Code
<table class="header-table">
<tr><td class="data-block">$WDAY$, $DATE$, $TIME$<?if($USERS_ON$)?> | <?if($USER_LOGGED_IN$)?><!--<s5200>-->Vous êtes entré comme<!--</s>--> <a href="$PERSONAL_PAGE_LINK$"><b>$USERNAME$</b></a> | <!--<s3167>-->Groupe<!--</s>--> "<u>$USER_GROUP$</u>"<?else?><!--<s5212>-->Bienvenue<!--</s>--> <b>$USERNAME$</b><?endif?><?endif?></td></tr>
<tr><td class="logo-block"><h1><!-- <logo> -->My site<!-- </logo> --></h1></td></tr>
<tr><td class="nav-block"><a href="$HOME_PAGE_LINK$"><!--<s5176>-->Page d'accueil<!--</s>--></a><?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?> | <a href="$PERSONAL_PAGE_LINK$"><!--<s5214>-->Mon profil<!--</s>--></a><?else?> | <a href="$REGISTER_LINK$"><!--<s3089>-->Enregistrement<!--</s>--></a><?endif?> <?if($USER_LOGGED_IN$)?> | <a href="$LOGOUT_LINK$"><!--<s5164>-->Quitter<!--</s>--></a><?else?> | <a href="$LOGIN_LINK$"><!--<s3087>-->Entrée<!--</s>--></a><?endif?><?endif?> <?if($RSS_LINK$)?>| <a href="$RSS_LINK$">RSS</a><?endif?></td></tr>
</table>

Thank you !

Sunny
Posts: 9296
Reputation: 456

Message # 7 | 3:33 PM
defaultNick1272, the image is in CSS: /.s/t/822/3.jpg Click CTRL+F in your browser to find it.
I'm not active on the forum anymore. Please contact other forum staff.
defaultNick1272
Posts: 5
Reputation: 0

Message # 8 | 4:26 PM
THANK YOUUUUUUU SUNNY !!!!!!! ;D
Post edited by defaultNick1272 - Thursday, 2010-09-02, 4:26 PM
defaultNick1272
Posts: 5
Reputation: 0

Message # 9 | 10:35 AM
Hello everyone I would like to always know how to put my link in the boxes that I made? And how how to remove the date and the user logged in above ?

How to put a noueaux links in the 4 th box?
I have an example.
Thank you very much! And sorry for my English :/

IMAGE

Added (2010-09-04, 4:35 Am)
---------------------------------------------
Help please ? sad

Attachments: 3293128.png (405.8 Kb)
Sunny
Posts: 9296
Reputation: 456

Message # 10 | 10:22 AM
Quote (defaultNick1272)
I would like to always know how to put my link in the boxes that I made?

Those are custom boxes, therefore we cannot help you. The default site menu can be edited by means of Site Menu Builder: http://forum.ucoz.com/forum/8-5638-1

Quote (defaultNick1272)
And how how to remove the date and the user logged in above ?

Control Panel -> -> Customize Design -> Top part of the website -> remove:

Quote
<tr><td class="data-block">$WDAY$, $DATE$, $TIME$<?if($USERS_ON$)?> | <?if($USER_LOGGED_IN$)?><!--<s5200>-->Logged in as<!--</s>--> <a href="$PERSONAL_PAGE_LINK$"><b>$USERNAME$</b></a> | <!--<s3167>-->Group<!--</s>--> "<u>$USER_GROUP$</u>"<?else?><!--<s5212>-->Welcome<!--</s>--> <b>$USERNAME$</b><?endif?><?endif?></td></tr>

I'm not active on the forum anymore. Please contact other forum staff.
Malsi
Posts: 5
Reputation: 0

Message # 11 | 6:16 PM
Ok thank you Sunny ! smile
Mich
Posts: 57
Reputation: 2

Message # 12 | 12:50 PM
Quote (Natashko)
Mich, you have changed your design, that is why we can't provide much help here.
You need to find the code of your logo, which looks like this
Code
<img src="/Celebrities_Banner.png" alt="">
It has to be in CP->Design->Design management->Top part of the website. Cut it out of the header and insert it where you need it to appear on the website. But most probably you will have to insert it in each template of each module. (from what I understood)
Design 822 was discussed here http://forum.ucoz.com/forum/5-9563-1 Let's continue discussion there, stick to one thread.

So it has to be putted in site pages and so on?

And my only problem is to place it left just so it is with line with the purple menu, not far outside on left.

Added (2011-01-25, 6:50 Am)
---------------------------------------------
It looks like i have worked out one problem. Last one is to add a purple bar at the very top under admin bar so i can place the date and time and so on smile


Better known as Mr_Smith or Chris-Erik Fotland.
Post edited by Mich - Tuesday, 2011-01-25, 12:40 PM
Natashko
Posts: 3366
Reputation: 171

Message # 13 | 1:11 PM
Mich,
Quote (Mich)
to add a purple bar at the very top under admin bar so i can place the date and time and so on

To do so insert this
Code
<div style="position: absolute; width: 100%; background: url(http://celebrities.ucoz.com/Celebrities_Magazine_Top_Menu.png); left: 0pt; line-height: 30px; top: 24px;">*******</div>
in CP->Design->Design management->Top part of the website. Instead of ******* insert the codes that will display the date, time and so on.
Mich
Posts: 57
Reputation: 2

Message # 14 | 1:19 PM
Thanks you so much biggrin

How do i size the image down so it has same current length as the menu one? with a round border included?

Added (2011-01-25, 7:19 Am)
---------------------------------------------
And i think the code made the logo go back to centered -.-


Better known as Mr_Smith or Chris-Erik Fotland.
Natashko
Posts: 3366
Reputation: 171

Message # 15 | 1:31 PM
Mich, replace the suggested before code with this one
Code
<div style="position: absolute; background: url(http://celebrities.ucoz.com/Celebrities_Magazine_Top_Menu.png); top: 24px; height: 42px; line-height: 42px; width: 900px; left: 50%; margin-left: -450px; -moz-border-radius: 0px 0px 20px 20px;border-radius: 0px 0px 20px 20px;">********</div>

Keep in mind that the purple bar is under the admin bar, but Guests can't see the admin bar.
And this code doesn't effect the logo in any way.
uCoz Community » For Webmasters » Design Customization » Everything about Design #822 goes here ! (Remade because other are closed or trashed)
  • Page 1 of 3
  • 1
  • 2
  • 3
  • »
Search: