jetshack
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Switching From Godaddy due to poor Custom 404 page supportinstead of focusing on one host,
what are your requirements as relates to space and bandwidth…Since you’re currently on godaddy and are looking at hostgator I’m wondering if you’re not being influenced by the massiveness of their plans…
Are yout thinking that since hostgator offers 3.5GB of space and 50GB of xfer they’re obviouslly “better” than a simillary priced plan at another host which doesn’t offer nearly as much space and xfer? If so you might reconsider.
Personal experience here but, I’ve helped people who use the massive hosts like godaddy and hostgator and I’ve helped people who’ve used the supercheap hosts. But what I’ve found is that places like HostNexus that tend to give me the least problems.
You might try taking a look at
http://www.webhostingtalk.com
you’ll get good responses to any questions you ask there… (Do a search or two first)Forum: Fixing WordPress
In reply to: Integrating WordPress with another siteI’ll probably be lambasted for this but…
you’d probably be better off by just adding in a comment form to what you’ve already got…
you might run into spam issues though, but I don’t see a real easy way to bridge the two.
you might try looking at
http://www.zimmertech.com/tutorials/php/25/comment-form-script-tutorial.php
and
http://www.gentlesource.com/comment-script/Forum: Fixing WordPress
In reply to: Error Message When Postingcheck your permissions on the wp-admin folder
try setting them to 755 if that doesn’t work then try 775 and if that doesn’t work then try 777if you’re using filezilla right click on the folder and select properties. If you’re using some other ftp client it should be similar…
Forum: Fixing WordPress
In reply to: Oops now that was a boo boo !to me it looks like you need to add another closing div tag in after it at some point.
without sounding like a tool, as to the header area… header.php
depending on what you’re wanting to do will depend on how to go about itif you added the ad stuff into your header, post your header file… if you added it into your sidebar post that.
Forum: Fixing WordPress
In reply to: Wrong post displaysYour link doesn’t work for me… gives me a 403 forbidden.
Forum: Fixing WordPress
In reply to: Comments helpsomething is wrong in your comment loop. can you post the code from your main template file and from the comments file.
Forum: Fixing WordPress
In reply to: How to disable comment?moshu here’s a question… might deserve another thread but it’s semi related. or maybe I should do a search for it…
I had a horrible time with Bad Behavior… it was seriouslly slowing down the page creation time. tried it on 2 different blogs on 2 different servers same result.
When the plugin was active the page slowed to a crawl, when disabled it was just fine. Right now I’m just using akismet and it does the trick.
Forum: Your WordPress
In reply to: My blog, your thoughts…looks fine in ie7
Forum: Fixing WordPress
In reply to: How to disable comment?you don’t need a plugin…
go to Options -> Discussion
uncheck “Allow people to post comments on the article “If you really want to get rid of them go through your template and remove refernces to the commenting…
should look something like
<?php comments_template(); ?>
and this
<?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?>Then if you’re really positive you’re done with them remove your comments.php file from your theme directory.
Forum: Fixing WordPress
In reply to: Need API key for YouTubeNot entirelly sure about this, but it seems like to me that at one point this was a problem (maybe sometime around the 1.5 build time frame) but I haven’t had any problems with it in any of the 2.x builds…
once again just me…
Forum: Fixing WordPress
In reply to: Help me delete this silly line!My guess is it has something to do with the ul tags around the Home link.
Currently your page is outputing this to the source
<ul>
<li class="pagenav">
<h2>Navigate</h2>
</ul>
<ul>
<li><a href="http://www.megahurt.net/bandgrade" title="Home">Home</a></li>
</ul>
<ul>
<li class="page_item"><a href="http://megahurt.net/bandgrade/?page_id=2" title="Want to be reviewed?">Want to be reviewed?</a>
<li class="page_item"><a href="http://megahurt.net/bandgrade/?page_id=13" title="What is GetHurt.com?">What is GetHurt.com?</a>
</ul>
When I think what you’re wanting it to look like is
<ul>
<li class="pagenav">
<h2>Navigate</h2>
</ul>
<ul>
<li><a href="http://www.megahurt.net/bandgrade" title="Home">Home</a></li>
<li class="page_item"><a href="http://megahurt.net/bandgrade/?page_id=2" title="Want to be reviewed?">Want to be reviewed?</a>
<li class="page_item"><a href="http://megahurt.net/bandgrade/?page_id=13" title="What is GetHurt.com?">What is GetHurt.com?</a>
</ul>
If you can’t get it from that then post the relevant part from your sidebar.php file and we’ll go from there.
(my skillz at posting teh code aren’t that hot! 🙂 )
Forum: Themes and Templates
In reply to: How do I stop my theme from changing automatically?some more information would be great…
Forum: Your WordPress
In reply to: Gimme ideas to improvethe only thing which bugged me is the header image corners are a little fragmented.
and I’m not real fond of the navigation menu at the top… don’t know how I’d change it, but just not crazy about it.
other than that looks great, those pics of your girlfriend are awesome.
Forum: Plugins
In reply to: Balloons in commentsthe comment numbers could be handled any number of ways…
http://wordpress.org/support/topic/17732?replies=9 is a good place to start.The different ballons are handled by the css.
Forum: Fixing WordPress
In reply to: why are email obfuscating plugins not working?what appears when you view the source of the page… what does the email address look like then?