Danke Dir!
Werde es demnächst ausprobieren.
Was meinst Du mit "diese Klasse"?
Beiträge von moosmandl
-
-
Hallo,
habe seit längerem nicht mehr mi WP gearbeitet und muss jetzt viel Wissen nachholen.
Ich benutze jetzt Twenty Eleven und möchte den feinen Rand, der dort die Bilder umgibt, entfernen.
Entweder dauerhaft (über CSS , oder?) oder jedes mal bei jedem Bild, ist auch ok.
Um eine Anleitung dazu wäre ich sehr dankbar. -
Hallo,
bin bzgl. WP nichtsehr beschlagen, nutze es für eine Blog und fertig! ;-)Seit einiger Zeit sehe ich aber am Dashboard folgende Meldung, mit der ich aber kaum was anfangen kann.
Ich weiß nur, dass das Anklicken in der letzten Zeile anscheinend nichts gebracht hat.Könnt ihr mir bitte helfen?
Oder ist die Meldung auch total unwichtig?Danke im Voraus
Moosmandl -
Alles erledigt, in der Datei single.php war in der Titelzeile zuviel Text gerutscht
Woher und warum weiß ich nicht, aber egal.
-
Hallo,
das passiert immer wieder und ist nicht reproduzierbar, d.h. ich weiß nicht woher sowas kommt.
Leider bekomme ich es auch nicht weg.
Bin um jede Hilfe dankbar.
Danke!Z.B. hier:
http://www.kobler-margreid.com/blog/2010/06/16/weinraum-kobler/ -
hallo,
ich dachte, das ist alles aus dem von mir geposteten code ersichtlich.
den habe natürlich nicht ich erstellt, sondern er wird von slideshare zur verfügung gestellt.das problem habe ich übrigens nach langem basteln und probieren doch noch selbst gelöst.
es wird nämlich auch ein iframe-code von slide-share angeboten.
der ist kürzer und damit für mich einfacher anzupassen.HTML<iframe src="http://www.slideshare.net/slideshow/embed_code/8381723" width="340" height="284" align="left" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="margin-right:5px; margin-bottom:5px"></iframe>danke jedenfalls an alle, welche sich gedanken über eine lösung gemacht haben!
moosmandl -
danke, und wo überall?
der code ist komplex, es sind mehrere "style" vorhanden. -
ich vergaß, anbei der einbettungscode:
HTML<div style="width:425px" id="__ss_8375618"> <strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/armin_kobler/vuu-2011-dt" title="Vuu 2011 dt">Vuu 2011 dt</a></strong> <object id="__sse8375618" width="425" height="355"> <param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=vuu2011dt-110621070403-phpapp02&stripped_title=vuu-2011-dt&userName=armin_kobler" /> <param name="allowFullScreen" value="true"/> <param name="allowScriptAccess" value="always"/> <embed name="__sse8375618" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=vuu2011dt-110621070403-phpapp02&stripped_title=vuu-2011-dt&userName=armin_kobler" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed> </object> <div style="padding:5px 0 12px"> View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/armin_kobler">armin_kobler</a> </div> </div> -
hallo, habe im wp-blog eine eingebettete slideshare-präsentation und möchte, dass der text rechts an ihr vorbeifließt.
bei den bildern geht es ja recht einfach, aber wie macht man es mit anderen objekten als bildern?danke im voraus für die hilfe
moosmandl -
-
danke dir für die interessanten links.
aber das ganze wird viel zu aufwendig, wenn überhaupt möglich.
wollte nämlich "nur" dass in verschiedenen signaturen in foren z.b. der aktuellste blogbeitrag als verlinkte überschrift davon sichtbar ist.so, wie bei manchen eine aktuelle playlist der gerade gehörten musiktitel zu sehen ist.
naja, es wird auch ohne gehen.in jedem fall danke für die versuchte hilfe!
moosmandl -
danke!
möchte aber nur den titel.
kennst du etwa eine gute anleiung dazu?
bzw. kennst du eine beispielseite, wo das auch verwendet wird?mfg
moosmandl -
hallo,
hoffentlich frage ich in der richtigen forumsecke... ;-)ich möchte auf einer externen seite, dass der aktuellste wp-blogbeitragstitel gelistet und automatisch aktualisiert wird, am besten als originaltitel, mit dem blogbeitrag verlinkt.
d.h. praktisch nur einen klick vom blog entfernt.geht so was überhaupt und eventuell wie?
danke euch und wünsche euch trotz solcher fragen noch einen erholsamen sonntag!
moosmandl
-
passt perfekt jetzt.
ist doch ein spürbarer zugewinn an surfkomfort, wenn man nicht immer über die hauptseite zurückmuss, um in den beiträgen blättern zu können.ein herzliches dankeschön!
und wie gesagt, such dir was aus.lg
moosmandl -
natürlich nicht!
danke dir erstmals.für weitere hilfe, je nach möglichkeit, bin ich dir dankbar.
das fläschchen deiner wahl kannst du dir jedenfalls schon jetzt abholen.bis bald und gute nacht!
moosmandl -
hilfe!
was geht da schief? -
ja, die single-php:
PHP
Alles anzeigen<?php get_header(); ?> <div class="navigation"> <div class="alignleft"><?php previous_post_link('%link', '< vorheriger Beitrag/articolo precedente', FALSE); ?></div> <div class="alignright"><?php next_post_link('%link', 'nächster Beitrag/prossimo articolo >', FALSE); ?></div> </div> <div id="main"> <div id="content"> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <div class="post"> <h2 class="post-title"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h2> <p class="day-date">Geschrieben von <em><?php the_author_posts_link() ?></em> am <em><?php the_time('j. F Y'); ?></em> | Abgelegt unter <em><?php the_category(', ') ?></em> <?php edit_post_link(__('Bearbeiten')); ?></p> <div class="post-content"> <?php the_content('Den ganzen Beitrag lesen - Leggere l´intero post »'); ?> <?php wp_link_pages(); ?> <p class="post-tags"> <?php if (function_exists('the_tags')) the_tags('Tags: ', ', ', '<br/>'); ?> </p> <div class="related"> <h4><b>Ähnliche Beiträge - Post simili</b></h4> <p> <?php related_posts_by_category( array( 'orderby' => 'post_date', 'order' => 'DESC', 'limit' => 10, 'echo' => true, 'before' => '', 'inside' => '» ', 'outside' => '', 'after' => '<br />', 'rel' => '', 'type' => 'post', 'message' => 'Keine Treffer - Nessun risultato' ) ) ?> </p> </div> <p class="post-info"> <?php comments_number('Keine Kommentare »', '1 Kommentar »', '% Kommentare »'); ?> </p> <!-- <?php trackback_rdf(); ?> --> </div> <?php comments_template();?> </div> <?php endwhile; ?> <?php else : ?> <h2 class="center">Nichts gefunden.</h2> <p class="center">Es gibt leider keine Beiträge, die Deinen Kriterien entsprechen.</p> <?php endif; ?> <p align="center"><?php posts_nav_link() ?></p> </div> </div> <?php get_sidebar(); ?> <?php get_footer(); ?> -
ok
Code
Alles anzeigen/* Theme Name: CoffeeSpot Version: 1.3 Description: CoffeeSpot is yet another wordpress theme by <a href="http://wpthemepark.com" title="WP ThemePark">WP ThemePark</a>. Author: Sadish Bala Author URI: http://wpthemepark.com */ /* Header image courtesy of http://www.sxc.hu/photo/712538 */ /* Section: Body --------- */ body { margin: 0; padding: 0; font-family: Verdana,Tahoma, Arial, Serif; line-height: 1.5em; font-size: 10px; /* IE5 Win */ voice-family: "\"}\""; voice-family: inherit; font-size: 30px; /* easy scaling */ font-size: 0.76em; background:#f4f4f4 url(img/bg.gif) repeat-y center; color:#333; } /* Sub-Section: Body Paragraph and Links --------- */ p, li { margin: 0.5em 0 0.7em; line-height:1.3em; } a { text-decoration:none; } a:link { color: #a66349; border-bottom:none; background:none; } a:visited { color: #b7745a; border-bottom:none; background:none; } a:hover, a:active { border-bottom:#aba195 1px solid; background:#fffaf0; color: #993333; } abbr, acronym { font-style: normal; border-bottom: 1px dotted; } abbr[title] { cursor:help; } blockquote{ margin: 1em; padding: 1em; border-left: 2px solid #ccc; color:#666; } dl dt { font-weight:bold; margin:5px 0; } dl dd { padding-left:20px; display:inline; } fieldset { border:none; } img { border:#eeeee9 10px solid; } img.wp-smiley, img.noborder { border:none; } img.right { float:right; padding:5px; margin:0 1em 1em; } img.left { float:left; padding:5px; margin:0 1em 1em; } #rap { margin: 0 auto; padding:0; background:#fff url(img/sidebarbg.gif) repeat-y right; /* box model hack */ width: 780px; voice-family: "\"}\""; voice-family: inherit; width: 780px; } html>body #rap { /* be nice to Opera */ width: 780px; } /* Sub-Section: FONTS --------- */ h1,h2,h3,h4,h5,h6 { margin: 0; padding:0; font-family: 'Frutiger Linotype', 'Lucida Grande', 'Trebuchet MS', sans-serif; font-weight:normal; color: #567; } h2,h3 { line-height:1.3em; font-size: 1.4em; border-bottom:#eaeaea 1px solid; } /* Section: Positioning --------- */ #header { height: 165px; background:#130 url(img/2007-09-09_13-06-36.jpg) no-repeat right top; margin:10 auto; padding:0; } #header h1 { font-size:2.7em; font-weight:bold; margin:20px 0 0 15px; } #header h1 a:link,#header h1 a:visited { border-bottom:none; background:none; } #header h1 a:hover,#header h1 a:active { border-bottom:#fff 1px solid; background:none; } #header h4 { font-size: 1.5em; font-style:italic; margin: 15px 0 0 15px; padding:0; } #header * { color:#727272; } #main { float: left; width: 568px; padding: 0; margin: 0; } #main ul { margin:1em; padding:0; list-style:none; } #main ul li { list-style-image:url(img/glas_1.png); padding:3px 0; margin:0 1em; } .post { margin:0 0 20px 0; padding:10px 10px 0; background:url(img/weinglas3.jpg) no-repeat top left; } .post-title { margin-left:75px; } .post-title a:link, .post-title a:hover, .post-title a:visited, .post-title a:active { border-bottom:none; } .day-date { font-size: 0.9em; color: #999; padding: 3px 0; margin: 0 0 0 75px; } .day-date em { font-style:normal; color:#666; } .day-date a { border-bottom:none; } .post-content h4 { font-size:1em; font-weight:normal; margin:0; padding:0; font-family:Verdana, Arial, Serif; } .post-content h4 em { font-style:normal; float:right; font-weight:normal; } .post-info { font-size : 0.9em; color : #666; margin : 0; background:url(img/comments-small.gif) no-repeat left center; padding-left:12px; border-bottom:#eaeaea 1px solid; clear:both; } .post-info a { border-bottom:none; } .post-content { padding:10px; } #sidebar { float: left; width: 190px; padding:9px; line-height:1em; } #sidebar ul { list-style: none; } #sidebar form, #sidebar .block, #sidebar ul { margin:0; padding: 1em; font-size: 0.9em; background:#fff; } #sidebar ul ul { margin:0; padding:0; } #sidebar ul li { list-style-image:none; margin:0 0px; padding:0px 0; } #sidebar ul li ul li { list-style-image:url(img/arrow.gif); margin:0 10px; padding:3px 0; } #sidebar a { color: #80664D; text-decoration: none; border:none; } #sidebar a:visited { color: #80664D; } #sidebar a:hover { color: #60462d; border-bottom:1px solid; } #sidebar ul img { border:#459 1px solid; } #sidebar ul ul { margin:5px; font-size:1em; } #sidebar h2 { margin:20px 0 0 0; font-size: 1.3em; color: #fff; height:20px; border:none; font-variant:small-caps; font-weight:bold; padding:3px 10px; background:url(img/sideh_886b6d.gif) no-repeat top center; } #sidebar li h2 { background:none; color:#996666; border-bottom:#996666 1px solid; padding:0; margin:0; } #sidebar ul li.feed { list-style:none; background:url(img/feed.png) no-repeat left center; padding-left:10px; margin:0; } #footer { clear: both; margin:0 auto; background:#80261b; border:#8b4513 1px solid; color: #ddd; font-size: 0.9em; padding:5px; } #footer p { line-height: 1.1; } #footer strong { color:#fff; font-size:1.4em; } #footer ul { margin:0; padding:0; } #footer ul li { list-style:none; padding-left:15px; background:url(img/arrow.gif) no-repeat left center; } #footer div { float:right; width:25%; } #footer a { color:#ddd; text-decoration:none; border:none; } #footer a:hover { color:#fff; border-bottom:#886b6d 1px solid; background:none; } #comments, #respond{ margin: 2em 0 0 5px; } #commentform { margin:10px; padding:10px; } #rap .commentlist { margin: 0 1em; padding: 0; } .commentlist li { list-style:none; padding: 1em; margin:0.5em 0; background:#eeeee9; } .commentlist li.alt { background:#f4f4f4; } .commentlist li .cmtinfo { font-size:1em; } .commentlist li cite { font-style:normal; font-weight:bold; } .commentlist li .cmtinfo em { float:right; margin:0; padding:0; font-style:normal; font-size:0.9em; color:#999; } .nocomments { padding-left:10px; } fieldset{ border: none; } .field label{ display: block; } textarea{ width: 90%; height: 20em; border: 1px solid #ccc; background:#f4f4f4; } input.textbox{ border: 1px solid #ccc; background:#f4f4f4; } input.textbox:focus, textarea:focus { background:#f9f9f9; border:#aaa 1px solid; } /* Navigation */ #gnav { list-style:none; margin:0 auto; padding:0 0 3px 0; background:#80261b; border-bottom:#886b6d 0px solid; font-variant:small-caps; font-family:'Frutiger Linotype', 'Lucida Grande', 'Trebuchet MS', sans-serif; font-weight:bold; text-align:right; font-size:1.1em; } #gnav li { list-style:none; display:inline; margin:0; padding:0 10px; } #gnav li a:link, #gnav li a:visited { color:#ccc; text-decoration:none; padding:4px 0; border-bottom:none; background:none; } #gnav li a:hover, #gnav li a:active { border-bottom:#eee 2px solid; color:#fff; background:none; } #gnav li.current_page_item a:link, #gnav li.current_page_item a:visited, #gnav li.current_page_item a:hover, #gnav li.current_page_item a:active { border-bottom:#eee 2px solid; color:#fff; } /* Section: Misc --------- */ #header, #main,#content, #sidebar, #footer, .widget { overflow: hidden; } #spamfree_counter_wrap { margin:0 auto; } .alignleft {float: left;} .alignright {float: right;} -
ok, gemacht.
aber so richtig ist es noch nicht, oder? ;-) -
und wo genau?
die ist doch ziemlich gegliedert und ich will mir nichts zerschießen.{ braucht es keine?
sorry für mein unverständnis...