Adding A Site Logo / discussion
Forum » Hidden / Per page discussions » Adding A Site Logo
started by: Automatic
on: 1164883441|%e %b %Y, %H:%M %Z|agohover
number of posts: 15
rss icon RSS: new posts
This is the discussion related to the wiki page Adding A Site Logo.
sayanrijusayanriju 1183108715|%e %b %Y, %H:%M %Z|agohover

Good tip, mate! :)
Just to add : I've used http://cooltext.com to get my own custom logo text, and then adjusted the CSS slightly to its size!

unfold by sayanrijusayanriju, 1183108715|%e %b %Y, %H:%M %Z|agohover
Re: Logo
PanfiloFelixPanfiloFelix 1193868567|%e %b %Y, %H:%M %Z|agohover

I've put the code in, but my logo does not appear. What gives?

#header {
height: 120px;
}
#header h1 a span{
display: none;
}
#header h2 {
display: none;
}
#header h1 a,#header h1 a:hover{
margin: 0;
padding: 0;
background-image: url(/local—files/start/logo.jpg);
height: 87px;
width: 508px;
position: absolute;
top: 10px;
left: 20px;
}

unfold Re: Logo by PanfiloFelixPanfiloFelix, 1193868567|%e %b %Y, %H:%M %Z|agohover
Re: Logo
BurpBurp 1197779946|%e %b %Y, %H:%M %Z|agohover

I had the same problem.

Changed the following line to my image url as follows:

Before:
background-image: url(/local—files/start/logo.jpg);

After:
background-image: url(http://mywikidotsite.wikidot.com/local--files/start/logo.jpg);

And now it all works fine.

unfold Re: Logo by BurpBurp, 1197779946|%e %b %Y, %H:%M %Z|agohover
Re:
zefazefa 1216917459|%e %b %Y, %H:%M %Z|agohover

Thanks for the link man very helpful

unfold Re: by zefazefa, 1216917459|%e %b %Y, %H:%M %Z|agohover
Data Entry
gagan1gagan1 1189404906|%e %b %Y, %H:%M %Z|agohover

Online jobs easy work at home easy, data entry typing jobs paid survey easy, make money online easy with the jobslover.com information

unfold Data Entry by gagan1gagan1, 1189404906|%e %b %Y, %H:%M %Z|agohover
Data Entry Work From Home
john1john1 1191917568|%e %b %Y, %H:%M %Z|agohover

online jobs, work at home, from home work, data entry, typing jobs, paid survey, complete online survey, make money online, make money at home, home job work, type jobs at home, get paid for online sur0vey, free opportunities, type at home jobs, make money from home, work from home

unfold Data Entry Work From Home by john1john1, 1191917568|%e %b %Y, %H:%M %Z|agohover
Data Entry Jobs
john1john1 1192173225|%e %b %Y, %H:%M %Z|agohover

Make money typing ads online, online jobs, work at home, from home work, data entry, paid survey, complete online survey, make money online, make money at home, home job work, type jobs at home, get paid for online survey, free opportunities

unfold Data Entry Jobs by john1john1, 1192173225|%e %b %Y, %H:%M %Z|agohover
Didn't work for me.
ameruneamerune 1194827389|%e %b %Y, %H:%M %Z|agohover

Also, on the instructions page it says your new theme won't be updated automatically, but must be "synched" "here." Unintelligible. :-<

unfold Didn't work for me. by ameruneamerune, 1194827389|%e %b %Y, %H:%M %Z|agohover
A1 Health Care
NavinNavin 1198308245|%e %b %Y, %H:%M %Z|agohover

<p><a href="http://www.a1-health-care.com/">A1 Health Care</a> - Health Care Information</p>

unfold A1 Health Care by NavinNavin, 1198308245|%e %b %Y, %H:%M %Z|agohover
DATA ENTRY
charlscharls 1211567245|%e %b %Y, %H:%M %Z|agohover

thanks for the information man
i's like it,at least i learn from it
better to create or adding a SITE LOGO
good dAy to all
and GOD bless
^_^

__
charls

Did you see it? One more time? You won't get faked out here! <a href="http://www.SelectWealthSystem.com/?t=wc">http://www.SelectWealthSystem.com/?t=wc</a>

unfold DATA ENTRY by charlscharls, 1211567245|%e %b %Y, %H:%M %Z|agohover
Good tip!
karl3ikarl3i 1213444411|%e %b %Y, %H:%M %Z|agohover

Thanks for that :)

Here is my piece of code to:

  • increase a little bit the header height
  • increase a little bit the image width
  • put a PNG instead of the JPG (using transparency)

Here is the code:

#header {
height: 120px;
}
#header h1 a span{
display: none;
}
#header h2 {
display: none;
}
#header h1 a,#header h1 a:hover{
margin: 0;
padding: 0;
background-image: url(http://dents-de-sagesse.wikidot.com/local--files/start/logo.png);
height: 90px;
width: 502px;
position: absolute;
top: 10px;
left: 20px;
}

Here is the result:
http://dents-de-sagesse.wikidot.com/

Happy wikying to all!

unfold Good tip! by karl3ikarl3i, 1213444411|%e %b %Y, %H:%M %Z|agohover
Re: Good tip!
wowstrategywowstrategy 1215054112|%e %b %Y, %H:%M %Z|agohover

i tried putting this exact code into mine, no image. i cant get this tip working at all, no image shows up.

unfold Re: Good tip! by wowstrategywowstrategy, 1215054112|%e %b %Y, %H:%M %Z|agohover
Re: Good tip!
wowstrategywowstrategy 1215054734|%e %b %Y, %H:%M %Z|agohover

it doesnt seem to work when extending shiny…any ideas?

unfold Re: Good tip! by wowstrategywowstrategy, 1215054734|%e %b %Y, %H:%M %Z|agohover
Extending Shiny For Logo Insertion
KeysoftServicesKeysoftServices 1216006324|%e %b %Y, %H:%M %Z|agohover

Hi Here is my piece of code to:Logo Insertion

#header-extra-div-1 {
height: 150px;
width: 200px;
float: left;
background-image: url('http://keysoftbiservices.wikidot.com/local--files/start/KEYSOFT%20LOGO');
background-repeat: no-repeat;
padding: 0;
position: absolute;
top: 5px;
right:102%;
}

Here is the result:
http://keysoftbiservices.wikidot.com/

Regards

unfold Extending Shiny For Logo Insertion by KeysoftServicesKeysoftServices, 1216006324|%e %b %Y, %H:%M %Z|agohover
Don't forget
viszlaiviszlai 1213714198|%e %b %Y, %H:%M %Z|agohover

In my version the file name was Case sensitive logo.JPG vrs logo.jpg

unfold Don't forget by viszlaiviszlai, 1213714198|%e %b %Y, %H:%M %Z|agohover
new post
Unless stated otherwise Content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License