Christopher Finke
Forum Replies Created
-
Forum: Plugins
In reply to: [Inline Preview] MarkdownInline Preview’s purpose isn’t to manage Markdown, but if you have Markdown on Save Improved installed, your Markdown will be properly formatted in the preview window.
Forum: Plugins
In reply to: [Category Checklist Tree] Plugin Not Working in Admin Menus, Any Fix Please?I’ll take a look ASAP; thanks for the report.
Forum: Plugins
In reply to: [Random Post Link] How to fix plugin so it works in Firefox?It’s working as expected for me in Firefox; what version of Firefox are you using? Do you have cookies enabled?
Forum: Plugins
In reply to: [Random Post Link] Add google analytics even tracking?You’d have to replace line 14 with something like this:
printf('<a href="%s" onClick="_gaq.push([\'_trackEvent\', ... ]);">%s</a>', get_random_post_url(), $text);(Notice the backslashes before each apostrophe in your code.)
Forum: Plugins
In reply to: [Random Post Link] Cookie expires with browser session?You could replace line 86 of random-post-link.php (http://plugins.trac.wordpress.org/browser/random-post-link/trunk/random-post-link.php#L86) with something like:
setcookie(self::name, trim(implode(' ', $ids)), time() + (60 * 60 * 24 * 30), '/');to make the cookie last for 30 days. To make it last longer, change the 30 to the number of days you’d like it to last.
Can you try leaving Jetpack enabled and disabling your other plugins one-by-one and see if that has the same effect? Narrowing down any plugin conflicts will help us fix the issue faster.
I’ve fixed the issue for the next version of Jetpack; you may want to leave Photon disabled until then.
The change: http://plugins.trac.wordpress.org/changeset/650354
What was happening? In the version of PHP your website is running, PHP is unable to parse that URL. Also in that version of PHP, a warning is emitted any time a URL cannot be parsed. Both of these have been fixed in newer versions of PHP.
What change did I make? We’re now hiding any warnings that URL parsing creates, and we’re confirming that the URL was parsed successfully before continuing.
Thanks for reporting this!
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] conflicting pluginIn Firefox, it fills the entire space, but in Chrome, I also see a blank space at the bottom, but I believe that is a problem on Facebook’s end.
This is most likely due to a bug in the Photon module; you can disable that without deactivating all of Jetpack, and your problem should be temporarily fixed.
Forum: Reviews
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Broke carouselLet’s tackle this issue here: http://wordpress.org/support/topic/wordpress-update-breaks-image-previews?replies=4
(Beautiful photos, by the way.)
I’m looking into this; are you using any other plugins?
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack is terribleThank you for your constructive feedback.
Ok; thanks for your help.