msadventures
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: is it possible to recreate a blog from someone elses by downloadingYeah, I’d ask permission from the owner of the site as well. Most people, if they get their layout from someone else, will be kind enough to post a link to the creator somewhere on their site. If the site owner spent a lot of time creating the layout on their own, chances are they don’t WANT someone else to have the same thing and won’t offer it for other people to use.
The best thing to do, IMO, if the site owner doesn’t give you their layout, is to browse the themes on offer here and then start playing. Learn some css and php, make your own graphics. It’s so much more rewarding when you come up with something original.Forum: Fixing WordPress
In reply to: How to remove blog title from header space?I removed a line of code from my header.php page, that did the trick. Thanks, though! 🙂
Forum: Fixing WordPress
In reply to: How to remove blog title from header space?Ah, wait, I think changing something in my code will fix that..on the header page or index page, I think….
Forum: Fixing WordPress
In reply to: I broke it! Can’t get into admin panel….I think I was using the admin panel to try changing themes as well, but the last thing that I did before I screwed up the entire thing was deleting those two lines on the options page in the admin panel.
Ah, but I did follow that tutorial and it’s fixed, now I can breathe. Thank you very much! 🙂
Forum: Themes and Templates
In reply to: Can someone plz help me outMaybe try a three column layout? I’m no expert of course, but that’s what I would do.
Forum: Your WordPress
In reply to: Take a look at my site?It is very pretty, the colors are nice and soothing. In Firefox it looks good, but in IE and AOL your sidebar is down at the bottom of the page on the left.
Forum: Plugins
In reply to: Syndication buttons not showing up?A friend of mine says it may be the “-” in the wp-content part of it.
Might be easiest to just hardcode the links in, as you suggested.
Thank you! 🙂
Forum: Plugins
In reply to: Syndication buttons not showing up?Is there a different plugin that I could try, to see if I get the same or a different result?
Forum: Plugins
In reply to: Syndication buttons not showing up?http://www.semiologic.com/software/subscribe-me/
I downloaded everything to my desktop, and then uploaded everything to the plugins folder, didn’t mess with anything, I swear, LOL.
Forum: Plugins
In reply to: Syndication buttons not showing up?I thought that’s what the problem was, but I don’t know where that weird bit is coming from at all.
And you’re right, http://msadventures.net/wp-content/plugins is the correct path. Just don’t know how to fix it. 🙁
Forum: Fixing WordPress
In reply to: Multiple pages…help, pleaseI don’t think the support forum is the right place to peddle porn, myself, but that could just be me, if the blog you claim to be having trouble with is the one linked on your username there.
Forum: Plugins
In reply to: Syndication buttons not showing up?Yes, it is. They’re down at the bottom. 🙂
I think it may have something to do with the address of the images? But I’ve uploaded them to the right folder, so I don’t know why it’s doing that.Forum: Installing WordPress
In reply to: Buttons not showing/alignment off?I did find another thread in which the issue about the buttons not showing up was brought up. I double checked my directories, and the images are in the proper place, so that isn’t it.
Forum: Fixing WordPress
In reply to: How to change “Posted in” to say something else?Ah, found it! Yep, that was a big help, thank you! 🙂
Forum: Your WordPress
In reply to: Please CritiqueHere’s the above-mentioned Javascript code…haven’t posted code in these forums so hope this shows up, and again, I have never used it so cannot say one way or the other how well it will work:
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>