viperiii
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Layer-Ads in WordPress !?!?i’ve chosen another provider for my layers.. now everthings fine!!!
so it seems as if it was a problem with the code of my last provider :]Forum: Everything else WordPress
In reply to: Layer-Ads in WordPress !?!?ohh sorry…actually i did not want to add a popup on the page….
NOW it is only the layer-ad that ist shown!!!!With the following code, it looks better, i have put the script directly at the beginning of the footer.php,
but the layer-ad still is not properly shown ??Yes, it is the current active footer.php ??
<script Language="JavaScript"> document.write ('<scr' + 'ipt Language="JavaScript" src="https://www.euros4click.de/showme.php?id=12363&rnd=' + Math.random() + '&popup=false&layer=true"></scr' + 'ipt>'); </script> <hr /> <div id="footer"> <a href="https://themey.com/soccer-wordpress-theme">Soccer WordPress Theme</a> from <a href="https://www.avivadirectory.com/">Aviva Web Directory</a> <a class="footerrss" href="<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a> and <a href="<?php bloginfo('comments_rss2_url'); ?>">Comments (RSS)</a>. <!-- <?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. --> </div> </div> </div> <?php wp_footer(); ?> </body> </html>
Forum: Everything else WordPress
In reply to: Layer-Ads in WordPress !?!?ok…i tried it everywhere in footer.php!!!
but look yourself on https://samstagszocker.de.vu –
the layer-ad isn’t properly shown yet !!!!here’s the code with the layer-script at the end:
<hr /> <div id="footer"> <a href="https://themey.com/soccer-wordpress-theme">Soccer WordPress Theme</a> from <a href="https://www.avivadirectory.com/">Aviva Web Directory</a> <a class="footerrss" href="<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a> and <a href="<?php bloginfo('comments_rss2_url'); ?>">Comments (RSS)</a>. <!-- <?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. --> </div> </div> </div> <?php wp_footer(); ?> <script Language="JavaScript"> document.write ('<scr' + 'ipt Language="JavaScript" src="https://www.euros4click.de/showme.php?id=12363&rnd=' + Math.random() + '"></scr' + 'ipt>'); </script> </body> </html>
Forum: Themes and Templates
In reply to: Smiley always at the beginning !?!?already done ??
Forum: Themes and Templates
In reply to: Smiley always at the beginning !?!?WOW !!!!! it worx !!!! finally it’s fixed !!!!
Thank you so much …. i’m very happy now ??
Forum: Themes and Templates
In reply to: Smiley always at the beginning !?!?sorry…but the smileys are still over the first word of the comment… the code did not change anything ??
maybe you login and try it by editing yourself the stylesheet
login: test
pw: test
https://samstagszocker.de.vui’d be soooo thankfull if you could fix the problem.
Forum: Themes and Templates
In reply to: Smiley always at the beginning !?!?hmm..this is really disturbing.
you cannot read the 1st word of the comments!!cann somebody help me fixing the problem???
Forum: Themes and Templates
In reply to: Smiley always at the beginning !?!?nobody having the same problem?!?
Forum: Themes and Templates
In reply to: Smiley always at the beginning !?!?I have included a screenshot above,
however it is in the 3rd comment on this post!Forum: Themes and Templates
In reply to: How to make a simple <br> BREAK in WordPress ????Wow – thanks a lot !!!! It works!!!!
I always tried <br*/>. and not <br/> ??
Forum: Fixing WordPress
In reply to: how to link header image?<div id=”header”onclick=”location.href='<?php bloginfo(‘url’); ?>’;” style=”cursor: pointer;”>
This one works best !!!!
But however, in my Theme there is a search bar within the HeaderIMG:
<div id="header"> <div id="headerimg"><?php include (TEMPLATEPATH . '/searchform.php'); ?> </div>
So whenever I want to enter something in the search bar, I click the link.
Can you fix this somehow????Forum: Themes and Templates
In reply to: Comments don’t work properly in Firefox (IE fine)WOW – thanks a lot whooami !!!!
No it looks great in IE7 !!!!(sry for assuming firstly it looks good in IE7 – that was wrong !!!! it was the same mistake with IE like in Firefox)
Moreover, after having changed some of the paddings, it even looks good in Firefox!!!!so everything’s fine now!!!!
THANKS AGAIN m8 !!!!Greets
ViperForum: Themes and Templates
In reply to: Comments don’t work properly in Firefox (IE fine)ok, finally i see ??
here we go:
https://samstagszocker.sa.ohost.de/wordpress/If someone can help me, please register and edit the stylesheet under PRESENTATION / THEME EDITOR !!!!
Greets
ViperForum: Themes and Templates
In reply to: Comments don’t work properly in Firefox (IE fine)ohh sorry m8 !!!!
i’ve completely forgotten it.<!– You can start editing here. –>
<?php if ($comments) : ?>
<h3 id=”comments”><?php comments_number(‘Keine Kommentare’, ‘Ein Kommentar’, ‘% Kommentare’ );?> zu “<?php the_title(); ?>”</h3><ol class=”commentlist”>
<?php foreach ($comments as $comment) : ?>
<li class=”<?php echo $oddcomment; ?>” id=”comment-<?php comment_ID() ?>”>
<cite><?php comment_author_link() ?>:</cite>
<?php if ($comment->comment_approved == ‘0’) : ?>
Your comment is awaiting moderation.
<?php endif; ?><small class=”commentmetadata”><?php comment_date(‘F jS, Y’) ?> at <?php comment_time() ?> <?php edit_comment_link(‘edit’,”,”); ?></small>
<?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 */ ?>
<?php else : // this is displayed if there are no comments so far ?>
<?php if (‘open’ == $post->comment_status) : ?>
<!– If comments are open, but there are no comments. –><?php else : // comments are closed ?>
<!– If comments are closed. –>
<p class=”nocomments”>Comments are closed.<?php endif; ?>
<?php endif; ?>Hopefully you can find and fix the problem.