IPB

( Zaloguj | Zarejestruj )

> Uwaga!

Jeśli opisujesz problem ze skórką - podaj link do downloadu - nie każdy ma tą skórkę co Ty ;)

 
Closed TopicStart new topic
> Zmiana loga
Osk
post 21.9.2007 - 16:45
Post #1


aktywność:


Grupa: Bloger
Postów: 10

Nr: 2 965



Pytanie wręcz banalne a moze i nawet glupie, nie wiem jak zmienic logo (header) na gorze strony. I przy okazji czy cos trzeba przestawic jezeli mam wieksze logo niz to standardowe? Jezeli tak to gdzie?
Go to the top of the page
 
+Quote Post
Kasia79
post 21.9.2007 - 18:05
Post #2


aktywność:
*****

Grupa: V.I.P.
Postów: 856

Nr: 2 641



To zalezy od theme. Niestety nie jestem w stanie zgadnąć jaki theme używasz wink.gif

Pozdrawiam,
Kasia


--------------------
Curiosity killed the cat, but satisfaction brought her back.
Go to the top of the page
 
+Quote Post
Osk
post 21.9.2007 - 18:27
Post #3


aktywność:


Grupa: Bloger
Postów: 10

Nr: 2 965



Theme = Beckett
Go to the top of the page
 
+Quote Post
Kasia79
post 22.9.2007 - 08:40
Post #4


aktywność:
*****

Grupa: V.I.P.
Postów: 856

Nr: 2 641



Ten fragment style.css odpowiada za logo/header:
KOD
#banner {
width: 760px; /* necessary for ie win */
background: #101921 url('img/banner-bg.gif') repeat-x; }

Jesli chcesz miec inny kolor tła to powinno to wyglądac np. tak: background: #990000;
Jakis obrazek jako tło -> background: url(http://examplesite.com/wp-content/sciezka-do-twojego-obrazku);

W tym theme nie powinno byc większych problemów, by wstawic wyższe logo;
jesli jednak chcesz wstawić szersze logo, to bedziesz musiał zmienic szerokość podstawowych elementów tworzących strukturę strony.

Pozdrawiam,
Kasia


--------------------
Curiosity killed the cat, but satisfaction brought her back.
Go to the top of the page
 
+Quote Post
Osk
post 22.9.2007 - 09:29
Post #5


aktywność:


Grupa: Bloger
Postów: 10

Nr: 2 965



Jednak pojawia się problem, logo jest ucięte bo nie starcza wysokosci...
Go to the top of the page
 
+Quote Post
b4it
post 22.9.2007 - 12:22
Post #6


aktywność:
****

Grupa: Redakcja
Postów: 332

Nr: 60



Dodaj do CSS w odpowiednim miejscu
KOD
height: XXXpx
Oczywiście zamiast XX podaj wysokość w pikselach.


--------------------
b4it's log | iPhone Blog

4Avatars v0.2
Nie jestem darmowym, prywatnym pomocnikiem!
Go to the top of the page
 
+Quote Post
Osk
post 22.9.2007 - 12:47
Post #7


aktywność:


Grupa: Bloger
Postów: 10

Nr: 2 965



Działa. Wielkie dzięki.
Go to the top of the page
 
+Quote Post
urbi12
post 25.5.2010 - 14:09
Post #8





Grupa: Bloger
Postów: 9

Nr: 8 341



CYTAT
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=<?php bloginfo('charset'); ?>" />
<meta name="description" content="<?php bloginfo('name'); ?> - <?php bloginfo('description'); ?>" />
<meta name="keywords" content="" />
<link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url'); ?>" />
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<title><?php bloginfo('name'); wp_title(); ?></title>

<!--[if gt IE 5]>
<style>
#header #text_in {position: absolute; top: 50%;}
</style>
<![endif]-->

<?php
global $options;
foreach ($options as $value) {
if (get_settings( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; } else { $$value['id'] = get_settings( $value['id'] ); } }
?>

<?php wp_head(); ?>
</head>

<body>

<div id="wrap">

<div id="top">

<div id="menu">
<ul>
<?php if (is_page()) { $highlight = "page_item"; } else {$highlight = "page_item current_page_item"; } ?>
<li class="<?php echo $highlight; ?>"><a href="<?php bloginfo('url'); ?>"><span>Strona główna</span></a></li>
<?php
$pages = wp_list_pages('sort_column=menu_order&depth=1&title_li=&echo=0');
$pages = preg_replace('%<a ([^>]+)>%U','<a $1><span>', $pages);
$pages = str_replace('</a>','</span></a>', $pages);
echo $pages;
?>
</ul>
</div>

<div id="title">
<h1><a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a></h1>
<p><?php bloginfo('description'); ?></p>
</div>

</div>

<div id="header">

<div id="text">
<div id="text_in">
<div id="inside">
<p><?php echo $C9_header_text; ?></p>
</div>
</div>
</div>

</div>

Gdzie mam tutaj wstawić link do zdjecia zeby było ta fota bannerem?

Ten post edytował urbi12 25.5.2010 - 14:09
Go to the top of the page
 
+Quote Post
amistad18
post 25.5.2010 - 17:29
Post #9


aktywność:
*********

Grupa: Redakcja
Postów: 4 252

Nr: 5 919



urbi12 > załóż swój własny, nowy temat. I tam od razu podaj adres do strony/bloga.
Go to the top of the page
 
+Quote Post

Closed TopicStart new topic
1 Użytkowników czyta ten temat (1 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



: 8 02 12 - 10:40
WebFan | Wszystko co chcesz wiedzieć o e-commerce