chrisnovoa
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: PHP files want to downloadHmm, it does make sense because i wasn’t having this problem until upgrading to FF 1.5+, maybe once or twice before but it was a plugin that caused it. Still though, could it be a header that isn’t set right on the response in wordpress?
EDIT: i just tried in IE, and while i didn’t get the file download dialog, nothing else happened after the image upload completed and then i got a “the page cannot be displayed – currently unnavailable” in the upload box, but the image was uploaded, again with no thumbnail. strange
Forum: Fixing WordPress
In reply to: How to put adsense in the “loop” in the index.php file..not exactly sure about the first problem, my guess is that you would make a function to write your adsense ad in every say… 4 posts (based on an item or loop count) and place a call to that function in The Loop.
Second problem, in your css, you have
#page {
background-color: white;
margin: 5px auto;
padding: 0;
width: 900px;
border: 2px solid #306EFF;
}
change
margin: 5px auto;
to
margin: 0px auto;hope that helps
oh one more thing, all the ads on your page make your page lag like hell when scrolling and searching and doing a live css edit, just FYI.
Forum: Fixing WordPress
In reply to: 404 when entering the word “mother”It was a server specific issue, i’m very grateful for the tip! My host declined to tell me what the final solution was, so i’m guessing it was either an embarrasing oversight or a security issue. So all is well now. Thank you!!!
Forum: Fixing WordPress
In reply to: 404 when entering the word “mother”Thanks, i’ve opened a ticket with my host to ask if they have any sort of filter or security set on certain words, but i doubt they will be of much help. Though they do generally provide a valuable amount of assistance for third party applications. I’ll post their response.