poons15
Forum Replies Created
-
Forum: Plugins
In reply to: WordPress Statistics plugin fix/workaround for 1.5 strayhornAnybody???
Forum: Plugins
In reply to: Recent Comments WP 1.5 and SmiliesThis has been fixed thanks to MtDewVirus.
This line must be taken out:
$output = convert_smilies($output);
Forum: Themes and Templates
In reply to: Comments – How to include Line Breaks?Thanks! Fixed! ?? Appreciate the help. ??
Forum: Plugins
In reply to: WordPress Statistics plugin fix/workaround for 1.5 strayhornWhere do you put this:
<?php
if (! empty($display_stats) ) {
get_stats(1);
echo “
“;
}
else if (($posts & empty($display_stats)) ) : foreach ($posts as $post) : start_wp(); ?>in WP 1.5? How does it go around the new loop?
Forum: Plugins
In reply to: Dates To RememberAwesome plugin! Nice going!
Forum: Plugins
In reply to: Avoiding Comment ModerationThree strikes did not work for me. For some reason it changed my comment submit button link to go to fbi.gov. I had to deactivate the plugin. I like the code that was provided above by Mike3k.
That might be something that I might just go ahead and add.
Comment spam sucks!Forum: Themes and Templates
In reply to: CSS for IE 5.5 Service Pack 2?I tried the conditional statement as well. It also does not work. Still the same problem. I created a conditional statement, as you said, for IE 5.5 and then created a new css just for it specifically to fix the problem. But the problem still continued.
Any other ideas?Forum: Themes and Templates
In reply to: CSS for IE 5.5 Service Pack 2?Where do I put this conditional statement ? In my CSS?
What is a doctype? How do I specify it? More guidance will be helpful.
Thank you.Forum: Themes and Templates
In reply to: CSS for IE 5.5 Service Pack 2?I tried the link that you given above but it didn’t help. The problem is that I have three columns. My left column is too wide in IE 5.5 so I need to fix it. So I tried the code given in that link:
* html div#leftbar {
width: 50px;
w\idth: 120px;
}
But this didn’t work. Still having the same problem. As you can see that originally the width in IE 6 is 120 px ..and i have reduced it to 50 px but still no change.
Could anyone help? If you would like to look at the site:
https://www.neerajpoonam.com/wpForum: Plugins
In reply to: New plugin : Click CounterI still can’t access the site. ??
Forum: Themes and Templates
In reply to: Quote Marks for BlockQuoteThank you! ??
Forum: Themes and Templates
In reply to: controlling stylesheets for MOZ and IE;This is what I added and it worked just great.
width: 180px !important; <– for Moz
width: 120px; <– for IE
I got it from here: https://www.ozzu.com/ftopic24024.html
This worked just perfectly for me.
Thanks!Forum: Themes and Templates
In reply to: controlling stylesheets for MOZ and IE;I am having a simliar problem where in Mozilla my left bar’s width seems to be the root of the problem. It will look fine in IE but in Mozilla it seems to have squeezed all of the content and looks pretty bad.
So would the fix be putting
div#leftbar {
width: 120px; <-- for IE
html>body width: 160px; <-- for Mozilla
}
Thanks for your help. Its appreciated.Forum: Themes and Templates
In reply to: Human Condition FooterI noticed this problem as well as I was checking it out the screenshot.
If you find the answer — please post it here. Thanks!Forum: Themes and Templates
In reply to: Any Good Links for Images For Header?Cool Thanks…. Any others will also be helpful. ??