Jo,das hab ich gemacht, aber es ist nicht durchsichtig...
Habe ne schwarze Schrift, auf weißem Grund, weiß soll durchsichtig sein, so ist es eingestellt...
Hier die info wird mir in der Vorschau gezeigt:
Format: PNG-8 Maße: 600B x 400H Größe: 10,88 KB Einstellungen: Adaptiv, 36Farben, 88% Diffusion-Dither, Transparenz Ein, 100% Diffusion-Transparenz-Dither, Interlaced, 0% Web-Ausrichtung
Komisch....
Beiträge von phototobi
-
-
Es hängt zwischen den Ohren.
Also eingefügt wird es jetzt, aber wie bekomm ich jetzt den weißen hintergrund, das .png bildes... durchsichtig?? -
stimmt, aber was muss ich da einfügen, ändern?
-
-
Hallo, hmm, die "header.php" sieht so aus, irgedwie anders als deine...
PHP
Alles anzeigen<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> <head profile="http://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title> <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats --> <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <link rel="stylesheet" type="text/css" href="<?php bloginfo('template_directory'); ?>/style.css" /> <!--[if IE]> <link rel="stylesheet" type="text/css" href="<?php bloginfo('template_directory'); ?>/style_ie.css" /> <![endif]--> <!--[if lt IE 7]> <link rel="stylesheet" type="text/css" href="<?php bloginfo('template_directory'); ?>/style_ie6.css" /> <![endif]--> <?php wp_head(); ?> </head> <body> <!-- Page --> <div id="page"><div id="page-in"> <!-- Header --> <div id="header"> <!-- Title --> <div id="header-info"> <h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1> <div class="description"><?php bloginfo('description'); ?></div> </div> <!-- /Title --> </div> <!-- /Header --> <!-- Main --> <div id="main">
Meine png Datei leg ich also in den Ordner Images, wo auch die anderen vom Theme liegen.
Wie und wo muss ich das dann einfügen?
Bahnhof... -
Hi, das hier ist das Theme --> Vintage Paper | Wordpress Themes
Bislang habe ich noch nichts geändert. Nur das Theme installiert. -
ok, und wir fügt man das ganze dann ein??
Könntest du es mir kurz erklären? oder ist das zu umfangreich?
Wenn dann sollte es schon vernüftig sein, also als PNG Datei
Gruss
Tobi -
Hallo, leider ist dort keine "extra" Headergrafik. Sondern die Grafik ist durchgehend. Wenn ich oben was "reinschreibe" wird es ja dann später wiederholt... was ja auch doof ist.
Ich müßte also im grunde, wenn ich es verstanden habe, geht es das man eine extra Grafik, in dem fall also nur die Schrift als Head über die andere Grafik legt. Dabei müßtte dann allerdings alles was um die Schrift rum ist, durchsichtig sein...
Hmm... Wohl nicht wirklich einfach, oder?
Gruss
Tobi -
[quote='marX','RE: Schriftart im Header: Fragen über Fragen.']
Richtig. Damit reduziert sich die Palette auf einige wenige. Für was ausgefallenes nimmst du besser Grafiken.
Und wie geb ich das ein, z.b. zu einer gif oder jpg Datei ? -
Hallo, ich möchte gerne in einem Theme für meine Frau, die jetzt auch bloggen will, die Schriftart im Header ändern.
Wie macht man das?
Welche kann man alles wählen, wenn ich das richtig verstanden habe, muss diese ja bei dem Pc, wo die Seite angezeigt wird auch installiert sein, oder?
Ach ja, das ist jetzt die "style.css" es gibt aber auch die style_ie.css sowie die style_ie6.css
Wofür soviele?
Hier ist die CSS Datei:
Code
Alles anzeigen/* Theme Name: Vintage Paper Theme Theme URI: [url=http://ophelianicholson.com]Web Design | Custom & Premium Wordpress Themes | Website Design[/url] Description: Vintage wordpress theme Version: 1.0 Author: Ophelia Nicholson Author URI: [url=http://ophelianicholson.com]Web Design | Custom & Premium Wordpress Themes | Website Design[/url] */ /* General */ body { margin: 0; background: #350b0c; } h1, h2, h3, h4 { margin: 0; } img { border: 0; } .clear { clear: both; height: 0; overflow: hidden; } /* Page */ #page { margin: 0 auto; width: 990px; background: url("images/page_bg.jpg") repeat-y; } #page-in { background: url("images/page.jpg") no-repeat; width: 990px; } /* Header */ #header { width: 990px; height: 250px; position: relative; } /* Header - Info */ #header #header-info { position: absolute; top: 95px; left: 335px; width: 470px; text-align: center; } #header #header-info h1 { color: #000000; font: bold 40px Century Gothic, Helvetica, Arial, sans-serif; padding-bottom: 5px; } #header #header-info h1 a { color: #000000; text-decoration: none; } #header #header-info .description { color: #000000; font: bold 20px Century Gothic, Helvetica, Arial, sans-serif; } /* Main */ #main { width: 990px; } /* Main - Content */ #content { float: left; width: 410px; padding: 0 25px 0 335px; } /* Main - Content - Post */ #content .post { float: left; margin-bottom: 40px; width: 410px; } /* Post - Title */ #content .post .post-title { width: 410px; color: #000000; font: bold 12px Century Gothic, Helvetica, Arial, sans-serif; text-align: center; background: url("images/post_title.png") no-repeat left bottom; padding-bottom: 10px; } #content .post .post-title a { color: #000000; text-decoration: none; } #content .post .post-title a:hover { text-decoration: underline; } #content .post .post-title h2 { color: #000000; font: bold 23px Century Gothic, Helvetica, Arial, sans-serif; } #content .post .post-title h2 a { color: #000000; text-decoration: none; } #content .post .post-title h2 a:hover { text-decoration: underline; } /* Post - Entry */ #content .post .post-entry { font: normal 12px/18px Verdana; color: #000000; width: 400px; padding: 0 5px; } #content .post .post-entry a { color: #000000; text-decoration: underline; } #content .post .post-entry a:hover { text-decoration: underline; } #content .post .post-entry a.more-link { font-weight: bold; } #content .post .post-entry blockquote { border-left: 10px solid #d1a15e; margin: 0px 30px; padding-left: 15px; } /* Post - Info */ #content .post .post-info { width: 410px; height: 25px; padding-top: 5px; clear: both; font: bold 12px Georgia, Verdana; color: #000000; text-align: center; background: url("images/post_info.png") no-repeat center bottom; } #content .post .post-info a { color: #000000; text-decoration: none; } #content .post .post-info a:hover { text-decoration: underline; } /* Post - Subtitle */ #content .post h3 { color: #000000; font: bold 16px Georgia, Verdana; margin: 20px 0 5px 0; } /* Post - Comments */ #content .post .comments { font: normal 12px/18px Verdana; color: #000000; width: 400px; } #content .post .comments ol { margin: 10px 0; padding-left: 25px; } #content .post .comments ol li { padding: 5px; } #content .post .comments ol li a { color: #000000; text-decoration: underline; } #content .post .comments ol li a:hover { text-decoration: underline; } #content .post .comments ol li.alt { background: #d1a15e; } #content .post .comments ol li cite { color: #000000; font-style: normal; font-weight: bold; } #content .post .comments ol li cite a { color: #000000; text-decoration: underline; } #content .post .comments ol li cite a:hover { text-decoration: underline; } #content .post .comments ol li .commentmetadata a { color: #000000; text-decoration: underline; } #content .post .comments ol li .commentmetadata a:hover { text-decoration: underline; } /* Post - Comment Form */ #content .post #commentform { font: normal 12px/18px Verdana; color: #000000; width: 375px; margin: 0; padding-left: 25px; } #content .post #commentform a { color: #000000; text-decoration: underline; } #content .post #commentform a:hover { text-decoration: underline; } /* Main - Content - Navigation */ #content .navigation { font: bold 12px Georgia, Verdana; color: #000000; float: left; margin-bottom: 40px; width: 400px; padding: 0 5px; } #content .navigation a { color: #000000; text-decoration: none; } #content .navigation a:hover { text-decoration: underline; } #content .navigation .navigation-previous { float: left; } #content .navigation .navigation-next { float: right; } /* Main - Sidebar */ #sidebar { float: left; width: 200px; font: normal 12px/18px Century Gothic, Helvetica, Arial, sans-serif; color: #000000; margin-bottom: 20px; } #sidebar a { color: #000000; text-decoration: underline; } #sidebar a:hover { text-decoration: underline; } /* Sidebar - Boxes */ #sidebar .sidebar-box { width: 200px; margin-bottom: 20px; } /* Sidebar - Titles */ #sidebar h3 { font: bold 14px/25px Century Gothic, Helvetica, Arial, sans-serif; color: #000000; width: 200px; height: 25px; background: url("images/sidebar_title.png") no-repeat left bottom; text-align: center; padding-bottom: 7px; } /* Sidebar - Menus */ #sidebar ul { margin: 0; padding: 5px 0 0 30px; list-style-type: none; } #sidebar ul li { color: #000000; font: bold 12px/24px Century Gothic, Helvetica, Arial, sans-serif; background: url("images/sidebar_menu.gif") no-repeat; padding-left: 20px; } #sidebar ul li a { color: #000000; text-decoration: none; } #sidebar ul li a:hover { text-decoration: underline; } /* Sidebar - Menus - Submenus */ #sidebar ul li ul { padding: 0 0 0 10px; } /* Sidebar - Forms */ #sidebar #searchform { margin: 0 auto; padding: 10px 0; width: 200px; text-align: center; } #sidebar #searchform #s { width: 150px; } /* Sidebar - Tables */ #sidebar #calendar_wrap { margin: 0 auto; padding-top: 5px; width: 144px; } #sidebar #calendar_wrap caption { font-weight: bold; } #sidebar #calendar_wrap tbody { text-align: right; } #sidebar #calendar_wrap tfoot #next { text-align: right; } #sidebar #calendar_wrap #today { font-weight: bold; } /* Sidebar - Texts */ #sidebar .textwidget { padding: 5px 5px 0 5px; } /* Footer */ #footer { margin-left: 280px; width: 600px; height: 15px; padding-bottom: 20px; background: url("images/footer.png") no-repeat; color: #000000; font: bold 7px/25px Verdana; text-align: center; } #footer a { color: #000000; }
Ach ja, die neue schrift sollte etwas "geschwungen" sein.
Danke
Tobi -
Hi, vielen danke, werd ich gleich mal schauen/probieren!!
Hmmm:
ALso die slideshow.php sieht so aus:
ZitatAlles anzeigen<!-- Begin slideshow -->
<?php query_posts('showposts=4'); ?>
<ul id="portfolio">
<?php while (have_posts()) : the_post(); ?>
<?php
$values = get_post_custom_values("image");
if (isset($values[0])) {
?>
<li><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><img src="<?php $values = get_post_custom_values("image"); echo $values[0]; ?>" alt="" /></a></li>
<?php } ?>
<?php endwhile; wp_reset_query(); ?>
</ul>
Wo muss man das ändern? habe dort wo die .php Datei liegt halt den Ordner "slideshow" wo die 4 Bilder drinliegen.
Danke Tobi -
Ok, das Problem ist wohl auch das mein Englisch nicht gerade das beste ist.
Vielleicht habe ich in der Anleitung ja auch was falsch verstanden?
Könnte wer nochmal drüberschauen?
Wie gesagt, habe:
- einen Ordner "slideshow" erstellt.
- und per ftp 4 Bilder reingeladen und umbenannt.
Danke
TObi -
Hallo das es bei mir als Hobbyfotogarf, immer mehr zu einem Fotoblog übergeht, hab ich mir das [COLOR=#000000]Theme[/COLOR] F8 Lite runtergeladen: WordPress › F8 Lite WordPress Themes
Nun hab ich das Problem das im [COLOR=#000000]Header[/COLOR], oder wie man es auch immer nennt, die Bilder nicht angezeigt werden.
Das hier steht in der Anleitung:
ZitatF8 Lite is a 950px wide, one column [COLOR=#000000]theme[/COLOR]. The archive and front page layout is built on a three column grid (310px wide with 10px gutters). We need to set up your default image and thumbnail sizes to allow for easy posting and consistent design structure. Click Settings - Miscellaneous and set your thumbnail size to 310px wide by 150px tall. Set your medium size images to 950px wide and 700px tall. For post thumbnails, paste in the [COLOR=#000000]url[/COLOR] to the 310px wide X 150 px tall thumbnail into the custom field, with key value "thumbnail". For slideshow images, paste in the [COLOR=#000000]url[/COLOR] to the 950px wide medium size image into the custom field, with key value "image". By default, the homepage slideshow shows only those posts with a custom field "image." The slideshow shows the most recent 4 posts in category 1. You could make this slideshow static, showing only those images specified by replacing the code on slideshow.php with something like the following:
Then, create a folder in your f8-lite [COLOR=#000000]theme[/COLOR] directory called "slideshow" and place four images (image1.jpg, image2.jpg, image3.jpg, image4.jpg) inside the folder. If you need additional instructi
Ich war jetzt wie folgt vorgegangen:
- Den Ordner "slideshow" erstellt.
- 4 Bilder über FTP in den Ordner kopiert + in image1.jpg - image4.jpg umbenannt.
Was mach ich falsch?
Woran kann es liegen, das die Bilder nicht angezeigt werden?
Danke
Tobi -
Jo, danke, werd mal ein wenig mit rumprobieren...
Im moment bin ich allerdings am rätzeln warum ein Template nicht so läuft wie ich es gern hätte... :confused::confused:
http://forum.wordpress-deutschland.org/allgemeines/43…me-f8-lite.html
Gruss
Tobi -
Moin, hmm.... echt schade, nach so einem Template hatte ich gesucht, nur das ich es nicht hinbekomme, das die diashow läuft...
Woran könnte es liegen?? Bin halt kein Programmierer und Pc Freak....
Hatte die Bilder einfach auf den Server geladen, in den Ordner "slideshow" den ich zuvor erstellt hatte. das ganzze habe ich per FTP gemacht, liegt da der Fehler, das ich nicht in der Datenbank hinterlegt ist?
Aber wie kann man denn bilder, in einen bestimmten ordner über WP hochladen?
hmm
Kann mir denn keiner weiterhelfen?
Danke
Tobi -
kann mir da keine von den WP experten weiterhelfen??
Wäre echt klasse....
danke
tobi -
Hallo das es bei mir als Hobbyfotogarf, immer mehr zu einem Fotoblog übergeht, hab ich mir das Theme F8 Lite runtergeladen: WordPress › F8 Lite WordPress Themes
Nun hab ich das Problem das im Header, oder wie man es auch immer nennt, die Bilder nicht angezeigt werden.
Das hier steht in der Anleitung:
Zitat<H3>Initial Setup
F8 Lite is a 950px wide, one column theme. The archive and front page layout is built on a three column grid (310px wide with 10px gutters). We need to set up your default image and thumbnail sizes to allow for easy posting and consistent design structure. Click Settings - Miscellaneous and set your thumbnail size to 310px wide by 150px tall. Set your medium size images to 950px wide and 700px tall. For post thumbnails, paste in the url to the 310px wide X 150 px tall thumbnail into the custom field, with key value "thumbnail". For slideshow images, paste in the url to the 950px wide medium size image into the custom field, with key value "image". By default, the homepage slideshow shows only those posts with a custom field "image." The slideshow shows the most recent 4 posts in category 1. You could make this slideshow static, showing only those images specified by replacing the code on slideshow.php with something like the following:
Then, create a folder in your f8-lite theme directory called "slideshow" and place four images (image1.jpg, image2.jpg, image3.jpg, image4.jpg) inside the folder. If you need additional instructions on uploading photos, inserting photo galleries and using the Wordpress interface, please view this [COLOR=#0c61b8]screencast[/COLOR].
</H3>
Habe mit also einen Ordner im Theme erstellt, 4 Bilder reingeschoben, umbenannt in image1.jpg usw.
Aber die Galerie erscheint nicht... hmmm
Woran kann es liegen??
Danke Tobi -
Ich muss mir das nochmal genauer anschauen, kann man für bestimmte User, nur bestimmte artikel bzw. seiten freigeben??
Danke
TObi -
Hi, danke für die Antwort, aber ich find da nix... nur was über Lightbox, aber ich möchte ja die Lightbox2 nutzen... !?!
-
Moin,
ich versuche mich gerade mal wieder ein wenig in html, leider ist es schon lange her, das ich das letzt malwas probiert habe.
Nun gut, habe eine einfache Seite erstellt, in der nur ein Bild gezeigt wird.
Da ich jetzt auf [COLOR=#ff0000]Google[/COLOR] [COLOR=#ff0000]Analytics[/COLOR] gestoßen bin, möchte ich dieses mal spasseshalber auf der Seite anwenden, laut [COLOR=#ff0000]google[/COLOR] soll es ja vor dem </body> [FONT=Verdana]eingefügt , werden, nun gut, gesagt, getan.[/FONT]
[FONT=Verdana]Leider kommt immer die Meldung:[/FONT]
Tracking-Status unbekannt (Letzte Überprüfung: PST.)
Der Tracking-Code von [COLOR=#ff0000]Google[/COLOR] [COLOR=#ff0000]Analytics[/COLOR] wurde auf der Startseite Ihrer Website nicht gefunden. Damit [COLOR=#ff0000]Analytics[/COLOR] funktioniert, müssen Sie oder Ihr Webadministrator jeder Seite Ihrer Website diesen Code hinzufügen.
[FONT=Verdana]Hier mal der Code:[/FONT]
HTML
Alles anzeigen<html> <head> <title>test</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <!-- ImageReady Slices (bild.ai) --> <p align="center"> <img src="imq/grafik.gif" width="456" height="400" alt=""> </p> <!-- End ImageReady Slices --> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "[URL="https://ssl/"]https://ssl[/URL]." : "[URL="http://www/"]http://www[/URL]."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> var pageTracker = _gat._getTracker("UA-xxxxxxx-1"); pageTracker._initData(); pageTracker._trackPageview(); </script> </body> </html>
Ich hoffe, ihr könnt ihr helfen?
danke
tobi
;%20?>/images/slideshow/image1.jpg)
;%20?>/images/slideshow/image2.jpg)
;%20?>/images/slideshow/image3.jpg)
;%20?>/images/slideshow/image4.jpg)