Forum moderator: bigblog  
uCoz Community » For Webmasters » Design Customization » Everything about design #882 goes here! (Design, Template 882)
Everything about design #882 goes here!
iceman_087
Posts: 10
Reputation: 0

Message # 136 | 4:09 PM
ya but what line is it.

Added (2012-04-21, 10:09 AM)
---------------------------------------------
well i did that and this is what i got,a whole lotta pics of the one i wanted all around the web page.i cant insert the pic,guess i dont have privlages for that.

Sunny
Posts: 9296
Reputation: 456

Message # 137 | 6:14 PM
iceman_087, show me the exact code you are using.
I'm not active on the forum anymore. Please contact other forum staff.
Denny
Posts: 19
Reputation: 0

Message # 138 | 9:21 PM
hello everyone,
i found many solutions at this thread, but as i always want my website to get better and better,
Is there a posibility for example to change home picture ('/.s/t/882/3.jpg') to 2 or 3 pictures that will change every 2-3 seconds?

if it takes lot of work for u guys dont mind solving it, im satisfied with how my page is now, just wondering if this is posibble

thanks
Sunny
Posts: 9296
Reputation: 456

Message # 139 | 7:27 PM
Denny, yes, it is possible but with the help of a custom script.
I'm not active on the forum anymore. Please contact other forum staff.
Denny
Posts: 19
Reputation: 0

Message # 140 | 1:59 PM
Hey Sunny, thanks for reply.
What does it actually mean custom script, does it mean its must be made a total new template with own code? I guess this can not be inserted in current code?

And i also have a suggestion if its possible, like someone already posted in this topic, to post links to all pictures used in this design, and their necessary dimensions. Maybe not all, but for example for banner picture, for those stars, etc...It would be helpful because that way we can experiment by our own, and be able to return random picture, without necessary putting whole random code again.
At least i would be appreciate, because i see the topic hasnt been active for long time.
thanks
Daemon
Posts: 10
Reputation: 1

Message # 141 | 2:05 PM
(Denny)
Hey Sunny, thanks for reply.
What does it actually mean custom script, does it mean its must be made a total new template with own code? I guess this can not be inserted in current code?


It means a script that is design for that sole part of the website, so no, you won't have to change your whole template for that own custom script. Yes, it can be inserted into your template right now, a script can be inserted into any template.

(Denny)
And i also have a suggestion if its possible, like someone already posted in this topic, to post links to all pictures used in this design, and their necessary dimensions. Maybe not all, but for example for banner picture, for those stars, etc...It would be helpful because that way we can experiment by our own, and be able to return random picture, without necessary putting whole random code again.
At least i would be appreciate, because i see the topic hasnt been active for long time.
thanks


You can find all those images in your CSS and HTML coding in Design Customization part of your Control Panel, and left clicking properties on them would show you their dimensions. I think, I have answered your question, I'm sorry if I haven't I don't quite understand what you are trying to say.
Denny
Posts: 19
Reputation: 0

Message # 142 | 3:52 PM
Daemon, do you maybe know something about that script, or can it be found on this forum?
And i didnt really understand you how can i left click properties on them, i know where is the code, but did not understand where to click, sorry, but i am just beginner in all this stuff.

About what i suggested, i found now like Sunny posted link to banner image, i was thinking if it would be possible to do this, example:
http://cdngamers.ucoz.com/.s/t/882/3.jpg - 944x215 --> from link you can conclude where to insert your new pic /.s/t/882/3.jpg

and so on for pictures from 1 to 8, i think rest of pictures arent important

Added (2013-01-04, 9:52 AM)
---------------------------------------------
Oh, i just got an idea, sorry, no need for the idea i posted, because you can just write any number in the link
http://cdngamers.ucoz.com/.s/t/882/1.gif
http://cdngamers.ucoz.com/.s/t/882/2.gif
http://cdngamers.ucoz.com/.s/t/882/3.gif
and so on, i am kinda ashamed of my stupid questions instead of realizing this before biggrin

Post edited by Denny - Friday, 2013-01-04, 3:44 PM
Sunny
Posts: 9296
Reputation: 456

Message # 143 | 4:45 PM
Denny, no, we don't have such script on the forum, otherwise I would provide it. I can give the following script though, it will change header images after page reload:

<script type="text/javascript">  
sha=Math.floor(Math.random() * 5);  
document.write('<img src="http://link_to_the_folder_with_images/logo'+sha+'.gif" border="0" />');  
</script>


link_to_the_folder_with_images should be replaced by an actual link to the folder.
5 is the number of header images. They are counted starting from 0, so if the number of images is 5, you should use 4 in the script. And the images in the folder should have the following names: logo0.gif , logo1.gif , logo2.gif etc.

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

Message # 144 | 8:47 PM
Ok, thanks for help Sunny and Daemon,
I will maybe try this script wink
Daemon
Posts: 10
Reputation: 1

Message # 145 | 0:03 AM
(Denny)
Ok, thanks for help Sunny and Daemon,
I will maybe try this script


No problem, Denny, if you ever need assistance in coding you can ask again, or try to learn yourself at; http://www.w3schools.com/default.asp
Post edited by Daemon - Saturday, 2013-01-05, 0:03 AM
Denny
Posts: 19
Reputation: 0

Message # 146 | 11:03 PM
hey guys, ive got another question, is it possible to make more space for that banner image?
i would not change width, just height, so is it possible to change in 4th row 944x215 to for example 944x240 ?

/* General Style */
body {margin:0;padding:0;background:url('/.s/t/882/2.gif') #000000;}
.dataBar {width:944px;height:38px;background:url('/.s/t/882/1.gif') no-repeat;font-size:7pt;}
#logoBar {width:944px;height:215px;background:url('http://i49.tinypic.com/zvydjq.jpg') no-repeat;}
Sunny
Posts: 9296
Reputation: 456

Message # 147 | 12:13 PM
(Denny)
#logoBar {width:944px;height:215px


Try to change height here to 240px.

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

Message # 148 | 11:50 PM
Yeah, Sunny, I tried to change later by my own and everything was fine, I should have delete the post, but now something new has come up to my mind, here it is.

It also must be possible to change everything, and make it wider like on picture with red arrows, right?
I also wanted to ask, about green square, is it possible to make this text in a slide box, that will say few messages, like it is usually on TV News?
Also, the pink square, is it possible to change this entry headline, to some better design? This box looks kinda old-fashioned.


http://i46.tinypic.com/6zo6ys.jpg

I would be grateful if someone knows this, and I am sorry if I am being bored with all those questions, take your time
thanks.
Sunny
Posts: 9296
Reputation: 456

Message # 149 | 11:21 AM
1. How to change the width: Control Panel -> Customize Design -> CSS. Find

#logoBar {width:944px;height:215px;background:url('/.s/t/882/3.jpg') no-repeat;}
#contentBlock {width:944px;background:url('/.s/t/882/4.gif') repeat-y;}


and replace 944 by a custom number.

2. Green: you can use the "Scrolling line" widget for this purpose. The thread about widgets: http://forum.ucoz.com/forum/37-5598-1

3. Pink: of course it is possible, but "better design" is a too vague description.

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

Message # 150 | 1:15 PM
Quote (Sunny)
3. Pink: of course it is possible, but "better design" is a too vague description.


I meant better design of the subject box,
for example, how the guy which made Unreal District website:

is this kind of design in grey color available for 882 template?
uCoz Community » For Webmasters » Design Customization » Everything about design #882 goes here! (Design, Template 882)
Search: