I apologize because I know this is a simple question, but after about an hour or so of Googling, I can't really come up with anything that will work in my specific situation. Here's what I've got...
It turned out to be a permissions issue (in this case at least). For some reason, the images got changed so that only the owner could read or write (700, I think). I changed them to 644 (I think) and...
I've encountered this several times on a few different sites and I thought I would pose it to the group. It seems like a stupid question, but for the life of me, I can't figure out how it happens or...
Well, long story short, it's being generated by my content management system (NetSuite). I really couldn't tell you what format it's in, but I do have the ability to edit what the content of each...
I have a feeling this is way more simple than I'm making it, but I've spent the last several hours trying to figure it out to no avail, so here we are...
Hi all,
I'm in desperate need of help here. I was informed today that the functionality of a site I'm working on and is going to change and how the simple menu items I had coded now need to have...
Yeah, I've done all that and still nothing in Firefox. However, I did try using a proxy server and everything works fine. How could it possibly have something to do with my connection? I've never had...
To make a long story short, I'm having trouble getting @font-face CSS declarations to work on my live site in Firefox (and IE9, apparently). But things work just fine locally.
I'm working on a Wordpress site and I'm having trouble with some jQuery functions that I've included in my <head>. I've tried several Google maps plugins that apparently use jQuery to display their...
Hey everybody. I'm having a heck of a time here. I've been tasked with creating a temporary page for a new site I'm going to be launching. The temporary page will link to the homepage of the old site...
For a variety of reasons, we're looking to redirect all traffic from certain countries (namely Japan, Korea and Australia) to another site (specifically our distributer in that country) based on the...
I have built a main navigation system that I quite like using main headers and some descriptions below. I have used the following method to get everything to be horizontally centered (which works...
Ah, yes. I'm painfully familiar with the cross domain policy after pulling my hair out for days on my first experience loading in external XML (which is definitely how I would handle this). How would...
I know flash banners can load external images, (although I've never done it) but is there any reason that it couldn't load other external data, like XML, text, RSS feeds, etc.?
Thanks Jeff, that's a very good point. I've amended my code so that each individual thumbnail didn't fade in one at a time and it works now. It definitely had to do with the fadeIn() that was...
Thanks for the reply, Dan. I really should have known that. Unfortunately, it doesn't seem to have affected much and I'm still having the same problem.
I'm a jQuery newbie and I'm having trouble with the fadeTo() function. I'm doing it on rollover on a series of thumbnails that loads based on featured images of pages in a Wordpress site.
So...it appears that I've got part of the problem fixed. It turns out the built-in Wordpress function bloginfo('stylesheet_directory') already returns a string adding onto it is pretty much a no-no....