jeremyschultz
Forum Replies Created
-
I revised the core.php file and it’s working now. Glad it was a known bug and not much trouble to resolve. Thank you!
Forum: Plugins
In reply to: [Fluency Admin] [Plugin: Fluency Admin] Fatal error on activationI have a similar problem:
Parse error: syntax error, unexpected T_STATIC, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in /home/mrhciaadm/domains/mrhcia.com/public_html/wordpress/wp-content/plugins/fluency-admin/wp-fluency-2.php on line 23
I’m running 3.1.1 and these plugins: Google Analytics for WordPress, Meta Tag Manager, PJW Mime Config, RTLer, Theme Test Drive, Typekit Fonts for WordPress.
2.3.2 does work on this installation.
Jeremy
Forum: Requests and Feedback
In reply to: HTML5?I did a test where I used Twenty Ten’s <head> in my theme, and it wouldn’t validate anymore. All my validation errors are happening in the head, everything is the body is clean.
At this point I have to wonder if these meta and link elements won’t be valid while I’m testing the theme (my theme is not live yet, it’s being tested with the Theme Test Drive plugin). I’ll wait until we do go live with it, then I’ll resume my validation efforts.
Forum: Requests and Feedback
In reply to: HTML5?The theme is my own, and it’s valid HTML5. But when I implement the theme within WP and validate its pages, the extra meta tags WP adds do not validate.
The site’s old theme is actually Twenty Ten, and I see it does validate. What I can do is compare our <head> sections and figure out what the differences are.
Forum: Requests and Feedback
In reply to: HTML5?Does WordPress not output proper HTML5?
I just wrapped up a redesign of a WP website and I used HTML5, my code validates but several of the link and meta elements WP generates for the head do not:
When separated from WP, the site validates:
I was just curious if WP’s elements aren’t proper for HTML5 for some reason.