estjohn
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Why is IE showing my page wrong?!?welks π post back later and let us know how it is going and if you still have a problem! I can’t say for sure that will fix it, but it is at least a start for that and other things you might run into in the future.
Forum: Requests and Feedback
In reply to: Any way to add annotations to inserted images in posts?The only thing I can think of is to make the picture with a border around it and the words actually in the picture than insert the picture and wordwrap the post around it?
Forum: Fixing WordPress
In reply to: link to top of page jumps to index.php!I dunno then.. I still see it above the footer.. and evidentally that comments section is going to
href="http://www.elpweb.com/flsc/movies/?page_id=46&cp=6#comments" title="Older comments">»</a></p>
<a title="Top of the Page" href="#top" >Top of the Page</a>
<!-- End comment page numbers -->im wondering if it uses an iframe causing problems… but there is no telling.
Forum: Fixing WordPress
In reply to: Why is IE showing my page wrong?!?Probabally because you have 2 errors and about 100 warnings in the html ranging from
<li>and<br>not being closed toline 656 column 31 - Error: <product-name> is not recognized!Might want to get the HTML plugin for FF – with Tidy and check xhtml compliance at w3c
Forum: Fixing WordPress
In reply to: link to top of page jumps to index.php!ok i think i might see the problem. All of the links on that section in the comments goto the same page…
so add the
<a id="top"></a>to the footer just after
<a href="http://www.elpweb.com/flsc/movies/wp-login.php">Login</a></p>for kicks and see what happens now.
Forum: Themes and Templates
In reply to: Edit Files does not link to currently selected Theme filesHmm..
ok I used the wrong term actually…
it should be Presentation / Theme / Theme editor
I have taken a quick screenshot of what I have – screenshot of theme editor in menu
Are you using wordpress on your own hosted site or one hosted somewhere such as wordpress.com ?Forum: Fixing WordPress
In reply to: link to top of page jumps to index.php!now I dont see it on there at all in the headers or anywyere
Forum: Themes and Templates
In reply to: Edit Files does not link to currently selected Theme filesHow about Presentation / Edit theme?
Forum: Your WordPress
In reply to: Security Blog and Website reviewOn the weblog… I hope you don’t mind a few critiques..
I am not to keep on the background picture of the dragons.. it makes it hard to read black text on. Your best bet is just to have a white background.The right hand sidebar is too large.. you might want to make the header of that smaller and hope that it will reduce the width of it.. it looks like Advertisements makes it extend too far being so large. (at least it shows wrong in ie.. it is fine in FF.. but you have to remember different people reading will use different browsers.)
A lot of the sizing and such and displaying in diff browsers can somewhat be attributed to the fact that you ahve about 22 warnings on that page as far as broken code goes.. from elements not being closed properly to discarding elements that should be there and missing elememnts. check it with tidy or other HTML /XHTML verifiers.
in meta tags.. you dont want to leave these blank
<meta name="Copyright" content="" />
<meta name="generator" content="" />
<meta name="Rating" content="" />
<meta name="keywords" content="" />
<meta name="description" content="" />anyway… a lot of that is just me.. im a stickler about a lot of that kind of stuff. no offense meant.. i am a pretty blunt gal when it comes to stuff π
Forum: Plugins
In reply to: Email Notification to 1000 subscribers?Nope.. when I do mass mailings, I do not do it from the website itself.. I have my own lists I have created on different email programs. I prefer my bandwidth be used from my own isp where I send it from instead of the website I use (unless of course I host it from the same place.. but then again, I prefer to have it from the email client so I have records and sent copies and more control over the email itself.) But.. that is just me. π
Forum: Themes and Templates
In reply to: Simple Sidebar question!You might want to post a link and let us know what theme you are talking about… Depending on the theme, there are a few places it could be in.. whether in the css or hardcoded in the html of the .php file
Forum: Plugins
In reply to: Email Notification to 1000 subscribers?That I do not know.. I have never used it π
Forum: Plugins
In reply to: Email Notification to 1000 subscribers?No matter what you do, if you send it through your hosting company, then it will be limited. The reason they do that is because of Spammers. That, and email can clog up the “pipe” with that much going out at once. Either find a totally different way to send email through another server… or
Break up the email list into 2 or 3 emailing lists of about 490 each
Email them at different times an hour and say 15 minutes apart
Forum: Fixing WordPress
In reply to: How to stop content from being stolen?…I beleive there is also a plugin that will add a copyright to your feed… it might not be a big step, but whoever is getting feeds will see youre copyright shown up on someone elses site..
Forum: Fixing WordPress
In reply to: link to top of page jumps to index.php!ok im still seeing it after the
</head>
try it in the header.php<link rel='archives' title='October 2005' href='http://www.elpweb.com/flsc/movies/archives/2005/10/' />
<a id="top"></a>