Hat sich erledigt :-)
Wordpress neu installiert und auf einmal war die Fehlermeldung nicht mehr da :-)
Beiträge von yvi
-
-
Ich bin seit 2 Tagen am Internet durchsuchen auch alle Englischen Wordpress Foren.
Ich habe Wordpress frisch installiert und wollte nun für meine Seite Nextgen Gallery installieren, nach der Installation kommt folgende
Fehlermeldung:[COLOR=#444444][FONT=Open Sans]NextGEN Gallery : Tables could not created, please check your database settings
Ich habe schon versucht, NextGen Gallery neu zu installieren zu de-aktivieren, meine Mysql Daten überprüft, eine ältere Version zu installieren aber nichts hat geholfen.
Ich habe leider keine Ahnung von Programierung.Ihr seid meine letzte Rettung [/FONT][/COLOR]:smile:
-
Hallo,
ich nutze Linklist von Moritz online und habe folgendes Problem:
Ich habe das Plugin als Template erstellt,funkoniert auch nur Grafiken ( in dem Fall gifs) werden nicht angezeigt,es erscheint nur das Wort im Firefox oder im IE wird nur ein rotes Kreutz gezeigt.
Hier ist der Code von der Links:Code
Alles anzeigenfunction wp_linklist_categories( $child=0 ) { global $wpdb; $sql = "SELECT * FROM ".wp_linklist_category_table." WHERE visible=1 AND child=".$child." ORDER BY ".order_category; $categories = $wpdb->get_results($sql); if ( (!empty($categories)) ) { foreach ( $categories as $category ) { $display = $category->open==1 ? '' : 'none'; $category->open==1 ? $image='collapse.gif' : $image='expand.gif'; echo "\n<!-- ".$category->name." -->\n<div style=\"margin:5px 0px 5px 8px;\">\n<strong><a href=\"javascript:Linklist('l".$category->id."')\"><img alt=\"expand\" style=\"border: 0px none; vertical-align:bottom;\" id=\"ExpandOrCollapse_l".$category->id."\" src=\"".$image."\" /></a> ".$category->name.":</strong><br />\n"; echo "<div style=\"display:".$display.";margin-left:10px;\" id=\"l".$category->id."\">\n"; wp_linklist_categories( $category->id ); wp_linklist_links($category->id); echo "</div></div>\n";
Ich habe die gifs im Hauptordner von wordpress und im Themaordner von K2.
Wenn ich auf das Feld gehe wo die Grafik ist erscheint folgener Pfad:http://www.yvismusicals.pytalhost.de/wordpress/links/collapse.gif
Links = Template Name
Könnt ihr mir bitte weiterhelfen!
Als Thema benutze ich K2
Vielen Dank -
Hallo,
ich bin auch am versuchen und ein Neuling im Temlate erstellen, könnt ihr bitte für ein Frischling:mrgreen: erklären Schritt für Schritt, wie ich das Template erstelle für die Linksammlung und wo ich sie genau in Wordpress reinschreiben muss.
Vielen lieben Dank!!:???: -
Kann mir denn keiner weiterhelfen:cry:
-
Das eine Problem ist gelöst, nun habe ich noch ein anderes ich habe das Dropdown Menü installiert von, und bekomme folgende Fehlermeldung:
Fatal error: Call to undefined method K2::replace_wp_scripts() in /srv/www/httpd/phost/y/de/pytalhost/yvismusicals/web/wordpress/wp-content/themes/k2/header.php on line 6
In Line 6 steht:
wp_enqueue_script('k2functions');Könnt ihr mir bitte weiterhelfen
Danke,
WP 2.3 und K2 vom 26.09
Dropdown Menü von der HP Drop down menü wordpress k2 -höz - ToRokZoli Blog -
Hallo ich habe Wp 2.3 und die neuste Version vom 26.09. (Nigthly) von K2 installiert,wenn ich auf den K2 Sidebarmanager gehe, zeigt er mir nur ein großes graues Fenster an mit Loading und nichts geschiet weiter.
Es erscheint ein Fehlerfenster : Consule ist undifiniert.Könnt ihr mir bitte weiterhelfen.
Mein Englisch ist nicht so gut, deshalb hoffe ich das ihr mir hier auch weiterhelfen könnt.
-
Hallo,
ich bin auch am verzweifeln mit dem Rahmen um die Smilies ich habe das
Thema K2 und benutze wp smilies und lmbbox smilies
So steht es in meinem style.css:
.wp-smiley {
border: none;
und
img.wp-smiley {
border: none !important;
padding: 0 0 0 0px !important;
}
Könnt ihr mir bitte weiterhelfen?:confused: -
Ich möchte aber für jede Post das der Titel eine andere Farbe kriegt.
Geht das auch? -
Hallo,
ich würde gern den Titel über meinen Postbeiträgen farbig haben
Der Inhalt kann nicht angezeigt werden, da er nicht mehr verfügbar ist.
Gibt es dafür ein Plugin oder eine andere Möglichkeit?
Vielen Dank für Eure Hilfe:) -
Hallo,
ich benutze K2 und das Dropdown Menü mit folgenden CodeCode
Alles anzeigen/* CSS files kept in the 'styles' directory can be used to costumize your K2 installation without having to mess with the core K2 files. This in turn makes it easier to upgrade to new K2 versions as well as debug any potential problems. You select schemes from the K2 Options page in the 'Presentation' section of your WordPress administration. Author Name : ToRokZoli Author Site : [URL="http://torokzoli.hu"]ToRokZoli Blog[/URL] Style Name : Dropdown2 Style URI : [URL="http://torokzoli.hu/2007/02/25/drop-down-menu-wordpress-k2-hoz/trackback/"]Drop down menü wordpress k2 -höz - ToRokZoli Blog[/URL] Version : 1.1 Comments : Simple and smart, thanks to [url=http://jillij.com]Tout est dans le titre[/url] */ #sidebar { display: block; z-index: 5; margin: 0; padding: 0; position: relative; bottom: 0; } #sidebar ul { width:780px; min-height: 30px; list-style-type: none; padding: 0; margin: 0; z-index: 500; } #sidebar li { display: inline; float: left; min-height: 20px; position: relative; text-align: left; padding: 5px 16px 5px; margin: 0px 0px 0px 0px; } #sidebar li ul { width: 150px; height: auto; top: 100%; left: 0px; } #sidebar li ul li { text-align: left; width: 118px; height: auto; min-height: auto; display: block; } #sidebar a { text-decoration: none; } #sidebar li li ul { top: 0; left: 0; } #sidebar li li:hover ul { left: 150px; } /* initialy hide all sub sidemenus */ #sidebar ul ul, #sidebar ul li:hover ul ul, #sidebar ul ul li:hover ul ul, #sidebar ul ul ul li:hover ul ul, #sidebar ul ul ul ul li:hover ul ul { display: none; position: absolute; } /* display them on hover */ #sidebar li:hover ul, #sidebar ul li:hover ul, #sidebar ul ul li:hover ul, #sidebar ul ul ul li:hover ul, #sidebar ul ul ul ul li:hover ul, #sidebar ul ul ul ul ul li:hover ul { display: block; } /* colors */ #sidebar { color: #FFFFFF; } #sidebar ul{ background: #000000; -moz-opacity:0.95; /* for mozilla */ opacity: 0.95; /* for safari */ khtml-opacity: 0.95 /* for konquerer and older safari */ } #sidebar ul ul { background: #000000; } #sidebar ul li { background: #000000; } #sidebar h2 { color: #FFFFFF; } #sidebar a { color: #FFFFFF; } #sidebar ul li:hover { background: #333333; } #sidebar ul li ul { } #sidebar ul li ul li { background: #333333; } #sidebar ul li ul li:hover { background: #666666; } #sidebar ul li ul ul li{ background: #666666; } #sidebar ul li ul ul li:hover { background: #999999; }
Ich möchte gerne das der letzte Page Link auch noch auf der 1 Zeile steht.
Hier meine URL Adresse: http://yvismusicals.pytalhost.de/wordpress
Vielen Dank für die Hilfe -
Hallo,
ich verwende Wp 2.2.1 und habe als Thema K2 ( letzte Beta Version vom 21.07), ich habe meine Seiten aus dem Header entfernt und wollte nun die Seiten auf meiner Sidebar einbauen, habe auch per Drap&Drop das Page Menü in die Sidebar eingebaut, nur wird es nicht angezeigt auf meiner Seite.
http://yvismusicals.pytalhost.de/wordpress
So sieht der PHP Code von der Sidebar aus:
HTML
Alles anzeigen<hr /> <div id="sidebar-main" class="secondary"> <?php /* Widgets/SBM Check */ if ( !(function_exists('dynamic_sidebar') and get_option('k2sidebarnumber') > 0 and dynamic_sidebar(1)) ) { ?> <div id="search"><h2><?php _e('Search','k2_domain'); ?></h2> <?php include (TEMPLATEPATH . '/searchform.php'); ?> </div> <?php /* Menu for subpages of current page */ global $notfound; if (is_page() and ($notfound != '1')) { $current_page = $post->ID; while($current_page) { $page_query = $wpdb->get_row("SELECT ID, post_title, post_status, post_parent FROM $wpdb->posts WHERE ID = '$current_page'"); $current_page = $page_query->post_parent; } $parent_id = $page_query->ID; $parent_title = $page_query->post_title; $page_menu = wp_list_pages('echo=0&sort_column=menu_order&title_li=&child_of='. $parent_id); if ($page_menu) { ?> <div class="sb-pagemenu"> <h2><?php echo $parent_title; ?> <?php _e('Subpages','k2_domain'); ?></h2> <ul> <?php echo $page_menu; ?> </ul> <?php if ($parent_id != $post->ID) { ?> <a href="<?php echo get_permalink($parent_id); ?>"><?php printf(__('Back to %s','k2_domain'), $parent_title ) ?></a> <?php } ?> </div> <?php } } ?> <?php if (is_attachment()) { ?> <div class="sb-pagemenu"> <a href="<?php echo get_permalink($post->post_parent); ?>" rev="attachment"><?php printf(__('Back to \'%s\'','k2_domain'), get_the_title($post->post_parent) ) ?></a> </div> <?php } ?> <?php /* If there is a custom about message, use it on the frontpage. */ $k2about = get_option('k2aboutblurp'); if ((is_home() and $k2about != '') or !is_home() and !is_page() and !is_single() or is_paged()) { ?> <div class="sb-about"> <h2><?php _e('About','k2_domain'); ?></h2> <?php /* Frontpage */ if (is_home() and !is_paged()) { ?> <p><?php echo stripslashes($k2about); ?></p> <?php /* Category Archive */ } elseif (is_category()) { ?> <p><?php printf(__('You are currently browsing the %1$s weblog archives for the %2$s category.','k2_domain'), '<a href="' . get_settings('siteurl') .'">' . get_bloginfo('name') . '</a>', single_cat_title('', false) ) ?></p> <?php /* Day Archive */ } elseif (is_day()) { ?> <p><?php printf(__('You are currently browsing the %1$s weblog archives for the day %2$s.','k2_domain'), '<a href="' . get_settings('siteurl') .'">' . get_bloginfo('name') . '</a>', get_the_time(__('l, F jS, Y','k2_domain'))) ?></p> <?php /* Monthly Archive */ } elseif (is_month()) { ?> <p><?php printf(__('You are currently browsing the %1$s weblog archives for the month %2$s.','k2_domain'), '<a href="'.get_settings('siteurl').'">'.get_bloginfo('name').'</a>', get_the_time(__('F, Y','k2_domain'))) ?></p> <?php /* Yearly Archive */ } elseif (is_year()) { ?> <p><?php printf(__('You are currently browsing the %1$s weblog archives for the year %2$s.','k2_domain'), '<a href="'.get_settings('siteurl').'">'.get_bloginfo('name').'</a>', get_the_time('Y')) ?></p> <?php /* Search */ } elseif (is_search()) { ?> <p><?php printf(__('You have searched the %1$s weblog archives for \'<strong>%2$s</strong>\'.','k2_domain'),'<a href="'.get_settings('siteurl').'">'.get_bloginfo('name').'</a>', wp_specialchars($s)) ?></p> <?php /* Author Archive */ } elseif (is_author()) { ?> <p><?php printf(__('Archive for <strong>%s</strong>.','k2_domain'), get_the_author()) ?></p> <p><?php the_author_description(); ?></p> <?php } elseif (function_exists('is_tag') and is_tag()) { ?> <p><?php printf(__('You are currently browsing the %1$s weblog archives for \'%2$s\' tag.','k2_domain'), '<a href="'.get_settings('siteurl').'">'.get_bloginfo('name').'</a>', get_query_var('tag') ) ?></p> <?php /* Paged Archive */ } elseif (is_paged()) { ?> <p><?php printf(__('You are currently browsing the %s weblog archives.','k2_domain'), '<a href="'.get_settings('siteurl').'">'.get_bloginfo('name').'</a>') ?></p> <?php /* Permalink */ } elseif (is_single()) { ?> <p><?php next_post_link('%link', __('Next: %title', 'k2_domain')) ?><br/> <?php previous_post_link('%link', __('Previous: %title', 'k2_domain')) ?></p> <?php } ?> <?php if (!is_home() and !is_paged() and !is_single() and !in_category($k2asidescategory) or is_day() or is_month() or is_year() or is_author() or is_search() or (function_exists('is_tag') and is_tag())) { ?> <p><?php _e('Longer entries are truncated. Click the headline of an entry to read it in its entirety.','k2_domain'); ?></p> <?php } ?> </div> <?php } ?> <?php /* Brian's Latest Comments */ if ((function_exists('blc_latest_comments')) and is_home()) { ?> <div class="sb-comments sb-comments-blc"> <h2><?php _e('Comments','k2_domain'); ?></h2> <span class="metalink"><a href="<?php bloginfo('comments_rss2_url'); ?>" title="<?php _e('RSS Feed for all Comments','k2_domain'); ?>" class="feedlink"><img src="<?php bloginfo('template_directory'); ?>/images/feed.png" alt="RSS" /></a></span> <ul> <?php blc_latest_comments('5','3','false'); ?> </ul> </div> <?php } ?> <?php /* Latest Entries */ if ( (is_home()) or (is_search() or (is_404()) or ($notfound == '1')) or (function_exists('is_tag') and is_tag()) or ( (is_archive()) and (!is_author()) ) ) { ?> <div class="sb-latest"> <h2><?php _e('Latest','k2_domain'); ?></h2> <span class="metalink"><a href="<?php bloginfo('rss2_url'); ?>" title="<?php _e('RSS Feed for Blog Entries','k2_domain'); ?>" class="feedlink"><img src="<?php bloginfo('template_directory'); ?>/images/feed.png" alt="RSS" /></a></span> <ul> <?php wp_get_archives('type=postbypost&limit=10'); ?> </ul> </div> <?php } ?> <?php /* FlickrRSS Plugin */ if ((function_exists('get_flickrRSS')) and is_home() and !(is_paged())) { ?> <div class="sb-flickr"> <h2>Flickr</h2> <span class="metalink"><a href="http://flickr.com/services/feeds/photos_public.gne?id=<?php echo get_option('flickrRSS_flickrid'); ?>&format=rss_200" title="<?php _e('RSS Feed for flickr','k2_domain'); ?>" class="feedlink"><img src="<?php bloginfo('template_directory'); ?>/images/feed.png" alt="RSS" /></a></span> <div> <?php get_flickrRSS(); ?> </div> </div> <?php } ?> <?php /* if ((function_exists('feedlist')) and is_home() and !(is_paged()) ) { ?> <div class="sb-feedlist"><h2><?php _e('Feedlist','k2_domain'); ?></h2> <ul> <?php feedList(array("rss_feed_url"=>"", "num_items"=>10, "show_description"=>false, "random"=>true, "sort"=>"asc","new_window"=>true)); ?> </ul> </div> <?php } */ ?> <?php /* Links */ if ( (is_home()) and !(is_page()) and !(is_single()) and !(is_search()) and !(is_archive()) and !(is_author()) and !(is_category()) and !(is_paged()) ) { $links_list_exist = @$wpdb->get_var("SELECT link_id FROM $wpdb->links LIMIT 1"); if($links_list_exist) { ?> <div class="sb-links"> <ul> <?php get_links_list(); ?> </ul> </div> <?php } } ?> <?php /* Archives */ if ( (is_archive()) or (is_search()) or (is_paged()) or ($notfound == '1') or (function_exists('is_tag') and is_tag()) ) { ?> <div class="sb-months"> <h2><?php _e('Archives','k2_domain'); ?></h2> <ul> <?php wp_get_archives('type=monthly'); ?> </ul> </div> <div class="sb-categories"> <h2><?php _e('Categories','k2_domain'); ?></h2> <ul> <?php if (function_exists('wp_list_categories')) { wp_list_categories('title_li=&show_count=1&hierarchical=0'); } else { list_cats(0, '', 'name', 'asc', '', 1, 0, 1, 1, 1, 1, 0,'','','','',''); } ?> </ul> </div> <?php } ?> <?php /* Related Posts Plugin */ if ((function_exists('related_posts')) and is_single() and ($notfound != '1')) { ?> <div class="sb-related"> <h2><?php _e('Related Entries','k2_domain'); ?></h2> <ul> <?php related_posts(); ?> </ul> </div> <?php } ?> <?php } /* End Widgets/SBM check */ ?> </div> <!-- #sidebar-main --> <?php /* Second Sidebar */ if (function_exists('dynamic_sidebar') and get_option('k2sidebarnumber') > 1) { ?> <hr /> <div id="sidebar-alt" class="secondary"> <?php dynamic_sidebar(2); ?> </div> <!-- #sidebar-alt --> <?php } ?> <div class="clear"></div>
Könnt ihr mir bitte weiterhelfen?
Im K2 Forum konnte mir auch leider keiner weiterhelfen, mein Englisch ist auch nicht so gut :-| -
Das habe ich gemacht, aber wie es aussieht hat der Ersteller den Support aufgegeben leider.:( Darum habe ich gehofft, das vielleicht einer hier das gleiche Problem hatte und mir weiterhelfen könnte vielleicht.
-
Kann mir denn wirklich keiner weiterhelfen?:cry:
-
Hallo,
ich habe King Framework istalliert und aktiviert, nun wollte ich King Cateories installieren und aktiviere, bekomme aber immer eine Fehlermeldung.
Ich habe das Plugin in WP-Contet/Plugins kopiert.
Ich benutze Letterhead Theme und WP 2.2.
Wenn ich King Categories aktivieren will bekomme ich folgende Fehlermeldung:
Plugin could not be activated because it triggered a fatal error.
Kann mir bitte einer weiterhelfen?http.//http://www.blog.mediaprojekte.de
http://www.yvismusicals.pytalhost.de/wordpress/ -
Es ist aber unter den Plugins gelistet:
[COLOR=#22229c]http://www.blog.mediaprojekte.de/cms-systeme/wordpress/[/COLOR] -
Kann wirklich keiner weiterhelfen??:confused:
-
Hallo,
ich habe ein ähnliches Problem, habe mir auch Wordpress Widget : King Framework installiert und aktiviert. Jetzt wolle Widget Categorie installieren, in der Anleitung steht das man die Datei dort installieren sollte wo widget.php ist, ich benutze WP2.2 und letterhead, in der Widget Automatic Datei steht, das man widget nicht installieren brauch wenn man Wordpress 2.2. hat. Wo hin muss ich jetzt king-categories.php installieren, damit ich es aktivieren kann. Wenn ich es bei Plugins installiere,bekomme ich beim aufrufen meiner Seite eine Fehlermeldung "Fatal error: Call to undefined function wp_get_current_user() in /srv/www/httpd/phost/y/de/pytalhost/yvismusicals/web/wordpress/wp-includes/capabilities.php on line 446"
Kann mir bitte einer weiterhelfen.
Vielen Dank:confused: -
Vielen Dank Annalena, ich habe es jetzt ein jpg erstellt und jetzt hat es funktioniert:-D
-
Zitat
jeder Tag bei dem ein Event is, die Farbe anders ist oder irgendwie anders vorgehoben ist.
Genau sowas suche ich auch, kann mir bitte einer weiter helfen, wie das funktioniert?
Vielen Dank für die Hife:-D