Wukung
Forum Replies Created
-
Thank your very much for your answer. We’re running wp 3.3.2. The permalinks structure was verified. Seemingly there is no discernible relationship. (/%category%/%postname%/%year%/%monthnum%/%day%). Quite possible that there are some hidden conflicts with other plugins or even withe the very theme (Coraline).
IT WORKS!!!
Alice, you really saved my weekend. And I learnd something new again.
Thank you very much.
I wish I could repay your help!
Best wishes!
AndreasExactly, good idea, thank you! Do you mean something like this
table#recentcomments col#secondary { max-width: 100px; }
?
Unfortunately… it doesn’t work ;-((((
And styles like this (already applied):
table#recentcomments td { padding:5px; vertical-align:top; }
work for “everybody” of the “tds”…
Hello Alice!
Thank you for your feedback. For hours I tried all possible CSS-magic to make the 2nd column a bit smaller. Without success, because I see no way to address the “td” of column #2. Every “td-magic” works with both…
However…
Have a nice weekend.
AHello!
What “different route” did you find out, because I am about to uninstall the plugin too.
Thanks
AndreasForum: Themes and Templates
In reply to: Turn around the numbering of user commentsHi again!
The solution:
<?php if ($comments) : ?> <h3 id="comments"><?php comments_number('Keine Kommentare', 'Ein Kommentar', '% Kommentare' );?> to “<?php the_title(); ?>”</h3> <ol class="commentlist"> <strong><?php $commentnumber = count($comments)?></strong> <?php foreach ($comments as $comment) : ?> <li id="comment-<?php comment_ID() ?>" class="<?php echo $oddcomment; /* Style differently if comment author is blog author */ if ($comment->comment_author_email == get_the_author_email()) { echo ' Autorenkommentar'; } ?>"> <div class="cmtinfo"><small class="commentmetadata"></small><cite><?php comment_author_link() ?></cite><em>am <?php comment_date('j. F Y') ?> um <?php comment_time() ?> <?php edit_comment_link('Bearbeiten','',''); ?></em><a href="#comment-<?php comment_ID() ?>" title=""><span class="number"><?php echo $commentnumber; <strong>$commentnumber--</strong>;?></span></a></div> <?php if ($comment->comment_approved == '0') : ?> <em>Der Kommentar muss noch freigegeben werden.</em> <?php endif; ?> <?php comment_text() ?> </li> <?php /* Changes every other comment to a different class */ if ('alt' == $oddcomment) $oddcomment = ''; else $oddcomment = 'alt'; ?> <?php endforeach; /* end for each comment */ ?> </ol>
Changes: <?php $commentnumber = count($comments)?>
and: $commentnumber–
??
Forum: Themes and Templates
In reply to: Turn around the numbering of user commentsThank you very much!
Unfortunately it doesn’t work. Obove the commentar-area the added code is displayed ??
Here the original code.
<code> <?php if ($comments) : ?> <h3 id="comments"><?php comments_number('Keine Kommentare', 'Ein Kommentar', '% Kommentare' );?> to “<?php the_title(); ?>”</h3> <ol class="commentlist"> <?php $commentnumber = 1?> <?php foreach ($comments as $comment) : ?> <li id="comment-<?php comment_ID() ?>" class="<?php echo $oddcomment; /* Style differently if comment author is blog author */ if ($comment->comment_author_email == get_the_author_email()) { echo ' Autorenkommentar'; } ?>"> <div class="cmtinfo"><small class="commentmetadata"></small><cite><?php comment_author_link() ?></cite><em>am <?php comment_date('j. F Y') ?> um <?php comment_time() ?> <?php edit_comment_link('Bearbeiten','',''); ?></em><a>" title=""><span class="number"><?php echo $commentnumber; $commentnumber++;?></span></a></div> <?php if ($comment->comment_approved == '0') : ?> <em>Der Kommentar muss noch freigegeben werden.</em> <?php endif; ?> <?php comment_text() ?> <?php /* Changes every other comment to a different class */ if ('alt' == $oddcomment) $oddcomment = ''; else $oddcomment = 'alt'; ?> <?php endforeach; /* end for each comment */ ?> </code>
The problem you can see here:
Forum: Fixing WordPress
In reply to: Options: Suddenly FATAL ERRORForum: Fixing WordPress
In reply to: Database Error and access deniedIt turns out to be a question of an overloaded database. The databse was filled up to 98%. Now if wp tries an access it sees “no space for access” and tried an access at local host (that is the meaning of the extension “@%”). The later is not possible. Thats why that error mesage. After deleting unseless rows and an emtying of some to “fat” tables the error messages disappeared. So the cause of that trouble is seemingly recognized… and satteled.
Regards.
Forum: Fixing WordPress
In reply to: Quotation marks wrong displayedObviously the plugin CUSTOM SMILIES is the cause of the trouble. It doesn’t work with latest WP upgrade.
Forum: Installing WordPress
In reply to: Time ZoneSorry for coming from the “Extend thing”! It seems the THING redirect inquiries to that place…
It is as you wrote. Obviously it runs with the wp.com server’s time. And there is no feature – like that in the admin panel – to adjust it.
The problem is rather of minor kind. However, I would like to catch it. I should watch the plugin-page for help.
Thank you for help!
Forum: Installing WordPress
In reply to: Time ZoneThanks ?? The time difference is settled in my admin panel (+ 2 h). That is why I am asking. The plugin’s whatch ignores it…
Forum: Fixing WordPress
In reply to: Virus within wpThank you very much. I will delete that link at once. Besides your hint I was already thinking that could be the troublemaker. THANKS!
Forum: Fixing WordPress
In reply to: Virus within wpI checked the permissions. But they are ok (755). Nevertheless, thank you for the idea. It seems to be settled…
Forum: Fixing WordPress
In reply to: Virus within wpIt seems the plugin SHARE THIS was the foul source. Could you please be so kind and check with your shell? THANKS