Preeminent
-
HTML5 Audio element not working in Firefox.
Anyone have any ideas at all?
-
HTML5 Audio element not working in Firefox.
Hmm, just found out that the client's site is hosted on a Microsoft shared server. I'm really not sure, but is this preventing the .htaccess file from making any difference, since it's not an apache server?
-
Embedding Fonts
What browser were you viewing it in on with your friends computer though? I would recommend other versions of the font as well, if you have. (Like .woff, .svg, and .eot versions) In other words, I use fontsquirrel and use all versions of the font s…
-
WORDPRESS individual posts are now gone after upgrading.
Fantastic! This worked perfectly! Thank you sir! Just a small bug in the upgrading process I guess?
-
WORDPRESS individual posts are now gone after upgrading.
UPDATE! Wow, I just realized that the custom pages with A TON of content on each, are no longer there either! Again, the links to those pages are there on the home page, but when clicked, 404 errors! Geez!
-
Facebook "LIKE" button is all weird in Safari.
haha, thanks for the reply man! Hilarious. He did a Sheen site too! It's been fine all day yesterday and today. Odd.
-
Wordpress "More Articles". How to Link to/access Blog Archives?
Thanks for the reply Bob! I will experiment with this asap!
-
What am I missing?!
@noahgelman yeah, this is sort of a new issue for me. I only recently bought my Mac and love it. In the past I relied on sites and apps to "check" my sites on browsers for Mac. Never had a problem before. Just another thing to remind me I…
-
What am I missing?!
Wow! Thank you all for your suggestions, but wolfcry, you fixed it! Thank you very much! I REALLY appreciate you taking your valuable time to help me out! I am going to study what you did now.
-
What am I missing?!
This is so ODD! I don't get it! Can anyone out there, check my link on a windows computer, so that they see what I'm talking about?
-
Wordpress "More Articles". How to Link to/access Blog Archives?
Hello! Well no, not really! It's odd that I can't find a clear answer on this. I would like a page with the POST TITLE and then some of it's content with a "Read More" link, then it moves on to the next POST TITLE and some o…
-
What am I missing?!
Ahh yes, something as simple as text-align. I don't know how I forget these things, haha! Well I'm thinking that is definitely the route I will need to take, but the text is still getting broken and it's being sent down a row. "P…
-
What am I missing?!
Basically, if you look at the live page on a Mac. Directly to the right of "Preeminent Productions", there is space between the end of the text and the actual end of it's width.(viewed in Firebug) Which is what I want. Then if you l…
-
What am I missing?!
Well that video goes over the basics of Floats. I consider myself up to speed on floats and how they work. I did watch the video just in case I missed something. But no. Nothing really mentioned that would relate to my problem. I was hoping that th…
-
Critique Code & Design - Personal Website Please rip it to shreds :)
Well, honestly I'm not a fan of your background images. But other than that, looks like it's coming a long good.
-
PHP Contact Form SPAM!
Looks as if Gno's process works quite well! Still having issues with my personal site's contact form. Some spam coming from the same few IP's and servers, but I hope to get to the bottom of that issue soon. This form was being used on…
-
PHP Contact Form SPAM!
Gno, I'm certainly not saying that anything about your spam check is wrong. Hell, I wouldn't know anyway! But for some reason, with the addition of the spam check, an error occurs with that isEmail() line. And I put the check exactly where…
-
PHP Contact Form SPAM!
So I took out what you suggested Gno, and retested and the form works perfect. So your suggestion is clashing with the isEmail() part for some reason.
-
PHP Contact Form SPAM!
Sorry guys, I'm so clueless on php. I'm confused because I haven't edited my form at all except for what Gno suggested I do. So the isEmail() has always been part of the form and has been working fine. I'm not sure what I can do …
-
PHP Contact Form SPAM!
Hey guys, ok I updated my form with this, but now I get this error when trying to send. "Fatal error: Call to undefined function isEmail() in /homepages/37/d221555405/htdocs/contactprocess.php on line 43" And line 43 is this: } elseif(!is…
-
PHP Contact Form SPAM!
Oh, I agree about recaptcha! I used it, and it works great, but I need something that will fit in a pretty small contact form for this particular project. The recaptcha can not be modified this small. Thanks Gno, I will go try this now!
-
PHP Contact Form SPAM!
In other words, when I add your recommended code, it makes it two instances of }?>at the very end.
-
PHP Contact Form SPAM!
Ok, well when I added it to my form script, I throw an error. Here is what my script starts with, and I think that's what is throwing an error: So there is two instances of } ?>I use dreamweaver cs5 and it says there is a syntax error.…
-
PHP Contact Form SPAM!
Fantastic Gno! I can't wait to try this out! I REALLY appreciate your time on this!!
-
Quick Question on Wordpress/PHP conditional tags.
fantastic. Once again, thank you so much for your help man! I wish more people could be like you!
-
Quick Question on Wordpress/PHP conditional tags.
AH! ok, I knew I was forgetting something! Well basically that statement is grabbing a logo from the theme's settings area. It's optional. In other words, I could just link to a logo that I want used in my theme, right into my theme's…
-
Quick Question on Wordpress/PHP conditional tags.
BOB! You are awesome, thank you sir! That did the trick! But wait, so I guess I could just leave this elseif ( is_page_template('TESTtemplate.php' ) ) the way it is then? I mean I obviously won't use the "testtemplate.php" o…
-
Quick Question on Wordpress/PHP conditional tags.
eh, NO GO! Didn't work, thanks though! I don't get it, there has to be a way to do this, haha.
-
Quick Question on Wordpress/PHP conditional tags.
Thanks clokey, I'll give it a shot!
-
Quick Question on Wordpress/PHP conditional tags.
Hey bob, Here is the error message: Parse error: syntax error, unexpected T_ELSEIF in /homepages/37/d221555405/htdocs/blog/wp-content/themes/aspire/header.php on line 133" which, of course is elseif ( isset($customField1[0]) )