ah danke....das is es!
Beiträge von casagrande
-
-
Hallo,
ich habe auf dieser Seite auf der linken Seite ein Menü entdeckt (recht schwach zu sehen), dass beim Scrollen mitläuft. Soweit ich es googeln konnte macht man das über die CSS mit "fixed". GIbt es dafür ein Plugin, wo man nur noch die Parameter einstellen muss, wie Größe der Bilder, Links, Position des Feldes etc?
Würde mir sowas gerne für Social Bookmarks bauen.
Grüße
Casa -
keiner ne Idee ? *push*
-
das ist in unserem Theme Flash News von Woothemes integriert, kein plan wie es heisst :(
danke
-
Moin Moin,
wir habe auf unserem Blog eine Anzeige, welche 5 Artikel am häufigsten gelesen werden und damit quasi am beliebtesten sind. Da bei uns jetzt auch Artikel aus dem letzten Jahr ganz oben stehen, weil danach kein Artikel mehr so häufig gelesen wurde, ist meine Frage, ob man den Datenbankeintrag vielleicht einmal pro Woche oder alle 14 Tage auf 0 setzen kan?
Danke und gruß
casa -
Hi,
ich suche ein Plugin, mit dem es möglich ist von einem hochgeladenen PDF Dokument die Erste Seite in einem Beitrag oder einer Seite anzeigen zu lassen...Mit einem weiterlesen Button kommt man dann auch Seite 2 oder so ähnlich?
Über Hilfe freu ich mich wie immer.
Gruß Casa
-
Hallo,
die Schnäppchenseite preisjaeger.at hat ein Feature,genannt Quick Deal, bei dem ein User eine Kurze Message schreiben kann, die dann, nach der Moderation, auf der Seite erscheint.
Hab mir das eben nochmal angeschaut: prinzipiell haben registrierte Nutzer die Berechtigung bekommen einen Artikel zu schreiben (der moderiert wird), jetzt haben Sie aber nicht die komplette Schreiboberfläche mit der sie Blödsinn machen können, sondern lediglich ein Feld für Text, ein Feld für den Link zum Artikel und ein Feld für ein Bildlink.
Ich vermute der Userartikel wird automatisch einer bestimmten Kategorie (z.B. Quick Deal) zugordnet.
Jemand eine Idee wie man das am besten umsetzten kann?
Die Quick Dealz werden dann noch in der Sidebar auf der Hauptseite angezeigt, das ist natürlich sehr cool. Auch hier frag ich mich wie man das am besten umsetzten könnte?
Wenn jemand eine Idee hat, oder es dafür ein PlugIn gibt bin ich sehr dankbar.
gruß
casa -
dank Dir, bin ich natürlich nicht drauf gekommen, dass man die Werte auslagert...
-
-
Hi,
ich benutze das Gabi Wordpress Theme Xmascat und finde in der CSS einfach nicht die Stelle, wo ich die Linkfarbe in der Navigation ändern kann. Für den Hauptcotent hab ich es gefunden.
Code
Alles anzeigen/* .alignleft { float:left; margin:0 1em 1em 0; padding:0; } .alignright { float:right; margin:0 1em 1em 0; padding:0; } p { padding: 5px 0; } * { margin: 0; padding: 0; border: 0; } body { background: #dff1e1 url(images/kachel.jpg); color: #000000; font: 80% Verdana,Arial,Helvetica,sans-serif; text-align: center; padding:0.8em; } input, textarea { background: #f2faf7; color: inherit; border: 1px solid #d5e3d8; margin: 0 3px 3px 0; padding: .2em; } textarea { overflow: auto; } .absenden, #contactsubmit { background: transparent url(images/abs.jpg) no-repeat 0 0; color: #000000; padding-bottom: 5px; width: 104px; height: 25px; border: none; cursor: pointer; margin-top: 10px; } .absenden:hover { background: transparent url(images/abs.jpg) no-repeat 0 -25px; } .zentrieren { text-align: center; } .clear { clear: both; } /*---| Wrapper |---*/ #wrapper { width: 750px; background: url(images/content.jpg) repeat-y; margin: 0 auto; text-align: left; } /*---| Kopfbereich |---*/ #kopf { background: url(images/header2.jpg) no-repeat; height: 200px; text-align: center; } #kopf h1 { padding-top: 180px; } #kopf a:link, #kopf a:visited { color: #000000; background: #b8659b; text-decoration:none; } #kopf a:hover, #kopf a:active, #kopf a:focus { color: #000000; background: inherit; } #blogtitel { } /*---| Navigationsleiste |---*/ #sidebar { display: inline; width: 213px; margin: -14px 0 10px 0px; float: right; } #sidebar ul { margin-left: 25px; } #sidebar ul li { list-style-type: none; } #sidebar ul ul, #sidebar ul ul ul { margin: 0 0 0 0; padding: 0; } #sidebar li { padding:2px 5px 2px 0px; } #sidebar li li, #sidebar li li li { padding: 2px 5px 2px 0px; } #sidebar form { text-align: center; } #theme li { list-style-image: url(images/theme.gif); } #archives li { list-style-image: url(images/archiv.gif); } #pages li { list-style-image: url(images/page.gif); } #feed li.rss { list-style-image: url(images/feed.gif); } #kategorien li, .widget_categories li { list-style-image: url(images/kategorie.gif); } #links li { list-style-image: url(images/links.gif); } #letzte_beitraege li { list-style-image: url(images/letzte_beitraege.gif); } #meta li { list-style-image: url(images/register.gif); } #meta li.login { list-style-image: url(images/login.gif); } #meta li.valid { list-style-image: url(images/valid.gif); } #meta li.wp { list-style-image: url(images/wp.gif); } #meta li.xfn { list-style-image: url(images/xfn.gif); } #recent-posts { list-style-image: url(images/stift.gif); } #recent-comments { list-style-image: url(images/kommentar.gif); } .widget_rss li { list-style-image: url(images/rss.gif); } .widget_rss img { display: none; } #sidebar .widget_rss h2 a:link, #sidebar .widget_rss h2 a:visited { color: #000000; background: transparent; text-decoration: none; } #sidebar .widget_rss h2 a:hover, #sidebar .widget_rss h2 a:active, #sidebar .widget_rss h2 a:focus { color: #000000; background: transparent; text-decoration: underline; } /*--- | Inhaltsbereich - allgemeingültige Formatierungen |---*/ #content { width: 506px; padding: 0 10px; overflow: hidden; color: #000000; } #content a:link, #content a:visited { color: #996699; background: #fff; text-decoration:none; } #content a:hover, #content a:active, #content a:focus { color: #000000; background: #fff; } #content p { line-height: 1.4em; } #content ul, #content ol { margin: 5px 5px 5px 20px; } #content ul li { list-style-image: url(images/list.jpg); } #content h2 { font-size: 1.2em; } #content h3 { font-size: 1.1em; } #content h4 { font-size: 1.0em; margin: .8em 0; } #content blockquote { background: url(images/blockquote.jpg) no-repeat; padding: .3em; text-indent: 2.0em; margin: 10px; color: inherit; min-height: 34px; } #content q { font-style: oblique; } #content pre { margin: 10px; } #content code, #content pre { font-size: 1.2em; } #content acronym, #content abbr { border-bottom: 1px dashed #d5e3d8; cursor: help; } #content table { border-collapse: collapse; margin: 1.0em; } #content caption { font-weight: bold; margin: 1.2em 0 1.0em 0; } #content th { color: inherit; background: #f2faf7; border: 1px solid #d5e3d8; padding: .2em; } #content td { border: 1px solid #d5e3d8; padding: .2em; } #content img { padding: 4px; margin: .1em 0; border: 1px solid #d5e3d8; } #content img.wp-smiley, #content table img, #content #wp_grins img, /*entfernt die img-border um die Smilies im Kommentarbereich*/ #content #kommentare #wp_grins img { border: none; padding: 0; } /*---| Inhaltsbereich - Beiträge und Kommentare |---*/ .gravatar { float:right; padding: 3px; border: 1px solid #000; background: #fff; } .postgrav { float: right; padding: 3px; margin-right: 5px; margin-left: 5px; border: 1px solid #000; background: #fff; } #content .ueberschrift { text-align: center; } #content .beitrag { padding: 5px 5px 5px 10px; } #content .beitrag h2 { padding-bottom: 5px; } #content .datum { height: 64px; width: 58px; background: url(images/kalender.jpg) no-repeat; text-align: center; float: left; } #content .datum .monat { height: 16px; display: block; color: #fff; text-align: center; padding-top: 3px; } #content .datum .tag { font-size: 1.5em; padding-top: 4px; width: 58px; display: block; } #content .datum .jahr { width: 58px; display: block; } #content .beitragskopf { float: left; margin-left: 10px; width: 423px; border-bottom: 1px dotted #b1c8b4; } #content .text { clear: left; padding: 10px 0; } #content .beitragsinfo { font-size: 0.8em; } #content .beitragsinfo .kat { background: url(images/kategorie.gif) no-repeat; display: block; float: left; padding: 5px 0 5px 20px; width: 250px; } #content .beitragsinfo .komm { background: url(images/kommentar.gif) no-repeat; display: block; float: right; padding: 5px 0 5px 20px; width: 130px; } #content .beitragsfuss { border-top: 1px dotted #b1c8b4; border-bottom: 1px dotted #b1c8b4; padding: 5px 0; font-size: 0.8em; line-height: 1.3em; } #content .beitragsinfo .tag { background: url(images/tags.gif) no-repeat; display: block; float: right; padding: 5px 0 5px 20px; } #content .tags { margin: 1.5em 0; font-size: .8em; } #content p.keinkommentar { background: url(images/keinkommentar.gif) no-repeat; padding-left: 20px; } #content #kommentare { float: left; width: 466px; margin: 15px 35px 0px 15px; margin: 15px 35px 0px 15px; display: inline; padding: 0 5px; } #content #kommentare p { margin-bottom: 10px; } #content #kommentare .kom { background: url(images/kommentar.gif) no-repeat; padding-left: 20px; } #content #kommentare ol { margin: 10px 0; } #content #kommentare ol li { padding-bottom: 10px; } #content #kommentare h3.stift { background: url(images/stift.gif) no-repeat; padding: 0 0 10px 20px; } #content p.moderation { font-style: italic; color: #000000; background: inherit; } #content .kommentarmeta { font-size: 0.8em; } #content .kommentar, #content .autorenkommentar { padding: 5px; margin-bottom: 5px; } #content .kommentar { background: #9999CC; color: inherit; border: 1px solid #d5e3d8; } #content .autorenkommentar { border: 1px solid #eabba7; background: #9999CC; color: inherit; } #content .kommentar a:link, #content .kommentar a:visited{ background: #9999CC; color: inherit; } #content .autorenkommentar a:link, #content .autorenkommentar a:visited{ background: #9999CC; color: inherit; } #content .kommentar a:hover, #content .kommentar a:active, #content .kommentar a:visited, #content .autorenkommentar a:hover, #content .autorenkommentar a:active, #content .autorenkommentar a:visited { background: #9999CC; color: inherit; } #content .kommentar:hover, #content .autorenkommentar:hover { background: #9999CC; color: inherit; } #content .kommentar blockquote, #content .autorenkommentar blockquote { border:none; text-indent: 0; margin: 0; min-height: 24px; } #content .bearbeiten { } /*---| Seitennavigation |---*/ .navigation { text-align: center; margin: 15px; font-size: .8em; } .next { float: left; text-align: left; width: 50%; } .prev { float: right; text-align: right; width: 50%; } /*---| Fuss |---*/ #fuss { background: url(images/footer.jpg) no-repeat; clear: both; padding-top: 30px; height: 55px; font-size: 0.8em; text-align: center; } #fuss a:link, #fuss a:visited { color: #000000; background: transparent; text-decoration:none; } #fuss a:hover, #fuss a:active, #fuss a:focus { color: #000000; background: transparent; } /*---| Suchen |---*/ #searchform { } #searchform #s { background: #f2faf7; border: 1px solid #d5e3d8; color: inherit; font-weight: normal; } #searchform #s:hover { cursor: default; } #searchform input { border: 0; background: transparent; color: inherit; font-weight: bold; } #searchform input:hover { cursor: pointer; }(musste bisschen code löschen weil sonst die Message zu lang wär)
Zudem hab ich das Problem, dass teilweise die Visuelle ansicht nicht mehr funktioniert wenn ich eine Seite ändern möchte. Gleiches Porblem hatte ich auch schon beim editieren von Beiträgen, konnte ich aber durch abschalten des Gravatar Plugins beheben.
Für Hilfe bin ich sehr dankbar.
casa
-
hat jemand ein ähnliches Problem? Hab jetzt auch mal in die Datenbank geschaut, aber keine massen an post_id mit der Referenz "0" entdeckt....?
-
Hallo,
wenn ich einen Beitrag veröffentlichen will bekomm ich immer einen Aufruf ob ich folgendes Skript weiter ausführen möchte wp-includes/js/jquery/jquery.js?ver=1.2.6:11 , drücke ich auf "weiter ausführen" wird der Beitrag normal veröffentlicht, jedoch dauert der ganze Spass einige Zeit ca. 1-2 minuten um einen Beitrag zu veröffentlichen. Habe dazu folgendes gefunden, jedoch ist mein Englisch nicht so perfekt, dass ich es so gut verstehe, dass ich die Änderung ohne Absicherung durchführn will.
erste idee war:
ZitatI found the problem with my site was that on writing a NEW post (not editing an existing one) there was a script that was loading the post meta for EVERY post-id in the whole database. In my case about 30,000 records. This killed the system. What I did was prevent the load of post meta by modifying the wp-admin\edit-form-advanced.php and removing the load of the custom fields meta.
<?php
$metadata = has_meta($post->ID);
list_meta($metadata);
?>
This fixed the problem and it loads very quickly now. May not be elegant but then again neither is loading every post in the meta!könnte ich machen, in dem beitrag kam jedoch später ein einwand und folgende Lösung:
ZitatI went into my database to look at the metadata in a bit more detail. In the postmeta table, I noticed there were reams and reams of entries with post_id reference '0'. This suggested to me that it was actually these posts' meta (rather than ALL posts' meta) that were being pulled into the custom fields because they had no specific post id, so they acted like a wildcard.
Soooo... I deleted them all by hand. An absolute ball-ache, but as I'm new to all this, it was the only way (a search query threw up nothing).
After checking that there were no '0' post_id'd entries left, I backed it all up again, checked my site to see if any of the custom field-related items were affected (they weren't), re-added the code Gary took out of edit-form-advanced.php and checked the Write Post once again. No renegade custom fields. Checked the Manage Posts again, and the custom fields were back.
I don't want people to see this as 'the answer' because I really am a novice at databases and wouldn't want to put false information out there. But this did work for me, and I think its quite important because using Gary's hack will mean that a wrongly-entered custom field will disappear into the database, and potentially cause problems if you can't edit it from the post page itself.
versteh ich schon weniger??die komplette Diskussion gibts hier
freue mich über hilfe, denn die ladezeiten machen mich kirre
-
Hi,
wir benutzen das Woo Theme Flash News, welches ein Featured Article Karusell enthält. Dieses verwenden wir auch ganz gerne, jedoch gibt es einige Fragen dazu. Ein Problem ist es, dass wenn wir einen Artikel in die "Featured Artikel Kategorie" und noch in eine normale Kategorie packen, der Beitrag nur im Karusell angezeigt wird, nicht aber zusätzlich noch ganz normal auf dem Blog. Weiterhin würde ich gerne die Slide Zeit verlängern, mir springen die Artikel zu schnell um. Jemand eine Idee?
danke
casa -
also ich hab es immer noch nicht hinbekommen, nur das das Logo bis an die Suchbox rangeht, jedoch nicht das es hinter dieser langgeht...? Jemand ne Idee
-
kleine Ergänzung folgendes hab ich gefunden, klappt abe rnicht so wirklich, falls ich es richtig verstanden hab.
ZitatBest thing to do would be to create a background image for the header div. Its max width should be 960 pixels to fit the rest of the page. You could then alter the height of the header from 109 pixels to 250 pixels if that is the height you want it.
So you header div would read something like this:
#header{
height: 250px;
background: url(images/header-background-image.png) no-repeat;
} Then replace the default logo with your logo and make sure it is a transparent png or gif so that it looks like it is part of the header image whilst still being clickable.Der Code aus der style.css
Code
Alles anzeigen/*=== Header ===*/ #header{ background: url(images/header-bgr.gif) no-repeat top; height: 128px; } #header .spacer{ color: #a0a09b; float: right; font-size: 11px; padding: 40px 23px 0 0; text-align: right; width: 223px; } #header .spacer p{ clear: both; } /*- Logo -*/ #header h1{ margin-top:23px; background: url(images/logo.gif) no-repeat; float: left; text-indent: -9999px } #header h1 a{ display: block; height: 105px; width: 700px; } #header h1 a:hover{ text-decoration: none; -
hier kommt die Lösung.....
PHP<div id="rss"> "" ) { echo get_option('woo_feedburner_url'); } else { echo get_bloginfo_rss('rss2_url'); } ?>"><img src="<?php bloginfo('template_directory'); ?>/images/ico-rss.gif" alt="RSS" /> <a href="http://twitter.com/USERNAME"><img src="http://url-to-twitter/img.gif" alt="" /></a> </div><!--/rss -->hiermit bindet man das Vögelchen ein (header.php), dann zerhaut es einem aber leider das Templat, so muss man in der style.css noch an folgenden Parametern drehen.
-
Hi, ich bin es nochmal....
mein Header hat auszugsweise folgenden Code:
PHP
Alles anzeigen</div> <!--/top--> <div id="page"> <div id="header"> <h1 <?php if ( get_option('woo_logo') <> "" ) { ?>style="background: url(<?php echo get_option('woo_logo'); ?>) no-repeat !important;"<?php } ?>><a href="<?php echo get_option('home'); ?>/" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a></h1> <div class="spacer"> <form method="get" id="searchform" action="<?php bloginfo('home'); ?>/"> <div id="search"> <input type="text" value="Suchbegriff eingeben" onclick="this.value='';" name="s" id="s" /> <input name="" type="image" src="<?php bloginfo('template_directory'); ?>/images/btn-search.gif" value="Go" class="btn" /> </div> <!--/search --> <p>Abonnieren: <a href="<?php if ( get_option('woo_feedburner_url') <> "" ) { echo get_option('woo_feedburner_url'); } else { echo get_bloginfo_rss('rss2_url'); } ?>">Posts</a> / <a href="<?php bloginfo('comments_rss2_url'); ?>">Comments</a> / <a href="http://www.feedburner.com/fb/a/emailverifySubmit?feedId=<?php $feedburner_id = get_option('woo_feedburner_id'); echo $feedburner_id; ?>" target="_blank">Email</a></p> </form> </div> <!--/spacer--> </div> <!--/header -->Mein Problem ist, dass ich gerne das Hintergrundbild im Header über die komplette Breite hätte, die Suchfunktion aber stehen bleibt, also das Bild quasi dahinter lang läuft. Weiss jemand wie das geht? Es ist nur ne Testseite für das neue Theme, wer aber sich die Problematik ansehen möchte, hier is die Seite :-)
-
Hallo,
ich habe bei meinem Theme oben so ein schönes RSS-Feed Symbol, abgesehen davon das ich noch kein Plugin für Twitter habe, möchte ich gern neben dieses RSS-Feed Symbol son Twitter Symbol (Vögelchen oder so) haben. Folgener Code ist das RSS Symbol
PHP<div id="rss"><a href="<?php if ( get_option('woo_feedburner_url') <> "" ) { echo get_option('woo_feedburner_url'); } else { echo get_bloginfo_rss('rss2_url'); } ?>"><img src="<?php bloginfo('template_directory'); ?>/images/ico-rss.gif" alt="RSS" /></a></div><!--/rss --> </div>Wenn ich den Code Kopiere und einfach nochmal dadrunter packe, ist ein zweites RSS Symbol da, jedoch bisschen versetzt auf dem alten.
Jemand ne Idee?
-
hi, ich habs grad gefunden, ich musste den Cache Ordner des Themes auf 777 setzen, dank dir trotzdem, jetzt gehts
-
Hi,
hat jemand von Euch ein Wootheme? Bzw. kennt sich jemand gut damit aus. Ich habe das Theme Flash News und dieses hat oben einen Kasten für Featured News, desweiteren kann man dem Artikel ein Bild durch eine spezielle Funktion des Themes zuordnen , dass dann immer in der selben größe angezeigt wird...Dazu muss man lediglich den Link zum Bild angeben. Jedoch tauchen bei mir die Bilder grundsätzlich nicht auf , nicht bei den Features News und auch nicht bei den normalen Artikeln. Jemand nen Rat?
Hier könnt ihr gucken was ich meine, ist nur der Testblog um das neue Theme auszuprobieren