apeofgod
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Oops, deleted my DBIt’s through my host providers service (dreamhost)
Yeah that sounds like a way adam, but does that keep my theme and everything? Or do I just back the theme up, delete wp, install the new one, put the theme back on and hope it all works? Had pluggin things with it too…
Forum: Fixing WordPress
In reply to: mshtml.dll crashes IE?Hoo boy! I just wanted to post and thank everyone, I learned a lot with this and took a look at xhtml to understand it a bit better.
Everything seems to be working, though the more edits I make it seems my .css don’t validate, but the site works and doesn’t crash, so not sure if I should be overly concerned about it, but I’ll still play with it more to get everything all nice and neat.
Thanks everyone!
Forum: Fixing WordPress
In reply to: mshtml.dll crashes IE?Phew. Ok thanks everyone.
I cleaned up the .Css’s(having a weird background problem right now, but will fix it as soon as I know I get this crashing fixed)
but still having the crashing error, I reverted my Sidebar back to the themes default just to be sure it wasn’t the links I added… but again still crashing.
Forum: Fixing WordPress
In reply to: mshtml.dll crashes IE?Ok, looked into it more, I hit the validate thingy on the side bar and get this:
I know it’s a big favor, but can someone explain a couple of these errors for me? It’s having problems with things like “>” and my knowledge doesn’t really extend past html and basic php, so I don’t know why it would have a problem with a “>” so many times.
It seems it’s even having problems with my posts, so I really don’t think thats a big concern since they are just posts, but could this be why it’s crashing? But why would it have such a problem with me putting html in my posts.
Very confused, thinking I may just get a different theme and start again.
Forum: Fixing WordPress
In reply to: mshtml.dll crashes IE?Ah interesting doodle, agian a little noobish on this, but I was just modifying a theme, so maybe the XML stuff is from there?
Ok I check out your validation link and it mentions the
- ‘s
This is in my sidebar and how I got links into the “pages” catagory.
like this
<li class="pagelink">
<ul class="pagelink">
<li><a href="<?php echo get_settings('home'); ?>/">Home</a></li>
<li><a href="https://www.apeofgod.com/wp-content/plugins/fgallery/fim_photos.php">Portfolio</a></li>
<li><a href="https://apeofgod.com/wp-content/plugins/fgallery/fim_photos.php?album=past-work">Past Work</a></li>
<li><a href="https://apeofgod.com/wp-content/plugins/fgallery/fim_photos.php?album=newer-work">Newer Work</a></li>
<?php wp_list_pages('title_li='); ?>
</ul>
</li>Forum: Fixing WordPress
In reply to: WP – Crashing IE?Thanks doodle, I’ll start turning off my plugins, I’m using Fgallery with lightbox, so I’m guessing it’s that(lightbox) since I think that would constitute a pop up.
Though, it isn’t on the main page only in the gallery, but I’ll start looking there.
Thanks again,
Forum: Fixing WordPress
In reply to: WP – Crashing IE?Really? Strange, I have two computers and it crashes everytime with the https://www. version, as well as crashes on my friend’s computer which we all have IE 6.
So, I guess wait until everyone gets IE 7 before sending out the link? lol. Very odd.
Forum: Fixing WordPress
In reply to: Page LinksHi,
Thanks. The redirectify doesn’t seem to work with my version of WordPress and is a known bug.
As for the homepage link, While it helps me add a link to the sidebar, I am just not experianced with Php enough to see how to add more then one and have it not be forced up to the top. Could anyone break down that code for me and just offer a little explination to give me a push in the right direction?
<?php
$pages = wp_list_pages(‘sort_column=menu_order&exclude=6&title_li=<h2>’ . __(‘Navigate’) . ‘</h2>&echo=0′);
echo stripslashes($pages);
?>Forum: Fixing WordPress
In reply to: Sidebar link to static homepage – problemsHey I have a question, I’m not a php master or anything, but seem to do alright hacking together code.
But I am a little confused, I want to use this method to put multiple links in the “menu, navigate” area but can’t see to get it to work. Also, I dont want to force it to the top, though Ic an’t figure out which peice of code is actually telling it to or why I can just make more then one link, I just figured copying nad pasting the link portion would do the trick, but it doesn’t.
Forum: Fixing WordPress
In reply to: Post Summary?Eek, ignore this, I must have hit the right key words in the search because I found the answer. Thanks TechGnome.