Danke viel mal hat wunderbar geklappt :-D
Beiträge von Gameking
-
-
Hei Leute, ich brauche mal wieder erure Hilfe (schon wieder :( )
Also ich habe folgendes Problem:
Ich habe mir ein Theme mit Dreamweaver gebastelt, und dieses dann mit diser Anleitung: #1 Eigenes WordPress Theme / Template erstellen - Tutorial - HowTo at webworkBlog.net
In ein Wordpress Theme umgewandelt.Das Problem ist jetz, das wenn man auf meine Internetseite: The-Lars.ch geht mann nichts auser den Background sieht.
Hab schon die ganze zeit gesucht, jedoch nichts gefunden, kann mir jemand sagen an was das liegt?
Hier noch die index.php:
PHP
Alles anzeigen<?php get_header(); ?> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <table border="0" cellpadding="0" cellspacing="0" class="content-top" style="width: 641px; height: 180px;"> <tbody> <tr> <td> <h1 align="center"> </h1> <h1 align="center"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php printf(__('Permanent Link to %s', 'kubrick'), the_title_attribute('echo=0')); ?>"><?php the_title(); ?></a></h1> <p align="center"><?php comments_popup_link('0 Kommentare', '1 Kommentar', '% Kommentare'); ?> | ?php the_category(', ') ?></p> <p> </p> <br> </td> <td width="140"> <h2> </h2> <h2><strong><?php the_time('d.m') ?></strong></h2> <h3><?php the_time('Y') ?></h3> </td> </tr> </tbody> </table> <table border="0" cellspacing="40" cellpadding="0" background="http://the-lars.ch/wp-content/themes/blue/images/content-mitte.jpg" width="641"> <tbody> <tr> <td> <?php the_content(__('Den rest des Eintrages anzeigen', 'kubrick')); ?> </td> </tr> </tbody> </table> <table width="641" border="0" cellspacing="0" cellpadding="0"> <tbody> <tr> <td><img src="http://the-lars.ch/wp-content/themes/blue/images/content-footer.jpg" alt="Content-footer" width="640" height="59"></td> </tr> </tbody> </table> <p> </p> <p> </p> <?php endwhile; ?> <p> </p> <?php next_posts_link('� vorherige Seite') ?> - <?php previous_posts_link('n�chste Seite �') ?> <p> </p> </td> </tr> </tbody> </table> <?php else : ?> <table border="0" cellpadding="0" cellspacing="0" class="content-top" style="width: 641px; height: 180px;"> <tbody> <tr> <td> <h1 align="center"> </h1> <h1 align="center">Sorry</h1> <p align="center"></p> <p> </p> <br> </td> <td width="140"> <h2> </h2> <h2><strong></strong></h2> <h3></h3> </td> </tr> </tbody> </table> <table border="0" cellspacing="40" cellpadding="0" background="content-mitte.jpg" width="641"> <tbody> <tr> <td> <h2 class="center"><?php _e('Not Found', 'kubrick'); ?></h2> <p class="center"><?php _e('Sorry, du suchst nach einem Eintrag der nicht Existiert!', 'kubrick'); ?></p> <?php include (TEMPLATEPATH . "/searchform.php"); ?> </td> </tr> </tbody> </table> <table width="641" border="0" cellspacing="0" cellpadding="0"> <tbody> <tr> <td><img src="http://the-lars.ch/wp-content/themes/blue/images/content-footer.jpg" alt="Content-footer" width="640" height="59"></td> </tr> </tbody> </table> <p> </p> <p> </p> </td> </tr> </tbody> </table> <?php endif; ?> <?php get_sidebar(); ?> <?php get_footer(); ?>Danke schonmal im Voraus
EDIT:
Wordpress Version ist 2.6
An den Plugins kanns ned liegen, habe es auch ohne Plugins Probiert. -
Danke für die Schnelle Antwort, jedoch geht es nicht. DEr Rahmen ist immer noch da.
Könnte es etwas mit Lightbox2 zu tuhn haben?
-
Hei Leute brauche wieder einmal eure Hilfe :?
Habe folgendes Problem: auf meinem Theme werden die Bilder mit einem Rahmen angezeigt, möchte sie aber ohne haben, in der style.css habe ich auch schon folgendes Probiert:Hat aber ned geklappt...
Hoffe mir kann jemand helfen.
Hier die Style.css:
Code
Alles anzeigen/* Theme Name: Resushirschfarm.ch Theme URI: http://resushirschfarm.ch Description: Resuhirschfamr.ch Version: 1.0 Author: Author URI: License: GPL */ @charset "utf-8"; .tabelle-top { background-image: url(http://www.resushirschfarm.ch/wp-content/themes/gotti/images/header.jpg); background-repeat: no-repeat; border-top-width: 2px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #000000; border-right-color: #000000; border-bottom-color: #000000; border-left-color: #000000; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px; } .sidebar { background-image: url(http://www.resushirschfarm.ch/wp-content/themes/gotti/images/sidebar.jpg); background-repeat: no-repeat; list-style-position: outside; list-style-type: disc; line-height: 10px; } .tabelle-text { border: thin dashed #330000; color: #666666; background-image: url(http://www.resushirschfarm.ch/wp-content/themes/gotti/images/hirsch.jpg); background-repeat: no-repeat; background-position: bottom right; } .tabelle-text-2 { border: thin dashed #330000; color: #666666; } a:link { color: #000066; text-decoration: none; } a:visited { color: #000066; text-decoration: none; } a:hover { color: #000066; text-decoration: none; } a:active { color: #000066; text-decoration: none; } a.h2:link { color: #000066; font-weight: bold; text-decoration: none; line-height: normal; font-size: 24px; font-style: italic; } a.h2:visited { color: #000066; font-weight: bold; text-decoration: none; line-height: normal; font-size: 24px; font-style: italic; .alignright { float: right; } .alignleft { float: left }und hier die Seite: Resushirschfarm.ch
-
Juhu Supe :mrgreen:
Danke viel mal!!! -
Sorry hab ich vergessen zu sagen:?
Also hier ist die Seite: Test-area
Ich denke es liegt an dem theme, den mit dem Standart Tehem geht es.
Danke schon mal...
-
Hei Leute
Hab das Plugin Light Box2 Installiert (http://wordpress.org/extend/plugins/lightbox-2/)
Jedoch läuft das auf meinem Theme ned, denke das das was mit der Style.css zu tun hat?Kann mir bitte jemand helfen das Plugin in den ganng zu kriegen?
Hier die css Datei:
Code
Alles anzeigen/* Theme Name: Resushirschfarm.ch Theme URI: http://resushirschfarm.ch Description: Resuhirschfamr.ch Version: 1.0 Author: Lars Bättig Author URI: http://the-lars.com License: GPL */ @charset "utf-8"; .tabelle-top { background-image: url(http://www.pspworld.ch/test-area/wp-content/themes/gotti/images/header.jpg); background-repeat: no-repeat; border-top-width: 2px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #000000; border-right-color: #000000; border-bottom-color: #000000; border-left-color: #000000; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px; } .sidebar { background-image: url(http://www.pspworld.ch/test-area/wp-content/themes/gotti/images/sidebar.jpg); background-repeat: no-repeat; list-style-position: outside; list-style-type: disc; line-height: 10px; } .tabelle-text { border: thin dashed #330000; color: #666666; } a:link { color: #000066; text-decoration: none; } a:visited { color: #000066; text-decoration: none; } a:hover { color: #000066; text-decoration: none; } a:active { color: #000066; text-decoration: none; } a.h2:link { color: #000066; font-weight: bold; text-decoration: none; line-height: normal; font-size: 24px; font-style: italic; } a.h2:visited { color: #000066; font-weight: bold; text-decoration: none; line-height: normal; font-size: 24px; font-style: italic; -
cool Danke dir vielmasl, hat super geklappt :) xD
-
Hei Leute!
Ich habe ein Problem, und weis nicht wie beheben:
Hier ist mein Blog: iPhoneTutorials.ch - Touch the Phone!
So das Problem ist das wenn man auf einen Link geht mit der Maus kommt so ein Feld, welches den Namen des Links und den genzen URL Pfad zeigt, kann ich das ausschalten bzw aus der Style.css löschen?Hier die CSS Datei:
CSS
Alles anzeigen/* Theme Name: Au Pair Template Theme URI: http://www.ilemoned.com/wordpress/wptheme-greenery-20/ Description: fresh,travel,orange Version: 1.0 Author: ritman Author URI: http://www.ritman.de */ /********** * Basic * ***********/ body { margin: 0; padding: 0; background: #282828; font-size: 62.5%; /* Resets 1em to 10px, do NOT modify this! */ font-family: "Lucida Grande", Verdana, Arial, Sans-Serif; color: #000000; text-align: center; } p { line-height: 1.5em; margin: 1.2em 0; } ol, ul { line-height: 1.5em; margin: 1.2em 0 1.2em 2em; padding: 0 0 0 15px; } ol { padding: 0 0 0 20px; } h1, h2, h3, h4, h5, h6 { margin: 1.2em 0; font-family: "Trebuchet MS", Tahoma, Arial, Sans-Serif; color: #000000; } h1 { font-size: 2em; } h2 { font-size: 1.8em; } h3 { font-size: 1.6em; } h4 { font-size: 1.4em; } hr {/* to be styled */} a:link, a:visited { color: #636363; text-decoration: none; } a:hover, a:active { text-decoration: underline; } input, textarea, select { border: 1px solid #434242; background: #FFFFFF; color: #000000; font-size: 1.1em; font-family: Tahoma, Arial, Sans-Serif; } input, textarea { background: #f8ffe5 url(images/inputbg.gif) repeat-x top; } .button { background: #f8ffe5 none; } blockquote { margin: 0 20px; padding: 0 10px 0 25px; border-left: 3px solid #282828; } code { font-family: monospace; color: #666; } form, img, img a { margin: 0; padding: 0; border: 3; bordercolor: #FFFFFF; } .small { font-size: 0.9em; color: #999; } .alignleft { float: left; margin-right: 10px; clear: left; } .alignright { float: right; margin-left: 10px; clear: right; } /*********** * Layout * ************/ #wrapper { width: 768px; margin: 0 auto; padding: 0; background: #282828; text-align: left; /* font-size: 1.2em !important; */ /* Enable this line if you're blogging in Asian languages and is using firefox. */ font-size: 1.1em; overflow: hidden; } #map { float: left; margin: 0 0 0 14px; padding: 0 15px; width: 768px; display: inline; border: 4px solid #D46E00; border-left: 4px solid #D46E00; border-bottom: 4px solid #D46E00; background: #FFFFFF; overflow: hidden; } #content { float: left; margin: 0 0 0 14px; padding: 0 15px; width: 472px; display: inline; border: 4px solid #434242; border-left: 4px solid #434242; border-bottom: 4px solid #434242; background: #FFFFFF; overflow: hidden; } #pages #auhorsprofil { float: left; margin: 0 0 0 0px; padding: 0 5px; width: 472px; background: #F8B93C; overflow: hidden; } #login { float: left; margin: 0 0 0 0; padding: 0 0; width: 472px; background: #F8B93C; overflow: hidden; } .widgettitle { } #authorimage { padding: 4px; border: 1px solid #FD7700; } #sidebar { float: right; margin: 0 14px 0 5px; padding: 10px 0 20px 0; width: 212px; border: 4px solid #434242; border-right: 4px solid #434242; border-bottom: 4px solid #434242; background: #FFFFFF; display: inline; overflow: hidden; } /*********** * Header * ************/ #header { height: 255px; margin: 0 0 10px 0; padding: 0; background: url(images/header.jpg) no-repeat top center; } #header h1 { margin: -150px 0 0 30px; font-size: 1.4em; } #header h1 a { color: #fff; } /* Navigation Menu */ ul.menu { margin: 0 0 0 0; padding: 0; text-align: right; } ul.menu li { margin: 0 2px; display: inline; } ul.menu, ul.menu li a { padding: 215px 15px 0px; } ul.menu li a { margin: 0; font-family: Verdana, Helvetica, Arial, Sans-Serif; font-weight: bold; color: #000000; } ul.menu li a:hover { text-decoration: none; color: #fff; } ul.menu li.current_page_item a, ul.menu li.current_page_item a:link, ul.menu li.current_page_item a:hover { background: none; text-decoration: none; color: #fff; } /************ * Sidebar * *************/ #sidebar h2 { display: inline; margin: 0 0 0 10px; padding: 10px 0 0 0; border-bottom: 1px dotted #000000; font-size: 1.2em; font-weight: bold; color: #000000; } #sidebar ul { margin: 0; padding: 0; list-style-type: none; } #sidebar ul li { margin: 0; padding: 0 0 15px 0; display: block; } #sidebar ul li a { display: inline; } #sidebar p, #sidebar ul ul { margin: 10px 0 0 0; padding: 0 10px; } #sidebar ul ul { background: none; } #sidebar ul ul ul { margin: 0; padding: 0; background: none; } #sidebar ul ul li { padding: 0 0 0 12px; background: url(images/indicator.gif) no-repeat 0 3px; } /* Customizing Sidebar */ #sidebar #sb-posts li { /* background: url(images/*.gif) no-repeat 0 2px; */ } #sidebar #sb-blc li { /* background: url(images/*.gif) no-repeat 0 2px; */ } #sidebar #sb-grc li { /* background: url(images/*.gif) no-repeat 0 2px; */ } #sidebar #sb-feeds li { /* background: url(images/*.gif) no-repeat 0 2px; */ } #sidebar #sb-cates li { /* background: url(images/*.gif) no-repeat 0 2px; */ } #sidebar #sb-archives li { /* background: url(images/*.gif) no-repeat 0 2px; */ } #sidebar #sb-misc li { /* background: url(images/*.gif) no-repeat 0 2px; */ } #sidebar #s { margin: 0; width: 120px !important; width: 128px; } /************ * Entries * *************/ .post {/* To be styled */} .posttitle { margin-bottom: -8px; padding: 0 0 0 2px; width: 100%; color: #000000; overflow: auto; } .posttitle a { padding: 0; } .posttitle a:link, .posttitle a:visited { color: #000000; } .posttitle a:hover, .posttitle a:active { color: #000000; text-decoration: underline; } .postmeta { border: 1px solid #434242; background: #FFFFFF; padding: 0 5px !important; /* Fuck Firefox! */ padding: 0 5px 1px 5px; font-family: Verdana; font-size: 0.9em; color: #000000; } .postmeta a { color: #000000; } .postentry { width: 100%; margin: 0; padding: 0 2px; text-align: left; color: #000000; clear: both; } .postentry a:hover { text-decoration: underline; } /* .img in the post */ .postentry img { padding: 4px; border: 1px solid #FD7700; } img.noborder { padding: 0; border: none; } img.wp-smiley { border: none; } .postfeedback { text-align: right; } /* Page Navigation */ .pagenav, .pagenav-alt { float: left; margin: 10px 0; padding: 0 5px 1px 5px; border: 1px solid #ecf4d9; background: #FFFFFF; font-family: Verdana; font-size: 0.9em; } .pagenav-alt { width: 460px; text-align: right; } /* Tags & del.icio.us */ .utwtags { padding: 5px 0 0 18px; clear: both; } .utwtags a { color: #70b000; } .delicious { padding: 5px 0 0 18px; background: url(images/delicious.gif) no-repeat left bottom; clear: both; } .delicious a { color: #70b000; } .delicious a:hover { color: #679bf1; } .commentslink { /* padding: 0 0 0 15px; font-family: Verdana, Arial, Sans-Serif; background: url(images/comments.gif) no-repeat left center; */ } /************* * Comments * **************/ #commentlist { margin: 1.2em 0; padding: 0; list-style-type: none; } #commentlist li { margin: 10px 0; border: 1px solid #434242; padding: 1px 20px; background: #FFFFFF; color: #000000; } h3.commenttitle { margin: 14px 0 0 0; font-family: "Lucida Grande", Verdana, Arial, Sans-Serif; font-size: 1em; color: #000000; } .commentmeta { margin: 4px 0 0 0; font-family: Verdana, Arial, Sans-Serif; font-size: 0.9em; color: #000000; } .commentmeta a:link, .commentmeta a:visited, .commentmeta a:hover, .commentmeta a:active { color: #000000; } #commentlist hr { width: 100%; height: 1px; color: #FFCC00; } /* Profilebox */ #profilebox { margin: 10px 0; border: 1px solid #BC6900; padding: 1px 20px; background: #FFCC00; color: #000000; } #imgAuth { margin: float: right; 10px 0; border: 4px solid #BC6900; padding: 1px 20px; background: #FFCC00; color: #000000 } /* Comment Counter */ .commentcounter { float: right; height: 30px; /* IE hack */ margin: 15px 0 0; padding: 5px 0 0; color: #000000; font-family: 'Century Gothic', Verdana, Sans-Serif; font-size: 3em; font-style: italic; font-weight: bold; } #commentlist .adminreply .commentcounter { color: #000000; } #commentlist .adminreply { background: #FFFFFF; } /* Gravatar */ .commentgravatar { float: left; margin: 12px 6px 0 0; padding: 0; } img.gravatar { padding: 1px; border: 1px solid #ddd; } input#author, input#email, input#url { width: 200px; height: 16px; padding: 1px 5px 0; } textarea#comment { width: 460px; height: 190px; padding: 5px; }Kann mir bitte einer helfen?
THX schon mal ;) :D
-
Ich dachte das man das irgendwo in WP einstellen kann ohne den Queltext zu verändern.
aber danke euch. -
So habe ich es eingerichtet.
Jetz möchte ich die überschrieft ändern. -
ich meine den text der beim Titel angezeigt wierd.
ich benutze ein ganz einfaches Theme welches auf der Hauptseite einfach nur die Titel anzeigt. -
Hei Leute !
wie kan ich den Titel text kleiner machen???
THX schon mal -
Ok das hat schon mal geklappt.
Gibt es auch eine Möglichkeit das ich nicht immer die wp-mail.php seite aufrufen muss?
-----Edit-------
achso ok habs begrieffen ich muss die cronjobs nehmen.
THX noch mal -
Also hi erstmal!
ich möchte gerne einen neuen eintrag in meinen Blog mit e-mal machen nur geht das nicht.
Ich habe einen POP3 server und alle angaben richtig.
Muss ich irgendetwas beim Port ändern??
THX schon mal im Foraus