Denver Prophit Jr.
Forum Replies Created
-
Class 'WPSEO_Options' not found inNOPE automatic update breaks again
@tizz thank you.
How do I even get back to the previous version? Mine broke, too.
Jabdo: Did you ensure mysql connection, ownership of wp-config.php and is this on a vps/shared?
I have twitter information in my settings. Yet, the meta data is not being outputted in version Version 1.5.2.5 See: https://www.denverprophit.us
Forum: Plugins
In reply to: [Comments Evolved for WordPress] LiveFyre Not Working :/Not working for me either even after entering the correct site ID.
Forum: Themes and Templates
In reply to: [MesoColumn] Broken hAtom 0.1 structureIf you go forward with fixing hatom, you can insert the tag: microformat in your stylesheet. WP theme search does have that tag to search themes.
Forum: Themes and Templates
In reply to: [MesoColumn] Broken hAtom 0.1 structureYou still have some hatom markup. hatom is included in most WP public themes. Mostly broken on each. But, still there heh. Plugins bloat memory. It’s best to markup at least hatom in the theme.
Forum: Themes and Templates
In reply to: [MesoColumn] Broken hAtom 0.1 structureForum: Themes and Templates
In reply to: [MesoColumn] Broken hAtom 0.1 structurewordpress.org is only using what you have submitted to them, right? If I view the demo from wordpress themes, it’s your latest release. Not being nitpicky. But, it’s something to examine.
What’s the trac link to your theme?
Forum: Plugins
In reply to: [SEO Ultimate] Author Highlighter isn't workingI’ve turned it off for now and implemented something different.
Forum: Plugins
In reply to: [SEO Ultimate] Author Highlighter isn't workingMy single.php page pastebin is http://pastebin.com/1VcwQLBP
Hey Sujay Pawar,
Will schema webpage be inserted?
Forum: Installing WordPress
In reply to: [Warning] wp-db.php on line 500Ok I’m looking further down in the function calls.
line 499 of /wp-includes/wp-db.php
$log_file = @ini_get('error_log'); if ( !empty($log_file) && ('syslog' != $log_file) && !is_writable($log_file) ) $log_error = false;Change to:
if ( !empty($log_file) && ('syslog' != $log_file) && !is_writable($log_file) ) $log_error = false;