aaronheine
-
Website = Blank page
I found some malware and removed it but I still get nothing. Any idea where to start next?
-
Date is outputting two days
If I put one d it still outputs two days. Here are the results below... d 2121 DD TueTue D Tue dd 2121
-
Date is outputting two days
I am sending two emails on one file.
-
Adding date to contact form
Seems that broke it without error message. See anyhting strange? $EmailFrom = "TESTTHANK"; $Subject = "Thank You"; $Name = Trim(stripslashes($_POST['Name'])); $Email = Trim(stripslashes($_POST['Email'])); …
-
Simple anchor link in contact form
Well half solved. The form works, but it doesn't format the link.
-
Simple anchor link in contact form
That does work but... The email doesn't create the link as it should. It's fully written out like what you see below with only the address as a link. I dont want the address to be seen just the For Sale link. Thank you for your interes…
-
Expanding hr for responsive design.
Unfortunately neither of those options will work because they both have the title background color the same color as the body background. Because I have a wood pattern background that wont work for me. If I do background-transparent for title like …
-
Looking to hire PHP developer for one job
elance.com worked out well
-
My HTML5 tags are not working.
Look at the header. http://homerunlogo.com/test/sample-page
-
Is some javascript adding extra quotations around my class and ID?
I got it. The quotes were "bad" or something. I copied and pasted some working quotes and now it is working.
-
Is some javascript adding extra quotations around my class and ID?
Yes when I remove the extra quotes in webmaster tools it works. Do you know what is putting the quotes there?
-
Triggering CSS transition by hovering over a different element
Thanks! That worked.
-
Removing malicious code on my Wordpress site
Ok this plugin found it for me. http://wordpress.org/extend/plugins/exploit-scanner/ The malicious code was placed in every index.php file on my site.
-
Removing malicious code on my Wordpress site
I already know what the malicious code is. I noted it above. My question is where is this location? http://mywebsite.com/blog/page/10/ I dont see a "blog" folder or a "page" folder in my wordpress install.
-
I need a Jedi to help with placement of CSS3 transition
That got it, thanks!
-
I need a Jedi to help with placement of CSS3 transition
I have tried that. When I change "all" to just "width" nothing happens.
-
event.layerX not working in Webkit
http://www.w3schools.com/TAGS/att_a_rel.asp Says "rel" is not used by the browers in any way. I tried the window load.
-
event.layerX not working in Webkit
I have that code in but looks like there is no change. Want to take one more look?
-
event.layerX not working in Webkit
The thumbnails are in the bottom right corner. They are blueprints. You see they are links, but they are not working. Could the javascript above be saying that those anchor links are not defined?
-
event.layerX not working in Webkit
Thanks. Do you know why when I click those thumbnails the full size image is not popping up?
-
Getting lost css file from Firefox cache
Enter this in the navigation bar to see the cache... about:cache
-
Something horrible has happened to my blog
By "In Action" you mean the actual loop?
-
Something horrible has happened to my blog
I noticed that if I put a clear float at the end of my post it fixes that post. Where would I insert that clear float in the PHP so that I dont have to place it at the end of every post?
-
Something horrible has happened to my blog
Yea actually I dont think the post are separated in divs. My personal blog is built the same way and it is not separated into divs.
-
Something horrible has happened to my blog
Paragraph tags are self closing. That has never been a problem on the blog. But I closed the first 3 post anyway.
-
Something horrible has happened to my blog
Maybe you are right, looking back at the Starkers Naked theme there are none. But yes, I was just adding and previewing a new post I was writing when I noticed the problem.
-
Something horrible has happened to my blog
Closing didn't work.
-
Something horrible has happened to my blog
No I didn't change any php. Do you know exactly what part adds divs around the post? This looks normal. I dont have a blog.php, maybe when I installed it was called single.php?
-
Footer broken in IE7
I have a feeling that it is HTML 5. This is the first time I used the HTML5 boilerplate for a site. I think it may be the that is not recognized. How would I change that in wordpress? The above google code isn't fixing it either. Thanks