turkeyphant
Forum Replies Created
-
Forum: Plugins
In reply to: [Google Analytics Dashboard] Google's new oauth?Broken here too. Shouldn’t be too hard to fork and fix the OAuth error?
Forum: Networking WordPress
In reply to: Multisite domain expired – how to log in/recover database?Yes, I can do that fine. And I can use any of my current domains temporarily, I just want to be able to access it again.
Forum: Plugins
In reply to: [Google Analytics Dashboard] Please open this page in the Admin panel onlySame issue here. Commented line 34 through ssh. How on earth did this get released???
Forum: Plugins
In reply to: [Twitter Embed] Doesn't work at allWell I removed it and it works again now. How could the calls fail?
Forum: Plugins
In reply to: [WP-Footnotes] Throws up errorsI’m running 4.2.2
My lines 171-176 look like:
// Check if this post is using a different list style to the settings if ( array_key_exists(get_post_meta($post->ID, 'footnote_style', true), $this->styles) ) { $style = get_post_meta($post->ID, 'footnote_style', true); } else { $style = $this->current_options['list_style_type']; }
??
STILL broken in 4.3.2.
Have spent the last hour troubleshooting this and can’t find the problem. Although it looks like there are A LOT of changes between the last two versions of the plug-in.
The generated HTML is only different in its inclusion of the GA script and the omission of everything inside the div.entry.
:/
Nope. Caching issue. Page source:
…
<div id="content"> <div class="post"> <h2 class="title"><a href="url" title="title">title</a></h2> <div class="entry"> </div><!-- /.entry --> </div><!-- /.post --> <!-- You can start editing here. --> <div id="comments">
…
Reinstalled and it works fine now? :/
Forum: Fixing WordPress
In reply to: Bulk edit doesn't workTurns out the issue is GA Dashboard. Temporarily disabling it will fix.
Still no fix released for this problem?
Forum: Fixing WordPress
In reply to: Uploads folder errorMoving the images worked, I’m just not sure about the other files there….
Forum: Fixing WordPress
In reply to: Uploads folder errorAnyone got advice about this?
Forum: Fixing WordPress
In reply to: Uploads folder errorAlso, do I need to move the other directories in wp-contents/uploads too? I have some directories for plug-ins like shareaholic, gravity forms?