• Page 1 of 2
  • 1
  • 2
  • »
Forum moderator: bigblog  
uCoz Community » For Webmasters » Design Customization » Everything about design #808 goes here!
Everything about design #808 goes here!
Kness
Posts: 108
Reputation: 3

Message # 1 | 0:26 AM
How to change this menu to teh righ of the page and put the content to the left?

Am I Clear?

Design # 808
http://wifi-plaza.ucoz.com/

Attachments: 0797401.png (464.6 Kb)

My Projects:
Post edited by Kness - Sunday, 2011-03-06, 0:26 AM
Animorph
Posts: 2856
Reputation: 189

Message # 2 | 0:37 AM
Kness, go to CP ---> Design ---> Design management (templates) ---> Find

Code

<!-- <middle> -->
<table class="main-table">
<tr>
<td class="side-block">
$GLOBAL_CLEFTER$
</td>
<td class="content-block">
<?if($MODULE_URL$)?><h1>$MODULE_NAME$</h1><?endif?>
<!-- <body> -->$CONTENT$<!-- </body> -->
</td>
</tr>
</table>
<!-- </middle> -->

Replace by:

Code
<!-- <middle> -->
<table class="main-table">
<tr>
<td class="content-block">
<?if($MODULE_URL$)?><h1>$MODULE_NAME$</h1><?endif?>
<!-- <body> -->$CONTENT$<!-- </body> -->
</td>
<td class="side-block">
$GLOBAL_CLEFTER$
</td>    
</tr>
</table>
<!-- </middle> -->


Note
, the block his image can be under the search form , so i advice you to move your search form to another place in the header

To busy building a passive income online ;)
Kness
Posts: 108
Reputation: 3

Message # 3 | 0:43 AM
Is Quick Replacement Allowed?
My Projects:
Animorph
Posts: 2856
Reputation: 189

Message # 4 | 0:44 AM
Kness, yes.
To busy building a passive income online ;)
Kness
Posts: 108
Reputation: 3

Message # 5 | 0:46 AM
Quote (Animorph)
Kness, yes.

Well I tried it, didn't work.
I don't want to go to every single template for this -_-

Problem*: No replacements were made.
Check whether search fragment is correct


My Projects:
Animorph
Posts: 2856
Reputation: 189

Message # 6 | 0:47 AM
Kness, well then you need to do it manually.
To busy building a passive income online ;)
Kness
Posts: 108
Reputation: 3

Message # 7 | 0:51 AM
Another question, How do I move the Search bar?
My Projects:
Animorph
Posts: 2856
Reputation: 189

Message # 8 | 0:56 AM
Kness, go to CP ---> Design ---> Design management (templates) ---> Find:

Code
<?if($SEARCH_FORM$)?>$SEARCH_FORM$<?endif?>

and move it to your new location for it


To busy building a passive income online ;)
Kness
Posts: 108
Reputation: 3

Message # 9 | 0:58 AM
That doesn't tell me how exactly, but I'll figure something out -_-
My Projects:
Animorph
Posts: 2856
Reputation: 189

Message # 10 | 1:00 AM
Kness, you did not provided the information about where you want it you asked

Quote (Kness)
How do I move the Search bar?

To busy building a passive income online ;)
Kness
Posts: 108
Reputation: 3

Message # 11 | 1:06 AM
Well to the left of the site -_-
My Projects:
Animorph
Posts: 2856
Reputation: 189

Message # 12 | 1:13 AM
Kness, go to CP ---> Design ---> Design management (CSS) ---> paste this there:
Code
.user-bar2 {position: absolute; left: 187px; top: 5px; font-size: 8pt; color: #273143;}

go to CP ---> Design ---> Design management (templates) ---> Top part of the website ---> Find:

Code
<div class="user-bar"><?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?><?endif?> </div>
<?if($LOGIN_FORM$)?>$LOG_FORM$<?endif?>
<?if($SEARCH_FORM$)?>$SEARCH_FORM$<?endif?>
</div>

Replace by:
Code
<div class="user-bar2"><?if($SEARCH_FORM$)?>$SEARCH_FORM$<?endif?> </div><div class="user-bar"><?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?><?endif?> </div>
<?if($LOGIN_FORM$)?>$LOG_FORM$<?endif?>

</div>

About the CSS:
you can change the position by editing this:

Code
left: 187px;

To busy building a passive income online ;)
Kness
Posts: 108
Reputation: 3

Message # 13 | 1:22 AM
Alright, Thanks.
One more question: How do you edit the style of the search form?

Added (2011-03-05, 7:22 PM)
---------------------------------------------
Can you also change this thread to everything about design #808 or something?


My Projects:
Animorph
Posts: 2856
Reputation: 189

Message # 14 | 9:52 AM
Quote (Kness)
One more question: How do you edit the style of the search form?

you can do that in CSS by viewing the ID's of the search form in source

Quote (Kness)
Can you also change this thread to everything about design #808 or something?

yes of course

To busy building a passive income online ;)
Kness
Posts: 108
Reputation: 3

Message # 15 | 2:59 AM
Quote (Animorph)
Quote (Kness)
One more question: How do you edit the style of the search form?

you can do that in CSS by viewing the ID's of the search form in source

I saw it in thee CSS, but what can you add to it? Like what are the limits.....How do I put this...? Huh......Can you show me an example of a customized search bar and button? Then I'll think I understand better.


My Projects:
uCoz Community » For Webmasters » Design Customization » Everything about design #808 goes here!
  • Page 1 of 2
  • 1
  • 2
  • »
Search: