118 reputation
215
bio website
location
age
visits member for 1 year, 2 months
seen yesterday
stats profile views 197

1d
comment Parse error: syntax error, unexpected T_STRING
Thank you for spotting this. For some reason, I thought " wasn't allowed at all, but indeed I was incorrect.
Apr
12
comment change image on hover not working
wow, i had no idea you could have double class selectors. (clearly, i've got a lot left to learn.) thank you for your help. for future reference- css-tricks.com/multiple-class-id-selectors
Apr
12
comment change image on hover not working
my only challenge is class="top" is intended to be used multiple times throughout the site, which is why i put class="about_hover" within the img tag.
Apr
12
comment change image on hover not working
.element_hover is referring to a specific class, but I do see now that I've completely neglected to add :hover to the end of that.
Apr
12
comment change image on hover not working
"..To actually change the image, you'll have to monkey with the <img src="..."> content" could you explain?
Apr
12
comment position divs at top and bottom of containing div
That did it! Thank you!
Apr
12
comment position divs at top and bottom of containing div
ETA- updated fiddle with image placeholders - jsfiddle.net/FaTxw/2
Apr
12
comment position divs at top and bottom of containing div
This seems to be very much along the right lines, however after implementing the above code, the elements that I have applied .top and .bottom to are stuck at the very top of the page. Any ideas? jsfiddle.net/FaTxw
Apr
12
comment position divs at top and bottom of containing div
@Axel Yes, that's exactly what I'm wanting to do/
Apr
12
comment position divs at top and bottom of containing div
@j08691 that would disable float:right and float:left, no?
Mar
19
comment tweet specific blog post link not working
This makes sense. I'm curious though, the image is being pulled from CSS by using class="twitter". What is the best way to implement that in this particular bit of code?
Mar
17
comment long, single page site opens at mid-page instead of at the top
@fuzic I'm aware; I used # in this instance as a placeholder instead of listing out all of my divs. If you take a look at my code, you'll see this to be the case.
Mar
17
comment long, single page site opens at mid-page instead of at the top
That was it, thank you.
Mar
7
comment position:fixed navigation stop at end of specific div - parallax scrolling & javascript
perfect, thank you. (also thanks for catching the bug!)
Mar
6
comment Contact form not working - Error: “I don't know what you're looking for”
For future reference.. the final solution was to swap: $headers .= "From: info@example.com" . "\r\n"; $headers = 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
Mar
6
comment javascript content slider displaying only first slide
I appreciate your time and efforts on this. What you've said makes sense, however if you check the above link to my home page, you'll see that the slider is now displaying all three slides at once..?
Mar
6
comment Contact form not working - Error: “I don't know what you're looking for”
Found it- the entire page was tabbed over; removing that did away with the errors. However, I'm still not receiving anything from the contact form(no on page confirmation, error, or email in my inbox)
Mar
6
comment Contact form not working - Error: “I don't know what you're looking for”
Ah, error persists :/
Mar
6
comment Contact form not working - Error: “I don't know what you're looking for”
line 71: header('Location: ' . $_SERVER['HTTP_REFERER']);
Mar
6
comment Contact form not working - Error: “I don't know what you're looking for”
Closer! I now have this error- Warning: Cannot modify header information - headers already sent by (output started at /home/achenn/public_html/frshstudio.com/wp-content/themes/frsh/process.php:1) in /home/achenn/public_html/frshstudio.com/wp-content/themes/frsh/process.php on line 71