ok das ist ein erster step. jetzt habe ich eine taglist als unordered list zeilenweise. wie schaffe ich es (css magic ?), die listenelemente in einer zeile (bzw mit umbruch 2 oder 3) zu formatieren ?
danke !!
Um schreiben oder kommentieren zu können, benötigen Sie ein Benutzerkonto.
Sie haben schon ein Benutzerkonto? Melden Sie sich hier an.
Jetzt anmeldenHier können Sie ein neues Benutzerkonto erstellen.
Neues Benutzerkonto erstellenok das ist ein erster step. jetzt habe ich eine taglist als unordered list zeilenweise. wie schaffe ich es (css magic ?), die listenelemente in einer zeile (bzw mit umbruch 2 oder 3) zu formatieren ?
danke !!
hallo, ich würde gerne auf http://janreinhardt.com eine tagliste ausgeben. mit meinem praktischen hausfrauenwissen bekomme ich das nicht so recht hin.
was ich geschafft hab, ist der funktionsaufruf für eine tag cloud - ich will aber keine wolke !
welche funktion mit welchen argumenten muss ich aufrufen, wenn ich statt der wolke eine liste (gerne auch mit den gewichten der einzelnen tags, so wie in der wolke mit verschiedenen schriftgrössen) möchte ?
danke !
danke chef !!
sorry das geht nicht ! es muss inline-css sein, weil die style.css von meinem theme dynamisch generiert wird.
wie sähe das als inline-css aus ?
ah ich wollte übrigens keinen rahmen, sondern abstand (!) 1px (bzw. 2px) zwischen den einzelnen badges, damit sie nicht so zusammenklumpen !
danke !
hallo leute,
ich möchte in meiner sidebar die formatierung meiner 80*15-badges ändern.
dazu möchte ich inline-css verwenden, allerdings habe ich es nach ewigem probieren (noob) nicht geschafft, 1px links/rechts sowie 1px oben/unten rand hinzuzufügen. (momentan sehen die badges recht hässlich aus...)
könnt ihr euch das mal kurz angucken bitte ?!
DANKE !
mhh ok, aber wenns das halt nicht ist im endeffekt ?? gibts eine SICHERE methode, herauszufinden ob meine pings korrekt gesendet werden ??
moin leute,
es scheinen ja mehrer das problem zu haben... gibts ne lösung ??
ich bin der meinung, dass mein ping service nicht geht. mein letzter eiintrag erscheint nicht bei technorati, obwohl direkt gepingt werden sollte.
gibts eine möglichkeit, dass noch anderes zu überprüfen (positiv / negativ zu verifizieren ?) ?
in meinem ping-feld stehen:
http://rpc.technorati.com/rpc/ping/
http://rpc.pingomatic.com/
http://xmlrpc.blogg.de/
ich benutze WP 1.5.2 und manchmal (!) die deutsche lokalisation (hab einen language-selector)
hiiilfe (!), bitte !
dank, JAN
also der übliche cross-browser-scheiss.
ach kack !!
hallo leute,
ich habe 2 floatende DIVs in meinem theme; content floated links, und sidebar floated rechts.
demzufolge möchte ich dem content einen linken rand setzen, und der sidebar einen rechten.
mein css sieht so aus:
#content {
background: transparent;
border: none;
color: #000000;
float: left;
text-align: left;
margin: 0 0 20px 45px;
width: 70%;
}
firefox stellt nun einen korrekten rand von 45 pixeln dar (obwohl ich die pixel jetzt nicht einzeln nachgezählt habe).
internet explorer hingegen stellt einen ungefähr 3x so breiten linken rand dar ?!?
egal, wie ich die werte verändere, ich bekomme keinen einheitlichen linkne rand hin.
kann BITTE jemand helfen ?
danke, JAN
na das nützt nix. das problem ist (zumindest bei mir), dass ich AUS WORDPRESS RAUSGEHEND keinen trackback setzen kann.
empfangen klappt hingegen prima.
also das kann ich nicht bestätigen.
ich habe schon erlebt, dass nachträglich gesetzte TBs funktionieren.
ja genau. jetzt ham wir das problem schon zu dritt.
genau mein problem von letzter woche.
auf mein posting hat allerdings niemand rat gewusst. das problem bleibt ungelöst.
gruß, JAN
mhhh... ins rootverzeichnis damit ?!
... danke, klappt !
gibts nen bessern pfad ? damit die datei nicht im rootverzeinis sein muss ?
danke nochmal !
JAN
Zitat von petiAlso von dem was du gepostet hast, müsste es gehen. Wo befindet sich bei dir die exhibit.css?
moment mal. ich habe keine 'exhibit.css' !
das könnt ja nun des rätsels lösung sein....
spontan würde ich sagen, dass bei meinem installationsfile keine css datei dabei war. leider ist http://www.asymptomatic.net/wp-hacks/ im moment down, bzw. funktioniert nicht richtig, so dass ich auch nicht nochmal dort nachgucken kann.
gruss, JAN
... leider nein ! diese settings habe ich auch - das sind die default-werte !!
allerdings hatte ich beim rumsuchen auch schon das als quelle allen übels angenommen. der einfach heit halbe kommt hier mein exhibit10.cfg:
# This is the Exhibit config file
# exhibit_db_table is the database table name for Exhibit to use
# Exhibit will append the prefix defined by WordPress
exhibit_db_table='exhibit'
# imagedir is the base directory where images are located
# It must be located in your WordPress root (not your web root)
imagedir='wp-pics'
# thumbnail_popup tells Exhibit to pop up full-sized
# images when you click on the thumbnail. True ignores embedded_image.
thumbnail_popup=true
# embedded_image tells Exhibit to embed the full-size image into
# the default page ('') or display it in its own page (ie 'exhibit_full.php')
embedded_image=''
# suppress_content prevents the text content from being shown
# when a full-sized image is displayed in the content area.
suppress_content=false
# preview_prompt is the text that appears below the preview
# image on the home page. Set it to '' to display nothing.
preview_prompt=''
# edit_thumbnail_width is the width of the thumbnails in pixels
# as they appear in the editing interface
edit_thumbnail_width=80
# thumb_width and thumb height are the maximum sizes of the
# thumbnails that Exhibit will create by resampling images
thumb_width=160
thumb_height=160
# default_comment is the default comment for every image
# that is added to the database
default_comment='©2005'
# popup_page is a page that is used to display a popup image.
# The URL of the image to display is appended to the end of this
# If left blank, special popup javascript is used for the pop up.
popup_page=''
# $full_image_display is the image tag used to display a
# full-sized image. Put "IMGSRC" where the image URL should
# be inserted into the tag.
full_image_display = '[img]IMGSRC[/img]';
# $valid_filetypes is an array of filetypes that Exhibit
# will recognize for display in its list of pictures.
valid_filetypes = array('.jpg', '.jpeg', '.wmv', '.asf', '.avi');
# $make_thumb_filetypes is an array of filetypes that Exhibit
# will create thumbnails for. The valid extensions here are
# curently limited to JPEG format. Probably don't change this.
make_thumb_filetypes = array('.jpg', '.jpeg');
# $nothumb_filetypes is an array of filetypes that Exhibit
# will treat as if it had a thumbnail, but display a
# placeholder image instead. See next, $nothumb_file.
# Don't forget to add these to $valid_filetypes!!
nothumb_filetypes = array('.wmv', '.asf', '.avi');
# nothumb_file is the URL of the thumbnail image to display
# for a file that has no thumbnail
nothumb_file=''
# multi_preview set to true allows you to specify more than
# one preview image to display above the fold.
multi_preview=true
# thumbs_at_top set to true displays the thumbnail area
# before the content if they are both displayed
thumbs_at_top=false
# preview_at_top set to true displays the preview area
# before the content on a page that contains more than one post
preview_at_top=false
# pop_script_always set to true forces Exhibit to add the image
# popup script to the head area of the page even if the
# thumbnail_popup setting is false
pop_script_always=true
# previews_link set to true makes preview images link to their
# full-sized pictures (using all other settings) rather than the
# post to which they are linked
previews_link=true
# no_duplicates set to true prevents images from being added to
# a single post more than once.
no_duplicates=true
# no_pic_use_preview set to true tells Exhibit to display the
# first preview image in place of the comment,
# rather than display no image at all.
no_pic_use_preview=false
# use_chmod is the chmod setting to use for created files.
# Set to 0 if you don't use it. 0664 is a good setting.
# See also below: use_chmod_dir
use_chmod=0664
# paginate_thumbs set to a number other than 0 causes Exhibit to paginate
# thumbnails. The number of thumbnails on each page will equal the value
# of paginate_thumbs
paginate_thumbs=0
# on_last_page set to true causes paginated thumbnails to appear on
# the last page of a paginated post if paginate_thumbs is not 0.
# Otherwise, thumbnails start on the page after the last page.
# This setting has no effect if paginate_thumbs is 0.
on_last_page=false
# full_max_width and full_max_height denote the maximum allowed
# resolution for an uploaded image. This setting only downsamples.
# Use 0 if you don't want to resample.
full_max_width=0
full_max_height=0
# preview_like_single set to true causes Exhibit to display a post
# on the front page (or any page that show more than one post) as
# if it was being displayed by itself, including any full-sized
# images and thumbnails.
preview_like_single=false
# use_permalinks set to true causes Exhibit to use permalinks when
# linking to posts with pictures.
use_permalinks=true
# preview_class lets you set the class tag attribute for the div
# that contains the preview images. Rather than change this here,
# use the exhibit content tags to change it on a per-post basis.
preview_class='ex_thumb_preview'
# clear_post set to true adds divs to the top and bottom of the
# post so that the preview image doesn't hang down into the next post
clear_post=false
# user_dirs set to true roots the file browser in a directory
# inside the image directory with the name of the current user.
user_dirs=false
# root_image_access is the minimum required user level to see files
# at the image root if user_dirs is set to true
root_image_access=9
# display_captions set to true tells exhibit to display captions under
# the thumbnails. Set to false displays no caption
display_captions=true
# stylesheet_file is the stylesheet that will be used with this post
# You can set a different stylesheet for each post by adding a post
# config comment.
stylesheet_file='exhibit.css'
# break_every_thumb tells exhibit how many thumbnails to display
# before inserting a clear:both div. Use 0 for no breaks.
break_every_thumb=0
# break_every_preview tells exhibit how many preview images to display
# before inserting a clear:both div. Use 0 for no breaks.
break_every_preview=0
# thumb_titles set to true includes a title tag in the image for each
# thumbnail that displays the image caption
thumb_titles=false
# preview_titles set to true includes a title tag in the image for each
# preview image that displays the image caption
preview_titles=false
# preview_by_default set to true causes every image added to a post to
# have the preview checkbox checked by default
preview_by_default=true
# on_first_page set to true causes paginated thumbnails to appear on
# the first page of a paginated post if paginate_thumbs is not 0.
# Otherwise, thumbnails start on the page indicated by on_last_page.
# This setting overrides on_last_page and has no effect if
# paginate_thumbs is 0.
on_first_page=false
# watermark_png is the PNG file to use for watermarking full-sized
# images when they are uploaded. Set to '' to omit.
watermark_png=''
# watermark_position is a bitmask of positions for the watermark.
# 0=right 1=left 0=bottom 2=top Add these values together for
# the value to use.
watermark_position=0
# use_chmod_dir is the chmod setting to use for created directories.
# Set to 0 if you don't use it. 0777 is a good setting.
use_chmod_dir=0777
# uber_popup set to true uses an experimental script that pops up
# images on a page that lets you navigate between them.
uber_popup=true
# full_image_insert set to true causes Exhibit to insert a full-
# sized image tag into the post body instead of a thumbnail link.
full_image_insert=false
# insert_css set to true inserts default css that exhibit uses to
# display images in posts
insert_css=false
# These are helper tags that appear in the Exhibit editor dropdown
# You can change them so that there are fewer options that work
# better for your needs with the default settings in this config file
Pictorialis Config:config=ex_pictorialis.cfg
#Preview At Top:preview_at_top=1
Preview At Bottom:preview_at_top=0
Thumbs At Top:thumbs_at_top=1
#Thumbs At Bottom:thumbs_at_top=0
#Popup Images:thumbnail_popup=1
Do Not Popup Images:thumbnail_popup=0
#Set External View Page:embedded_image=exhibit_full.php
Suppress Content:suppress_content=1
#Set Preview Prompt:preview_prompt=new_prompt_here
#Set Popup Page:popup_page=popup_page_here
#No-Thumbnail URL:nothumb_file=some_url_here
#Paginate Every 9 Thumbs:paginate_thumbs=9
Paginate Every 6 Thumbs:paginate_thumbs=6
#Do Not Paginate Thumbs:paginate_thumbs=0
Paginated thumbs start on last page:on_last_page=1
#Paginated thumbs start after last page:on_last_page=0
#Paginated thumbs start on first page:on_first_page=1
Show preview post like single post:preview_like_single=1
Display no captions:display_captions=0
Alles anzeigen
sehr gut ! du hast das problem ja scheinbar im griff !!
ich warte also sehnsüchtigst ....
gruß, JAN
http://www.automaticjack.tv/archivos/2004/…-wp-player-v20/
... ist aber 'nicht ganz einfach' das ding zu installieren. dass es prinzipiell geht, sieht man ja an der site des autors.
gruß, JAN
hallo leute,
ich habe die suchfunktion hier schon benutzt und das beste aus den ergebnissen gemacht. leider erfolglos.
mein problem: ich kann zwar bei mir trackbacks empfangen, aber wenn ich selber einen trackback senden möchte, kommt dieser scheinbar nicht an.
ich gebe beim erstellen eines posts ganz normal im 'advanced'-breich in das feld 'send trackbacks to' die permalink-URI des empfängers ein. wenn ich das posting save / publishe, bekomme ich
als quittungsmeldung. das sieht für mich nach "alles in ordnung !" aus.
nur leider erscheint der trackback nicht bei dem empfänger in den comments / trackbacks !
umgekehrt ging es, d.h. von http://www.xile.de zu mir war bei einem trackback-test alles ok.
ich habe sowohl alle plugins deaktiviert als auch wie in einem anderen post beschrieben die eine scriptdatei kontrolliert (und zeile 624 bzw. 635 gecheckt, dass die attribute korrekt auf "/r/n/r/n" gesetzt sind).
hilfe, bitteeee !
gruß, JAN