| User | Post |
|
|
|
I tested the theme in WP 2.5 and it works without any issues. Actually there is no reason why there should be an issue after upgrading to WP 2.5 since it does not really use any new template functions (as far as I know).
At the moment I have no idea what the issues are but I don´t think it´s related to WP 2.5.
|
|
|
16:30 2. April 2008
| Ralf
Guest
| | | |
|
| |
|
|
Ich habe nun meine alte sidebar.php genommen und siehe da es funktioniert alles wieder.
Zwar hat es 1 Stunde gedauert bis es lief, aber seit dem geht mein Blog wieder…seltsame Dinge gehen hier vor.
Was übriggeblieben ist, ist ein “runder Punkt” am Ende der Seite. Woher der jetzt kommt ??
|
|
|
08:49 2. April 2008
| Ralf
Guest
| | | |
|
| |
|
|
Ich habe gedacht da sProblem löst sich vielleicht über Nacht, manchmal hat man ja auch ein “Cache” Problem vom Betriebssystem, vom Browser oder auch vom Provider.
Heute morgen kam ich auch auf die Idee die alte sidebar.php zu verwenden. Dies funktioniert nur auf den Unterseiten, da ist die rechte Seite wieder da, nur auf der Hauptseite wird alles nach “Letzte Artikel” abgeschnitten.
Die Hauptseite muss also irgendeinen Code enthalten, der sich damit nicht “verträgt”. Ich habe auch schon alle Plugins deaktiviert ( benutze nicht viele) und trotzdem geht es nicht.
|
|
|
05:24 2. April 2008
| Okizoo
Guest
| | | |
|
| |
|
|
I don't speak German, but I am having the same problem after upgrading. I just used the previous sidebar script from the earlier version. This messed up my footer, but it was a quick fix while I try to figure out the problem. I moved the <?php endif; ?> from line 75 to line 5 right under the PHP to display the dynamic sidebar. Seems to work for now, but not sure. Below is the original script, but on my website I modified it some more.
<div id=”sidebar”> <ul id=”sidelist”> <?php /* Widgetized sidebar, if you have the plugin installed. */ if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Regular Sidebar') ) : ?> <?php endif; ?> <?php // this is where 10 headlines from the current category get printed if ( is_single() ) : global $post; $categories = get_the_category(); foreach ($categories as $category) : ?> <li> <h2><?php _e('More from this category','branfordmagazine');?></h2> <ul class=”bullets”> <?php $posts = get_posts('numberposts=10&category='. $category->term_id); foreach($posts as $post) : ?> <li><a href=”<?php the_permalink(); ?>”> <?php the_title(); ?> </a></li> <?php endforeach; ?> <li><strong><a href=”<?php echo get_category_link($category);?>” title=”<?php _e('View all posts filed under','branfordmagazine');?> <?php echo $category->name; ?>”><?php _e('Archive for','branfordmagazine');?> '<?php echo $category->name; ?>' »</a></strong></li> </ul> </li> <?php endforeach; endif ; ?> <?php if ( is_home() ) { ?> <li> <h3> <?php // this is where the name of the News (or whatever) category gets printed wp_list_categories('include=1&title_li=&style=none'); ?> </h3> <?php // this is where the last three headlines are pulled from the News (or whatever) category query_posts('showposts=5&offset=1&cat=1'); ?> <ul class=”bullets”> <?php while (have_posts()) : the_post(); ?> <li><a href=”<?php the_permalink() ?>” rel=”bookmark”> <?php the_title(); ?> </a></li> <?php endwhile; ?> </ul> </li> <?php } ?> <li> <h3><?php _e('Browse Categories','branfordmagazine');?></h3> <ul class=”subnav”> <?php wp_list_categories('orderby=order&hide_empty=1&title_li=&exclude=7');?> </ul> </li> <li> <h3><?php _e('Ads & Sponsors','branfordmagazine');?></h3> <!– I placed this advert here only to not let this place empty. You can remove or change it as you like –> <img src=”<?php bloginfo('template_url'); ?>/images/Advert.gif” width=”250″ height=”250″ /> </li> <li> <h3><?php _e('Browse Archives','branfordmagazine');?></h3> <?php get_archives('monthly','',''); ?> </li> <li> <h3><?php _e('Stay informed','branfordmagazine');?></h3> <ul class=”feed”> <li><a href=”<?php bloginfo('rss2_url'); ?>”>Entries (RSS)</a></li> <li><a href=”<?php bloginfo('comments_rss2_url'); ?>”>Comments RSS)</a></li> </ul> </li> <li> <h3><?php _e('Who writes','branfordmagazine');?></h3> <ul class=”bullets”> <?php wp_list_authors ('exclude_admin=0&show_fullname=1&hide_empty=1&feed_image=' .get_bloginfo('template_url') . '/images/rss.gif&feed=XML'); ?> </ul> </li> </ul> <!–END SIDELIST–> </div> <!–END SIDEBAR–>
|
|
|
23:47 1. April 2008
| Ralf
Guest
| | | |
|
| |
|
|
Your Website or Blog URL:
http://www.mensvita.de Your themes version:
2.2 Your WP Version: 2.5 deu
Ich musste heute das Theme 2.2 einspielen, da es unter WP 2.5 nicht lief und das habe ich heute auch upgedatet
Nach dem ich alle IDs etc geändert hatte, läuft nun fast alles, ausser der rechten Sidebar.
Dort wird nicht alles angezeigt, was sonst dort steht. Hat jemand ähnliche Probleme ?
Könnt euch das gerne einmal anschauen unter http://www.mensvita.de
Danke für ein paar Tipps, bin halt keine Php Genie
Ralf
|
|